Searched refs:kX86 (Results 1 – 22 of 22) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 37 { 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 …]
|
D | int_x86.cc | 220 DCHECK_EQ(cu_->instruction_set, kX86); in GenInlinedMinMaxInt() 228 DCHECK_EQ(cu_->instruction_set, kX86); in GenInlinedMinMaxInt()
|
D | target_x86.cc | 136 DCHECK_EQ(cu_->instruction_set, kX86); in SetupTargetResourceMasks()
|
/art/runtime/ |
D | instruction_set.h | 28 kX86, enumerator
|
D | disassembler.cc | 33 } else if (instruction_set == kX86) { in Create()
|
D | common_test.h | 324 instruction_set = kX86; in SetUp()
|
D | runtime.cc | 1236 } else if (instruction_set == kX86) { in CreateCalleeSaveMethod()
|
/art/compiler/ |
D | compiled_method.cc | 60 case kX86: in AlignCode() 72 case kX86: in CodeDelta() 89 case kX86: in CodePointer()
|
D | oat_test.cc | 77 InstructionSet insn_set = kIsTargetBuild ? kThumb2 : kX86; in TEST_F() 151 InstructionSet instruction_set = kX86; in TEST_F()
|
D | elf_writer_quick.cc | 313 case kX86: { in Write()
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 42 case kX86: in Create() 96 case kX86: in Create()
|
D | jni_compiler.cc | 277 if (instruction_set == kX86) { in ArtJniCompileMethodInternal()
|
/art/compiler/dex/quick/ |
D | local_optimizations.cc | 100 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()
|
D | gen_invoke.cc | 41 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 …]
|
D | gen_common.cc | 287 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()
|
D | codegen_util.cc | 413 case kX86: in InstallSwitchTables()
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 88 UniquePtr<X86Assembler> assembler(static_cast<X86Assembler*>(Assembler::Create(kX86))); in CreateTrampoline() 111 case kX86: in CreateTrampoline()
|
/art/compiler/utils/ |
D | assembler.cc | 111 case kX86: in Create()
|
/art/compiler/llvm/ |
D | llvm_compilation_unit.cc | 127 case kX86: in LlvmCompilationUnit() 325 case kX86: in CheckCodeAlign()
|
/art/compiler/dex/ |
D | frontend.cc | 129 (cu.instruction_set == kX86) || in CompileMethod() 236 case kX86: in CompileMethod()
|
/art/dex2oat/ |
D | dex2oat.cc | 605 InstructionSet instruction_set = kX86; in dex2oat() 683 instruction_set = kX86; in dex2oat()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 2469 case kX86: in InstructionSetToLLVMTarget()
|