Home
last modified time | relevance | path

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

/external/elfutils/tests/
Drun-readelf-A.sh53 VFP_arch: VFPv3-D16
/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-project/llvm/test/tools/llvm-readobj/ELF/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-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp64 #define VFPv3 (1u << 3) macro
67 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
68 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
69 #define VFPv2v3 (VFPv2 | 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/capstone/windowsce/
Dmake_windowsce7-armv7.bat118 set CFLAGS=%CPPFLAGS% %INCLUDE% -nologo -Zi -MT -Oi -GS -GF -QRarch7 -arch:VFPv3-D32 -QRfpe- -fp:fa…
/external/llvm-project/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll392 ;; The default CPU does have an FPU and it must be VFPv3 or better, so it flushes
541 ;; The A7 has VFPv3 support by default, so flush preserving sign.
704 ;; The A9 defaults to a VFPv3 FPU, so it flushes preserving the sign when
757 ;; The A8 defaults to a VFPv3 FPU, so it flushes preserving the sign when
765 ;; The A9 defaults to a VFPv3 FPU, so it flushes preserving the sign when
791 ;; The A12 defaults to a VFPv3 FPU, so it flushes preserving the sign when
848 ;; The A15 defaults to a VFPv3 FPU, so it flushes preserving the sign when
874 ;; The A17 defaults to a VFPv3 FPU, so it flushes preserving the sign when
1264 ;; The R5 has the VFPv3 FP unit, which always flushes preserving sign.
1292 ;; The R7 has the VFPv3 FP unit, which always flushes preserving sign.
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/win32/
DMakefile.arm86 NEON_ARCH = /arch:VFPv3
/external/llvm/test/MC/ARM/
Ddirective-eabi_attribute.s55 @ CHECK-OBJ-NEXT: Description: VFPv3
/external/llvm-project/llvm/test/MC/ARM/
Ddirective-eabi_attribute.s55 @ CHECK-OBJ-NEXT: Description: VFPv3
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRegisters.def403 // ARM VFPv3/NEON registers
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRegisters.def437 // ARM VFPv3/NEON registers
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp696 #define VFPv3 (1u << 3) macro
699 #define VFPv1_ABOVE (VFPv1 | VFPv2 | VFPv3 | AdvancedSIMD)
700 #define VFPv2_ABOVE (VFPv2 | VFPv3 | AdvancedSIMD)
701 #define VFPv2v3 (VFPv2 | VFPv3)