Home
last modified time | relevance | path

Searched refs:FP16 (Results 1 - 7 of 7) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h593 FP16 = 0x00C00000, enumerator
613 NEON_FP_4H = FP16,
615 NEON_FP_8H = FP16 | NEON_Q,
1514 FCMP_h = FPCompareFixed | FP16 | 0x00000000,
1518 FCMP_h_zero = FPCompareFixed | FP16 | 0x00000008,
1522 FCMPE_h = FPCompareFixed | FP16 | 0x00000010,
1526 FCMPE_h_zero = FPCompareFixed | FP16 | 0x00000018,
1537 FCCMP_h = FPConditionalCompareFixed | FP16 | 0x00000000,
1541 FCCMPE_h = FPConditionalCompareFixed | FP16 | 0x00000010,
1552 FCSEL_h = FPConditionalSelectFixed | FP16 |
[all...]
H A Dsimulator-aarch64.cc6341 case FP16: in Simulator()
6487 case FP16: in Simulator()
6657 VIXL_ASSERT(instr->Mask(FP16) == FP16); in Simulator()
9258 // All pairwise operations except ADDP use bit U to differentiate FP16 in Simulator()
H A Dassembler-aarch64.h7525 return FP16;
7602 return FP16;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp56 FP16 = 0, enumerator
423 // For FP16 we increase the buffer size to hold an unsigned integer, as in constructOutputBuffer()
1063 m_floatType = FP16; in TypeTestResults()
1479 , restrictedInputType(FP16) // not used as isInputTypeRestricted is false in Operation()
1525 , restrictedInputType(FP16) // not used as isInputTypeRestricted is false in Operation()
1699 mo[OID_CONV_FROM_FP16] = Op("conv_from_fp16", FLOAT_STORAGE_ONLY, false, FP16, "", convertSource, B_STATEMENT_USAGE_COMMANDS_TYPE_FLOAT); in init()
2139 bool isFP16 = typeTestResults->floatType() == FP16; in build()
2359 if (typeTestResults->floatType() == FP16) in build()
2898 m_typeData[FP16] = TypeData(); in TestGroupBuilderBase()
2899 m_typeData[FP16] in TestGroupBuilderBase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp54 FP16 = 0, enumerator
421 // For FP16 we increase the buffer size to hold an unsigned integer, as in constructOutputBuffer()
1061 m_floatType = FP16; in TypeTestResults()
1477 , restrictedInputType(FP16) // not used as isInputTypeRestricted is false in Operation()
1523 , restrictedInputType(FP16) // not used as isInputTypeRestricted is false in Operation()
1697 mo[OID_CONV_FROM_FP16] = Op("conv_from_fp16", FLOAT_STORAGE_ONLY, false, FP16, "", convertSource, B_STATEMENT_USAGE_COMMANDS_TYPE_FLOAT); in init()
2137 bool isFP16 = typeTestResults->floatType() == FP16; in build()
2357 if (typeTestResults->floatType() == FP16) in build()
2896 m_typeData[FP16] = TypeData(); in TestGroupBuilderBase()
2897 m_typeData[FP16] in TestGroupBuilderBase()
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h7173 union FP16 { union
7192 static FP32 half_to_float(FP16 h) { in half_to_float()
7215 static FP16 float_to_half_full(FP32 f) { in float_to_half_full()
7216 FP16 o = {0}; in float_to_half_full()
9742 FP16 hf; in DecodePixelData()
9882 tinyexr::FP16 hf; in DecodePixelData()
10019 tinyexr::FP16 hf; in DecodePixelData()
10209 tinyexr::FP16 hf; in DecodePixelData()
10234 tinyexr::FP16 hf; in DecodePixelData()
12251 tinyexr::FP16 h1
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp123 bool IsAddressingMode5(SDValue N, SDValue &Base, SDValue &Offset, bool FP16);
945 bool FP16) { in IsAddressingMode5()
965 const int Scale = FP16 ? 2 : 4; in IsAddressingMode5()
981 if (FP16) in IsAddressingMode5()
993 if (FP16) in IsAddressingMode5()
1005 return IsAddressingMode5(N, Base, Offset, /*FP16=*/ false); in SelectAddrMode5()
1010 return IsAddressingMode5(N, Base, Offset, /*FP16=*/ true); in SelectAddrMode5FP16()
944 IsAddressingMode5(SDValue N, SDValue &Base, SDValue &Offset, bool FP16) IsAddressingMode5() argument

Completed in 93 milliseconds