HomeSort by relevance Sort by last modified time
    Searched defs:arm (Results 1 - 25 of 62) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
udf-bad.s 3 arm: .arm label
udf.s 3 arm: .arm label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
abs-call-1.s 5 arm: bl 0x100000 label
ifunc-3.s 42 .globl arm
43 arm: label
49 .size arm,.-arm
ifunc-7.s 35 .globl arm
36 arm: label
42 .size arm,.-arm
ifunc-4.s 13 define aa\name,.arm
14 define at\name,.arm
15 define ab\name,.arm
67 .globl arm
68 .type arm,%function
69 .arm
70 arm: label
76 .size arm,.-arm
ifunc-8.s 13 define aa\name,.arm
14 define at\name,.arm
15 define ab\name,.arm
60 .globl arm
61 .type arm,%function
62 .arm
63 arm: label
69 .size arm,.-arm
arm-call2.s 3 .global arm
7 .type arm, %function
8 arm: label
arm-be8.s 3 arm: label
  /art/runtime/arch/arm/
registers_arm.cc 22 namespace arm { namespace in namespace:art
46 } // namespace arm
context_arm.cc 24 namespace arm { namespace in namespace:art
114 } // namespace arm
context_arm.h 26 namespace arm { namespace in namespace:art
94 } // namespace arm
  /art/compiler/optimizing/
dex_cache_array_fixups_arm.h 24 namespace arm { namespace in namespace:art
34 } // namespace arm
instruction_simplifier_arm.cc 21 namespace arm { namespace in namespace:art
42 } // namespace arm
instruction_simplifier_arm.h 24 namespace arm { namespace in namespace:art
57 } // namespace arm
dex_cache_array_fixups_arm.cc 23 namespace arm { namespace in namespace:art
111 } // namespace arm
intrinsics_arm.h 29 namespace arm { namespace in namespace:art
87 } // namespace arm
  /art/compiler/utils/arm/
assembler_arm.cc 28 namespace arm { namespace in namespace:art
98 case arm::Shift::ROR:
102 case arm::Shift::RRX:
103 shift_type = static_cast<uint32_t>(arm::Shift::ROR); // Same encoding as ROR.
127 LOG(FATAL) << "Invalid shifter operand for ARM";
198 // Convert ARM PU0W to PUW
199 // The Mode is in ARM encoding format which is:
215 // If P is 0 then W must be 1 (Different from ARM).
248 // This is very like the ARM encoding except the offset is 10 bits.
253 // If P is 0 then W must be 1 (Different from ARM)
    [all...]
assembler_arm32.h 24 #include "utils/arm/managed_register_arm.h"
25 #include "utils/arm/assembler_arm.h"
29 namespace arm { namespace in namespace:art
404 } // namespace arm
managed_register_arm.cc 22 namespace arm { namespace in namespace:art
102 } // namespace arm
  /art/disassembler/
disassembler_arm.h 25 namespace arm { namespace in namespace:art
50 } // namespace arm
  /art/compiler/jni/quick/arm/
calling_convention_arm.h 23 namespace arm { namespace in namespace:art
90 } // namespace arm
  /build/core/clang/
arm.mk 1 # Clang flags for arm arch, target or host.
9 # -mcpu here rather than the more normal core/combo/arch/arm/armv7-a-neon.mk.
34 define subst-clang-incompatible-arm-flags
  /external/compiler-rt/make/platform/
clang_mingw.mk 11 SupportedArches := x86_64 i386 arm
13 Configs += builtins-x86_64 builtins-i386 builtins-arm
16 Arch.builtins-arm := arm
23 CFLAGS.builtins-arm := -target armv7-windows-gnu $(CFLAGS)
27 FUNCTIONS.builtins-arm := $(CommonFunctions) $(ArchFunctions.arm)
  /art/compiler/trampolines/
trampoline_compiler.cc 23 #include "utils/arm/assembler_thumb2.h"
51 namespace arm { namespace in namespace:art
77 } // namespace arm
260 return arm::CreateTrampoline(&arena, abi, offset);

Completed in 345 milliseconds

1 2 3