Home
last modified time | relevance | path

Searched refs:ARM_FPU (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.def15 #ifndef ARM_FPU
16 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION)
18 ARM_FPU("invalid", FK_INVALID, FPUVersion::NONE, NeonSupportLevel::None,
20 ARM_FPU("none", FK_NONE, FPUVersion::NONE, NeonSupportLevel::None,
22 ARM_FPU("vfp", FK_VFP, FPUVersion::VFPV2, NeonSupportLevel::None,
24 ARM_FPU("vfpv2", FK_VFPV2, FPUVersion::VFPV2, NeonSupportLevel::None,
26 ARM_FPU("vfpv3", FK_VFPV3, FPUVersion::VFPV3, NeonSupportLevel::None,
28 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FPUVersion::VFPV3_FP16,
30 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FPUVersion::VFPV3, NeonSupportLevel::None,
32 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FPUVersion::VFPV3_FP16,
[all …]
H A DARMTargetParser.h123 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) KIND, macro
177 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) \ macro
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp237 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) \ in getARMMultilibFlags() macro