Searched refs:ARM_FPU (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ARMTargetParser.def | 16 #ifndef ARM_FPU 17 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) 19 ARM_FPU("invalid", FK_INVALID, FV_NONE, NS_None, FR_None) 20 ARM_FPU("none", FK_NONE, FV_NONE, NS_None, FR_None) 21 ARM_FPU("vfp", FK_VFP, FV_VFPV2, NS_None, FR_None) 22 ARM_FPU("vfpv2", FK_VFPV2, FV_VFPV2, NS_None, FR_None) 23 ARM_FPU("vfpv3", FK_VFPV3, FV_VFPV3, NS_None, FR_None) 24 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FV_VFPV3_FP16, NS_None, FR_None) 25 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FV_VFPV3, NS_None, FR_D16) 26 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FV_VFPV3_FP16, NS_None, FR_D16) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ARMTargetParser.def | 15 #ifndef ARM_FPU 16 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) 18 ARM_FPU("invalid", FK_INVALID, FPUVersion::NONE, NeonSupportLevel::None, FPURestriction::None) 19 ARM_FPU("none", FK_NONE, FPUVersion::NONE, NeonSupportLevel::None, FPURestriction::None) 20 ARM_FPU("vfp", FK_VFP, FPUVersion::VFPV2, NeonSupportLevel::None, FPURestriction::None) 21 ARM_FPU("vfpv2", FK_VFPV2, FPUVersion::VFPV2, NeonSupportLevel::None, FPURestriction::None) 22 ARM_FPU("vfpv3", FK_VFPV3, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::None) 23 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURestriction… 24 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::D16) 25 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURes… [all …]
|
D | ARMTargetParser.h | 118 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) KIND, macro 175 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) \ macro
|