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

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 27 @ Test for NaN with a second comparison. EABI forbids testing bit
TEMPLATE_CMPL_FLOAT.S 24 * EABI library supports __aeabi_cfcmple (only one if we want to check
45 @ Test for NaN with a second comparison. EABI forbids testing bit
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 33 UnknownABI, O32, N32, N64, EABI
105 /// Only O32 and EABI supported right now.
106 bool isABI_EABI() const { return MipsABI == EABI; }
MipsAsmPrinter.cpp 215 case MipsSubtarget::EABI: return "eabi32"; // TODO: handle eabi64
  /dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S 2 /* EABI appears to have Java-style conversions of +inf/-inf/NaN */
13 * to modest integer. The EABI convert function isn't doing this for us.
19 sub sp, sp, #4 @ align for EABI
OP_DOUBLE_TO_LONG.S 11 * to modest integer. The EABI convert function isn't doing this for us.
18 sub sp, sp, #4 @ align for EABI
  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 2 /* EABI appears to have Java-style conversions of +inf/-inf/NaN */
13 * to modest integer. The EABI convert function isn't doing this for us.
19 sub sp, sp, #4 @ align for EABI
OP_DOUBLE_TO_LONG.S 11 * to modest integer. The EABI convert function isn't doing this for us.
18 sub sp, sp, #4 @ align for EABI
  /dalvik/vm/arch/arm/
CallEABI.S 22 * This version supports the "new" ARM EABI.
54 ARM EABI notes:
76 In the EABI, "sp" must be 64-bit aligned on entry to a function, and any
161 @ Ensure 64-bit alignment. EABI guarantees sp is aligned on entry, make
412 * registers for EABI 64-bit stack alignment.)
  /external/llvm/include/llvm/ADT/
Triple.h 111 EABI,
  /external/llvm/lib/Support/
Triple.cpp 140 case EABI: return "eabi";
305 .StartsWith("eabi", Triple::EABI)
  /external/v8/src/arm/
constants-arm.h 31 // ARM EABI is required.
33 #error ARM EABI support is required.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 31 ARM EABI general notes:
54 In the EABI, "sp" must be 64-bit aligned on entry to a function, and any
525 @ Test for NaN with a second comparison. EABI forbids testing bit
569 @ Test for NaN with a second comparison. EABI forbids testing bit
610 * EABI library supports __aeabi_cfcmple (only one if we want to check
631 @ Test for NaN with a second comparison. EABI forbids testing bit
672 * EABI library supports __aeabi_cfcmple (only one if we want to check
693 @ Test for NaN with a second comparison. EABI forbids testing bit
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 114 T = Triple("arm-none-none-eabi");
118 EXPECT_EQ(Triple::EABI, T.getEnvironment());
234 EXPECT_EQ("arm-none--eabi", Triple::normalize("arm-none-eabi")); // arm-none-eabi
  /external/clang/lib/Driver/
Tools.cpp 642 case llvm::Triple::EABI:
643 // EABI is always AAPCS, and if it was not marked 'hard', it's softfp
688 case llvm::Triple::EABI:
815 .Cases("o32", "eabi", DefMips32CPU)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S 29 ARM EABI general notes:
54 In the EABI, "sp" must be 64-bit aligned on entry to a function, and any
    [all...]
InterpAsm-armv5te-vfp.S 29 ARM EABI general notes:
54 In the EABI, "sp" must be 64-bit aligned on entry to a function, and any
    [all...]
InterpAsm-armv7-a-neon.S 29 ARM EABI general notes:
54 In the EABI, "sp" must be 64-bit aligned on entry to a function, and any
    [all...]
InterpAsm-armv7-a.S 29 ARM EABI general notes:
54 In the EABI, "sp" must be 64-bit aligned on entry to a function, and any
    [all...]

Completed in 517 milliseconds