Home
last modified time | relevance | path

Searched refs:ARM64 (Results 1 – 18 of 18) sorted by relevance

/art/test/564-checker-negbitwise/
Dinfo.txt1 Test negated bitwise operations simplification on ARM64.
/art/test/636-arm64-veneer-pool/
Dinfo.txt1 Regression test for an issue with VIXL ARM64 veneer pools (b/34850123).
/art/test/593-checker-shift-and-simplifier/
Dinfo.txt1 Regression test on pattern that caused double removal of AND by ARM64 simplifier.
/art/test/658-fp-read-barrier/
Dinfo.txt1 Regression test for the read barrier implementation in ARM64,
/art/test/626-checker-arm64-scratch-register/
Dinfo.txt1 Regression test checking that the ARM64 scratch register pool is not
/art/tools/dexfuzz/src/dexfuzz/executors/
DArchitecture.java24 ARM64("arm64"), enumConstant
DArm64InterpreterExecutor.java24 super("ARM64 Interpreter", 30, listener, Architecture.ARM64, device, in Arm64InterpreterExecutor()
DArm64OptimizingBackendExecutor.java24 super("ARM64 Optimizing Backend", 5, listener, Architecture.ARM64, device, in Arm64OptimizingBackendExecutor()
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali19 # ARM64 simplifier doing "forward" removals (b/27851582).
32 ## CHECK-START-ARM64: int SmaliTests.operations() instruction_simplifier_arm64 (before)
38 ## CHECK-START-ARM64: int SmaliTests.operations() instruction_simplifier_arm64 (after)
/art/test/635-checker-arm64-volatile-load-cc/
Dinfo.txt1 Regression test checking that the VIXL ARM64 scratch register pool is
/art/test/572-checker-array-get-regression/
Dinfo.txt1 Regression test for the ARM64 Baker's read barrier fast path compiler
/art/test/646-checker-arraycopy-large-cst-pos/
Dinfo.txt3 constant destination position, on ARM64, with read barriers
/art/test/
Dvalgrind-target-suppressions.txt1 # Valgrind does not recognize the ashmen ioctl() calls on ARM64, so it assumes that a size
12 # It seems that on ARM64 Valgrind considers the canary value used by the Clang stack protector to
/art/tools/dexfuzz/
DREADME58 Note that if you wanted to test both ARM and ARM64 on an ARM64 device, you can use
60 ARM Optimizing Backend vs. ARM64 Optimizing Backend.
110 (ARM/ARM64), and the divergences align with different architectures,
/art/compiler/optimizing/
Dintrinsics_arm64.cc2995 UNIMPLEMENTED_INTRINSIC(ARM64, ReferenceGetReferent)
2996 UNIMPLEMENTED_INTRINSIC(ARM64, IntegerHighestOneBit)
2997 UNIMPLEMENTED_INTRINSIC(ARM64, LongHighestOneBit)
2998 UNIMPLEMENTED_INTRINSIC(ARM64, IntegerLowestOneBit)
2999 UNIMPLEMENTED_INTRINSIC(ARM64, LongLowestOneBit)
3001 UNIMPLEMENTED_INTRINSIC(ARM64, StringStringIndexOf);
3002 UNIMPLEMENTED_INTRINSIC(ARM64, StringStringIndexOfAfter);
3003 UNIMPLEMENTED_INTRINSIC(ARM64, StringBufferAppend);
3004 UNIMPLEMENTED_INTRINSIC(ARM64, StringBufferLength);
3005 UNIMPLEMENTED_INTRINSIC(ARM64, StringBufferToString);
[all …]
/art/compiler/
DAndroid.bp252 // VIXL assembly support for ARM64 targets.
292 // VIXL assembly support for ARM64 targets.
/art/tools/checker/
DREADME76 /// CHECK-START-ARM64: int MyClass.MyMethod() constant_folding (after)
/art/runtime/interpreter/mterp/
Dconfig_arm6417 # Configuration for ARM64