Home
last modified time | relevance | path

Searched refs:kX86 (Results 1 – 22 of 22) sorted by relevance

/art/compiler/dex/quick/x86/
Dassemble_x86.cc37 { kX86 ## opname ## 8MR, kMemReg, mem_use | IS_TERTIARY_OP | REG_USE02 | SETS_CCODES …
38 { kX86 ## opname ## 8AR, kArrayReg, mem_use | IS_QUIN_OP | REG_USE014 | SETS_CCODES …
39 { kX86 ## opname ## 8TR, kThreadReg, mem_use | IS_BINARY_OP | REG_USE1 | SETS_CCODES …
40 { kX86 ## opname ## 8RR, kRegReg, IS_BINARY_OP | reg_def | REG_USE01 | SETS_CCODES …
41 { kX86 ## opname ## 8RM, kRegMem, IS_LOAD | IS_TERTIARY_OP | reg_def | REG_USE01 | SETS_CCODES …
42 { kX86 ## opname ## 8RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODES …
43 { kX86 ## opname ## 8RT, kRegThread, IS_LOAD | IS_BINARY_OP | reg_def | REG_USE0 | SETS_CCODES …
44 { kX86 ## opname ## 8RI, kRegImm, IS_BINARY_OP | reg_def | REG_USE0 | SETS_CCODES …
45 { kX86 ## opname ## 8MI, kMemImm, mem_use | IS_TERTIARY_OP | REG_USE0 | SETS_CCODES …
46 { kX86 ## opname ## 8AI, kArrayImm, mem_use | IS_QUIN_OP | REG_USE01 | SETS_CCODES …
[all …]
Dint_x86.cc220 DCHECK_EQ(cu_->instruction_set, kX86); in GenInlinedMinMaxInt()
228 DCHECK_EQ(cu_->instruction_set, kX86); in GenInlinedMinMaxInt()
Dtarget_x86.cc136 DCHECK_EQ(cu_->instruction_set, kX86); in SetupTargetResourceMasks()
/art/runtime/
Dinstruction_set.h28 kX86, enumerator
Ddisassembler.cc33 } else if (instruction_set == kX86) { in Create()
Dcommon_test.h324 instruction_set = kX86; in SetUp()
Druntime.cc1236 } else if (instruction_set == kX86) { in CreateCalleeSaveMethod()
/art/compiler/
Dcompiled_method.cc60 case kX86: in AlignCode()
72 case kX86: in CodeDelta()
89 case kX86: in CodePointer()
Doat_test.cc77 InstructionSet insn_set = kIsTargetBuild ? kThumb2 : kX86; in TEST_F()
151 InstructionSet instruction_set = kX86; in TEST_F()
Delf_writer_quick.cc313 case kX86: { in Write()
/art/compiler/jni/quick/
Dcalling_convention.cc42 case kX86: in Create()
96 case kX86: in Create()
Djni_compiler.cc277 if (instruction_set == kX86) { in ArtJniCompileMethodInternal()
/art/compiler/dex/quick/
Dlocal_optimizations.cc100 if (cu_->instruction_set == kX86) { in ApplyLoadStoreElimination()
122 if (cu_->instruction_set == kX86) { in ApplyLoadStoreElimination()
239 if (cu_->instruction_set == kX86) { in ApplyLoadStoreElimination()
303 if (cu_->instruction_set != kX86) { in ApplyLoadHoisting()
Dgen_invoke.cc41 return (cu_->instruction_set == kX86) ? 0 : LoadHelper(helper_offset); in CallHelperSetup()
48 if (cu_->instruction_set == kX86) { in CallHelper()
413 if (cu->instruction_set != kX86) { in NextSDCallInsn()
467 if (cu->instruction_set != kX86) { in NextVCallInsn()
498 if (cu->instruction_set != kX86) { in NextInterfaceCallInsn()
528 if (cu->instruction_set != kX86) { in NextInterfaceCallInsn()
561 if (cu->instruction_set != kX86) { in NextInvokeInsnSP()
885 if (cu_->instruction_set != kX86) { in GenInlinedCharAt()
956 DCHECK_EQ(cu_->instruction_set, kX86); in GenInlinedStringIsEmptyOrLength()
1003 DCHECK_EQ(cu_->instruction_set, kX86); in GenInlinedAbsLong()
[all …]
Dgen_common.cc287 case kX86: in GenFilledNewArray()
311 if (cu_->instruction_set == kX86) { in GenFilledNewArray()
548 const bool target_x86 = cu_->instruction_set == kX86; in HandleThrowLaunchPads()
661 if (cu_->instruction_set == kX86) { in GenIGet()
849 DCHECK_EQ(cu_->instruction_set, kX86); in GenConstString()
1031 if (cu_->instruction_set != kX86) { in GenInstanceofCallingHelper()
1302 if (cu_->instruction_set == kX86) { in GenArithOpInt()
1682 if (cu_->instruction_set == kX86) { in GenArithOpLong()
1690 if (cu_->instruction_set == kX86) { in GenArithOpLong()
1699 if (cu_->instruction_set == kX86) { in GenArithOpLong()
Dcodegen_util.cc413 case kX86: in InstallSwitchTables()
/art/compiler/trampolines/
Dtrampoline_compiler.cc88 UniquePtr<X86Assembler> assembler(static_cast<X86Assembler*>(Assembler::Create(kX86))); in CreateTrampoline()
111 case kX86: in CreateTrampoline()
/art/compiler/utils/
Dassembler.cc111 case kX86: in Create()
/art/compiler/llvm/
Dllvm_compilation_unit.cc127 case kX86: in LlvmCompilationUnit()
325 case kX86: in CheckCodeAlign()
/art/compiler/dex/
Dfrontend.cc129 (cu.instruction_set == kX86) || in CompileMethod()
236 case kX86: in CompileMethod()
/art/dex2oat/
Ddex2oat.cc605 InstructionSet instruction_set = kX86; in dex2oat()
683 instruction_set = kX86; in dex2oat()
/art/compiler/driver/
Dcompiler_driver.cc2469 case kX86: in InstructionSetToLLVMTarget()