Home
last modified time | relevance | path

Searched refs:X86 (Results 1 – 11 of 11) sorted by relevance

/art/test/537-checker-jump-over-jump/
Dinfo.txt1 Test for X86-64 elimination of jump over jump.
/art/tools/dexfuzz/src/dexfuzz/executors/
DArchitecture.java25 X86("x86"), enumConstant
DX86InterpreterExecutor.java25 super("x86 Interpreter", 30, listener, Architecture.X86, device, in X86InterpreterExecutor()
DX86OptimizingBackendExecutor.java25 super("x86 Optimizing Backend", 5, listener, Architecture.X86, device, in X86OptimizingBackendExecutor()
/art/build/
Dcodegen.go70 arch = &c.Codegen.X86
130 Arm, Arm64, Mips, Mips64, X86, X86_64 codegenArchProperties
/art/test/588-checker-irreducib-lifetime-hole/smali/
DIrreducibleLoop.smali19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop1(int) dead_code_elimination$initial (before)
59 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop2(int) dead_code_elimination$initial (before)
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali22 ## CHECK-START-X86: int IrreducibleLoop.test1(int, long) register (after)
56 ## CHECK-START-X86: int IrreducibleLoop.test2(int, long) register (after)
/art/compiler/optimizing/
Dintrinsics_x86.cc3370 UNIMPLEMENTED_INTRINSIC(X86, MathRoundDouble)
3371 UNIMPLEMENTED_INTRINSIC(X86, ReferenceGetReferent)
3372 UNIMPLEMENTED_INTRINSIC(X86, FloatIsInfinite)
3373 UNIMPLEMENTED_INTRINSIC(X86, DoubleIsInfinite)
3374 UNIMPLEMENTED_INTRINSIC(X86, IntegerHighestOneBit)
3375 UNIMPLEMENTED_INTRINSIC(X86, LongHighestOneBit)
3376 UNIMPLEMENTED_INTRINSIC(X86, IntegerLowestOneBit)
3377 UNIMPLEMENTED_INTRINSIC(X86, LongLowestOneBit)
3379 UNIMPLEMENTED_INTRINSIC(X86, StringStringIndexOf);
3380 UNIMPLEMENTED_INTRINSIC(X86, StringStringIndexOfAfter);
[all …]
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before)
/art/runtime/arch/
Darch_test.cc190 TEST_ARCH(X86, x86)
/art/runtime/interpreter/mterp/
Dconfig_x8616 # Configuration for X86