/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 | 38 UnknownABI, O32, N32, N64, EABI 135 /// Only O32 and EABI supported right now. 136 bool isABI_EABI() const { return MipsABI == EABI; }
|
MipsAsmPrinter.cpp | 224 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 | 122 EABI,
|
/external/llvm/lib/Target/ARM/ |
ARMSubtarget.h | 199 ARM_ABI_AAPCS // ARM EABI 283 // ARM EABI is the bare-metal EABI described in ARM ABI documents and 284 // can be accessed via -target arm-none-eabi. This is NOT GNUEABI. 285 // FIXME: Add a flag for bare-metal for that target and set Triple::EABI 287 // the EABI on GNU (and Android) mode. This requires change in Clang, too. 289 return TargetTriple.getEnvironment() == Triple::EABI;
|
/external/llvm/lib/Support/ |
Triple.cpp | 152 case EABI: return "eabi"; 300 .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/chromium_org/v8/src/arm/ |
constants-arm.h | 31 // ARM EABI is required. 33 #error ARM EABI support is required.
|
/external/llvm/unittests/ADT/ |
TripleTest.cpp | 126 T = Triple("arm-none-none-eabi"); 130 EXPECT_EQ(Triple::EABI, T.getEnvironment()); 246 EXPECT_EQ("arm-none--eabi", Triple::normalize("arm-none-eabi")); // arm-none-eabi
|
/external/clang/lib/Driver/ |
Tools.cpp | 688 case llvm::Triple::EABI: 689 // EABI is always AAPCS, and if it was not marked 'hard', it's softfp 745 case llvm::Triple::EABI: 902 .Cases("32", "o32", "eabi", DefMips32CPU) [all...] |
ToolChains.cpp | [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...] |