Searched refs:VFPV3 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ARMTargetParser.def | 23 ARM_FPU("vfpv3", FK_VFPV3, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::None) 25 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::D16) 27 ARM_FPU("vfpv3xd", FK_VFPV3XD, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::SP_D16) 35 ARM_FPU("neon", FK_NEON, FPUVersion::VFPV3, NeonSupportLevel::Neon, FPURestriction::None)
|
D | TargetParser.h | 38 VFPV3, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | TargetParser.cpp | 291 case ARM::FPUVersion::VFPV3: in getFPUFeatures()
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 64 …e=armv7-linux-gnueabi -mattr=-neon,+vfp3,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3-FP16 65 …inux-gnueabi -mattr=-neon,+vfp3,+d16,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3-D16-FP16 1458 ; GENERIC-FPU-VFPV3-FP16: .fpu vfpv3-fp16 1459 ; GENERIC-FPU-VFPV3-D16-FP16: .fpu vfpv3-d16-fp16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 69 …e=armv7-linux-gnueabi -mattr=-neon,+vfp3,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3-FP16 70 …inux-gnueabi -mattr=-neon,+vfp3,+d16,+fp16 | FileCheck %s --check-prefix=GENERIC-FPU-VFPV3-D16-FP16 1643 ; GENERIC-FPU-VFPV3-FP16: .fpu vfpv3-fp16 1644 ; GENERIC-FPU-VFPV3-D16-FP16: .fpu vfpv3-d16-fp16
|