Searched refs:VFPv3 (Results 1 – 17 of 17) sorted by relevance
/external/elfutils/tests/ |
D | run-readelf-A.sh | 53 VFP_arch: VFPv3-D16
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-4.s | 16 @CHECK-OBJ-NEXT: Description: VFPv3-D16
|
D | attribute-3.s | 16 @CHECK-OBJ-NEXT: Description: VFPv3
|
D | attribute-2.s | 163 @CHECK-OBJ-NEXT: Description: VFPv3
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/ |
D | attribute-4.s | 16 @CHECK-OBJ-NEXT: Description: VFPv3-D16
|
D | attribute-3.s | 16 @CHECK-OBJ-NEXT: Description: VFPv3
|
D | attribute-2.s | 163 @CHECK-OBJ-NEXT: Description: VFPv3
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
D | EmulateInstructionARM64.cpp | 64 #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/ |
D | build-attributes.ll | 342 ;; 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/ |
D | make_windowsce7-armv7.bat | 118 set CFLAGS=%CPPFLAGS% %INCLUDE% -nologo -Zi -MT -Oi -GS -GF -QRarch7 -arch:VFPv3-D32 -QRfpe- -fp:fa…
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 392 ;; 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/ |
D | Makefile.arm | 86 NEON_ARCH = /arch:VFPv3
|
/external/llvm/test/MC/ARM/ |
D | directive-eabi_attribute.s | 55 @ CHECK-OBJ-NEXT: Description: VFPv3
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | directive-eabi_attribute.s | 55 @ CHECK-OBJ-NEXT: Description: VFPv3
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRegisters.def | 403 // ARM VFPv3/NEON registers
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRegisters.def | 437 // ARM VFPv3/NEON registers
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 696 #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)
|