Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc3067 UNIMPLEMENTED_INTRINSIC(X86, MathRoundDouble)
3068 UNIMPLEMENTED_INTRINSIC(X86, ReferenceGetReferent)
3069 UNIMPLEMENTED_INTRINSIC(X86, FloatIsInfinite)
3070 UNIMPLEMENTED_INTRINSIC(X86, DoubleIsInfinite)
3071 UNIMPLEMENTED_INTRINSIC(X86, IntegerHighestOneBit)
3072 UNIMPLEMENTED_INTRINSIC(X86, LongHighestOneBit)
3073 UNIMPLEMENTED_INTRINSIC(X86, CRC32Update)
3074 UNIMPLEMENTED_INTRINSIC(X86, CRC32UpdateBytes)
3075 UNIMPLEMENTED_INTRINSIC(X86, CRC32UpdateByteBuffer)
3076 UNIMPLEMENTED_INTRINSIC(X86, FP16ToFloat)
[all …]
/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.go66 arch = &c.Codegen.X86
191 Arm, Arm64, 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/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.cc144 TEST_ARCH(X86, x86)