Home
last modified time | relevance | path

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

/art/test/813-fp-args/
Dinfo.txt1 Regression test on floating point native ABI, targeted for ARM.
/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/libnativebridge/
DREADME.md6 For example, an application which has only native ARM binaries may run on an x86
7 system if there’s a native bridge installed which can translate ARM to x86. This
/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/test/
DREADME.arm_fvp.md3 This document describes how to test ART on a model - QEMU or the ARM Fixed Virtual Platform.
7 covers both QEMU and the ARM Fixed Virtual Platform; the setup is very similar.
/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/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/runtime/interpreter/mterp/
DREADME.txt63 (r8 for ARM, edx for x86) holds a mainHandlerTable. If we need to switch
/art/compiler/
DAndroid.bp58 // VIXL assembly support for ARM targets.
101 // VIXL assembly support for ARM targets.
/art/tools/checker/
DREADME86 /// CHECK-START-{X86_64,ARM,ARM64}: int MyClass.MyMethod() constant_folding (after)