Searched refs:VFP (Results 1 - 21 of 21) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dvfp-aliases-diagnostics.s34 @ CHECK: error: VFP/Neon double precision register expected
37 @ CHECK: error: VFP/Neon double precision register expected
40 @ CHECK: error: VFP/Neon double precision register expected
43 @ CHECK: error: VFP/Neon double precision register expected
46 @ CHECK: error: VFP/Neon single precision register expected
49 @ CHECK: error: VFP/Neon single precision register expected
52 @ CHECK: error: VFP/Neon single precision register expected
55 @ CHECK: error: VFP/Neon single precision register expected
59 @ CHECK: error: VFP/Neon single precision register expected
62 @ CHECK: error: VFP/Neo
[all...]
H A Dsingle-precision-fp.s10 @ CHECK-ERRORS: error: instruction requires: double precision VFP
12 @ CHECK-ERRORS: error: instruction requires: double precision VFP
14 @ CHECK-ERRORS: error: instruction requires: double precision VFP
16 @ CHECK-ERRORS: error: instruction requires: double precision VFP
18 @ CHECK-ERRORS: error: instruction requires: double precision VFP
29 @ CHECK-ERRORS: error: instruction requires: double precision VFP
31 @ CHECK-ERRORS: error: instruction requires: double precision VFP
33 @ CHECK-ERRORS: error: instruction requires: double precision VFP
35 @ CHECK-ERRORS: error: instruction requires: double precision VFP
37 @ CHECK-ERRORS: error: instruction requires: double precision VFP
[all...]
H A Dneon-mov-vfp.s1 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
2 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
14 @ VFP-DAG: error: instruction requires: NEON
15 @ VFP-DAG: error: instruction requires: NEON
26 @ VFP-DAG: error: instruction requires: NEON
27 @ VFP-DAG: error: instruction requires: NEON
H A Deh-directive-integrated-test.s19 @ restore the general-purpose and VFP registers.
H A Deh-directive-vsave.s6 @ The .vsave directive records the VFP registers which are pushed to the
H A Ddirective-eabi_attribute.s163 @ CHECK-OBJ-NEXT: Description: AAPCS VFP
H A Ddiagnostics.s389 @ Bad register lists for VFP.
/external/elfutils/tests/
H A Drun-readelf-A.sh51 ABI_VFP_args: VFP registers
H A Drun-addrcfi.sh3566 VFP reg256 (d0): undefined
3567 VFP reg257 (d1): undefined
3568 VFP reg258 (d2): undefined
3569 VFP reg259 (d3): undefined
3570 VFP reg260 (d4): undefined
3571 VFP reg261 (d5): undefined
3572 VFP reg262 (d6): undefined
3573 VFP reg263 (d7): undefined
3574 VFP reg264 (d8): same_value
3575 VFP reg26
[all...]
H A Drun-allregs.sh2693 VFP registers:
/external/compiler-rt/make/platform/
H A Dclang_macho_embedded.mk47 # non-VFP variant of the AAPCS.
51 # Hard-float version of the runtime. On ARM VFP instructions and registers are
52 # allowed, and floating point values get passed in them. VFP variant of the
/external/vixl/src/aarch32/
H A Doperands-aarch32.h538 if (VFP::IsImmFP32(imm)) {
539 SetEncodingValue(VFP::FP32ToImm8(imm));
543 if (VFP::IsImmFP64(imm)) {
544 SetEncodingValue(VFP::FP32ToImm8(imm));
555 return VFP::Imm8ToFP32(imm8);
559 return VFP::Imm8ToFP64(imm8);
/external/libunwind_llvm/src/
H A DUnwindRegistersSave.S306 @ however this is very hard to do for VFP registers because it is unknown
308 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
375 @ VFP and iwMMX instructions are only available when compiling with the flags
H A DUnwindRegistersRestore.S361 @ VFP and iwMMX instructions are only available when compiling with the flags
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dsysv.S321 /* Below are VFP hard-float ABI call and closure implementations.
322 Add VFP FPU directive here. This is only compiled into the library
343 @ Make room for loading VFP args
349 sub r2, fp, #64 @ VFP scratch space
354 @ Load VFP register args if needed
/external/autotest/client/site_tests/platform_ToolchainOptions/
H A Dplatform_ToolchainOptions.py279 # Verify ARM binaries are all using VFP registers.
282 "egrep -q \"Tag_ABI_VFP_args: VFP registers\"" %
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp422 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI->id)]; local
423 VNInfo *VNI = VFP.getPointer();
428 VFP.setInt(true);
438 VFP = ValueForcePair(nullptr, true);
951 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id)); local
952 if (VNInfo *VNI = VFP.getPointer()) {
960 if (VFP.getInt()) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.cpp383 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI->id)]; local
384 VNInfo *VNI = VFP.getPointer();
389 VFP.setInt(true);
398 VFP = ValueForcePair(0, true);
836 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id)); local
837 if (VNInfo *VNI = VFP.getPointer()) {
845 if (VFP.getInt()) {
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-1.s149 @CHECK-OBJ-NEXT: Description: AAPCS VFP
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Ddiagnostics.s302 @ Bad register lists for VFP.
/external/vixl/src/
H A Dutils-vixl.h540 class VFP {

Completed in 529 milliseconds