Home
last modified time | relevance | path

Searched refs:ARM (Results 1 – 15 of 15) sorted by relevance

/art/test/514-shifts/
Dinfo.txt2 shifts on ARM.
/art/test/684-select-condition/
Dinfo.txt1 Regression test for a bug in ARM's code generator for HSelect.
/art/test/657-branches/
Dinfo.txt1 Regression test for the ARM backend, which used to have a bug
/art/tools/dexfuzz/src/dexfuzz/executors/
DArchitecture.java23 ARM("arm"), enumConstant
DArmInterpreterExecutor.java24 super("ARM Interpreter", 30, listener, Architecture.ARM, device, in ArmInterpreterExecutor()
DArmOptimizingBackendExecutor.java24 super("ARM Optimizing Backend", 5, listener, Architecture.ARM, device, in ArmOptimizingBackendExecutor()
/art/test/439-swap-double/
Dinfo.txt2 the presence of register pairs (in this case, doubles on ARM).
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali21 ## CHECK-START-ARM: int SmaliTests.operations() instruction_simplifier_arm (before)
27 ## CHECK-START-ARM: int SmaliTests.operations() instruction_simplifier_arm (after)
/art/libnativeloader/
DREADME.md56 for non-translated, e.g. ARM-on-ARM, libraries, while the latter is for
57 loading libraries in a translated environment such as ARM-on-x86.
/art/tools/dexfuzz/
DREADME56 Note that if you wanted to test both ARM and ARM64 on an ARM64 device, you can use
58 ARM Optimizing Backend vs. ARM64 Optimizing Backend.
108 (ARM/ARM64), and the divergences align with different architectures,
/art/runtime/interpreter/mterp/
DREADME.txt71 transitioning from one Dalvik bytecode to the next. Mterp for ARM targets
76 (r8 for ARM, edx for x86) holds a mainHandlerTable. If we need to switch
/art/test/
DREADME.chroot.md56 lunch armv8-eng # or arm_krait-eng for 32-bit ARM
64 lunch aosp_arm64-eng # or aosp_arm-eng for 32-bit ARM
/art/test/510-checker-try-catch/smali/
DRuntime.smali553 ## CHECK-START-{ARM,ARM64}: int Runtime.testIntAddressCatch(int, int[]) GVN$after_arch (after)
577 ## CHECK-START-{ARM,ARM64}: int Runtime.testIntAddressCatch(int, int[]) GVN$after_arch (after)
581 ## CHECK-START-{ARM,ARM64}: int Runtime.testIntAddressCatch(int, int[]) GVN$after_arch (after)
586 ## CHECK-START-{ARM,ARM64}: int Runtime.testIntAddressCatch(int, int[]) GVN$after_arch (after)
592 ## CHECK-START-{ARM,ARM64}: int Runtime.testIntAddressCatch(int, int[]) GVN$after_arch (after)
/art/compiler/
DAndroid.bp202 // VIXL assembly support for ARM targets.
283 // VIXL assembly support for ARM targets.
/art/tools/checker/
DREADME86 /// CHECK-START-{X86_64,ARM,ARM64}: int MyClass.MyMethod() constant_folding (after)