HomeSort by relevance Sort by last modified time
    Searched refs:VFP (Results 1 - 23 of 23) sorted by null

  /external/llvm/test/MC/ARM/
vfp-aliases-diagnostics.s 5 .fpu vfp
34 @ 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 expecte
    [all...]
single-precision-fp.s 10 @ 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...]
neon-mov-vfp.s 1 @ 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
eh-directive-integrated-test.s 19 @ restore the general-purpose and VFP registers.
eh-directive-vsave.s 6 @ The .vsave directive records the VFP registers which are pushed to the
directive-eabi_attribute.s 163 @ CHECK-OBJ-NEXT: Description: AAPCS VFP
diagnostics.s 387 @ Bad register lists for VFP.
  /external/elfutils/src/tests/
run-readelf-A.sh 51 ABI_VFP_args: VFP registers
run-addrcfi.sh     [all...]
run-allregs.sh     [all...]
  /system/core/debuggerd/
Android.mk 66 # The arm emulator has VFP but not VFPv3-D32.
  /ndk/tests/device/hard-float/jni/
Android.mk 51 # to suppress linker error about not all functions use VFP register to pass argument, eg.
54 # uses VFP register arguments, output does not
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 47 # 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
93 # + *vfp: designed for Thumb1 CPUs with VFPv2
  /external/libcxxabi/src/Unwind/
UnwindRegistersSave.S 297 @ however this is very hard to do for VFP registers because it is unknown
299 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
362 @ VFP and iwMMX instructions are only available when compiling with the flags
UnwindRegistersRestore.S 352 @ VFP and iwMMX instructions are only available when compiling with the flags
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 293 @ however this is very hard to do for VFP registers because it is unknown
295 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
343 @ VFP and iwMMX instructions are only available when compiling with the flags
UnwindRegistersRestore.S 343 @ VFP and iwMMX instructions are only available when compiling with the flags
  /external/llvm/lib/CodeGen/
SplitKit.cpp 397 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI->id)];
398 VNInfo *VNI = VFP.getPointer();
403 VFP.setInt(true);
413 VFP = ValueForcePair(nullptr, true);
846 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id));
847 if (VNInfo *VNI = VFP.getPointer()) {
855 if (VFP.getInt()) {
    [all...]
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-1.s 149 @CHECK-OBJ-NEXT: Description: AAPCS VFP
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 850 case ARM::VFP:
    [all...]
  /external/boringssl/src/crypto/chacha/
chacha_vec_arm.S 31 # EABI attribute 28 sets whether VFP register arguments were used to build this
34 # VFP arguments.
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 409 milliseconds