Searched refs:ARM (Results 1 – 17 of 17) sorted by relevance
/art/test/813-fp-args/ |
D | info.txt | 1 Regression test on floating point native ABI, targeted for ARM.
|
/art/test/514-shifts/ |
D | info.txt | 2 shifts on ARM.
|
/art/test/684-select-condition/ |
D | info.txt | 1 Regression test for a bug in ARM's code generator for HSelect.
|
/art/test/657-branches/ |
D | info.txt | 1 Regression test for the ARM backend, which used to have a bug
|
/art/tools/dexfuzz/src/dexfuzz/executors/ |
D | Architecture.java | 23 ARM("arm"), enumConstant
|
D | ArmInterpreterExecutor.java | 24 super("ARM Interpreter", 30, listener, Architecture.ARM, device, in ArmInterpreterExecutor()
|
D | ArmOptimizingBackendExecutor.java | 24 super("ARM Optimizing Backend", 5, listener, Architecture.ARM, device, in ArmOptimizingBackendExecutor()
|
/art/test/439-swap-double/ |
D | info.txt | 2 the presence of register pairs (in this case, doubles on ARM).
|
/art/libnativebridge/ |
D | README.md | 6 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/ |
D | SmaliTests.smali | 21 ## CHECK-START-ARM: int SmaliTests.operations() instruction_simplifier_arm (before) 27 ## CHECK-START-ARM: int SmaliTests.operations() instruction_simplifier_arm (after)
|
/art/libnativeloader/ |
D | README.md | 56 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/ |
D | README.arm_fvp.md | 3 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/ |
D | README | 56 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/ |
D | Runtime.smali | 553 ## 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/ |
D | README.txt | 63 (r8 for ARM, edx for x86) holds a mainHandlerTable. If we need to switch
|
/art/compiler/ |
D | Android.bp | 58 // VIXL assembly support for ARM targets. 101 // VIXL assembly support for ARM targets.
|
/art/tools/checker/ |
D | README | 86 /// CHECK-START-{X86_64,ARM,ARM64}: int MyClass.MyMethod() constant_folding (after)
|