Home
last modified time | relevance | path

Searched refs:VFPv3 (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/tests/
Drun-readelf-A.sh53 VFP_arch: VFPv3-D16
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/
Dattribute-4.s16 @CHECK-OBJ-NEXT: Description: VFPv3-D16
Dattribute-3.s16 @CHECK-OBJ-NEXT: Description: VFPv3
Dattribute-2.s163 @CHECK-OBJ-NEXT: Description: VFPv3
/external/llvm/test/tools/llvm-readobj/ARM/
Dattribute-4.s16 @CHECK-OBJ-NEXT: Description: VFPv3-D16
Dattribute-3.s16 @CHECK-OBJ-NEXT: Description: VFPv3
Dattribute-2.s163 @CHECK-OBJ-NEXT: Description: VFPv3
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll342 ;; The default CPU does have an FPU and it must be VFPv3 or better, so it flushes
451 ;; The A7 has VFPv3 support by default, so flush preserving sign.
637 ;; The A9 defaults to a VFPv3 FPU, so it flushes preserving the sign when
690 ;; The A8 defaults to a VFPv3 FPU, so it flushes preserving the sign when
698 ;; The A9 defaults to a VFPv3 FPU, so it flushes preserving the sign when
724 ;; The A12 defaults to a VFPv3 FPU, so it flushes preserving the sign when
781 ;; The A15 defaults to a VFPv3 FPU, so it flushes preserving the sign when
807 ;; The A17 defaults to a VFPv3 FPU, so it flushes preserving the sign when
1192 ;; The R5 has the VFPv3 FP unit, which always flushes preserving sign.
1220 ;; The R7 has the VFPv3 FP unit, which always flushes preserving sign.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll387 ;; The default CPU does have an FPU and it must be VFPv3 or better, so it flushes
536 ;; The A7 has VFPv3 support by default, so flush preserving sign.
699 ;; The A9 defaults to a VFPv3 FPU, so it flushes preserving the sign when
752 ;; The A8 defaults to a VFPv3 FPU, so it flushes preserving the sign when
760 ;; The A9 defaults to a VFPv3 FPU, so it flushes preserving the sign when
786 ;; The A12 defaults to a VFPv3 FPU, so it flushes preserving the sign when
843 ;; The A15 defaults to a VFPv3 FPU, so it flushes preserving the sign when
869 ;; The A17 defaults to a VFPv3 FPU, so it flushes preserving the sign when
1259 ;; The R5 has the VFPv3 FP unit, which always flushes preserving sign.
1287 ;; The R7 has the VFPv3 FP unit, which always flushes preserving sign.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Ddirective-eabi_attribute.s55 @ CHECK-OBJ-NEXT: Description: VFPv3
/external/llvm/test/MC/ARM/
Ddirective-eabi_attribute.s55 @ CHECK-OBJ-NEXT: Description: VFPv3
/external/v8/src/arm/
Dassembler-arm.cc310 CpuFeatures::IsSupported(VFPv3), CpuFeatures::IsSupported(VFP32DREGS), in PrintFeatures()
2826 if (CpuFeatures::IsSupported(VFPv3) && in vmov()
2828 CpuFeatureScope scope(this, VFPv3); in vmov()
2850 if (CpuFeatures::IsSupported(VFPv3) && FitsVmovFPImmediate(imm, &enc)) { in vmov()
2851 CpuFeatureScope scope(this, VFPv3); in vmov()
3176 DCHECK(IsEnabled(VFPv3)); in vcvt_f64_s32()
/external/v8/src/
Dglobals.h835 VFPv3 = ARMv7, enumerator
/external/v8/
DChangeLog47740 Fixed a number of issues with running without VFPv3 support on ARM
48238 Improved V8 VFPv3 runtime detection to address issue 914.