Searched refs:kX86Lea64RM (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 90 LIR* lea = RawLIR(current_dalvik_offset_, kX86Lea64RM, table_base.GetReg(), kRIPReg, in GenLargePackedSwitch()
|
D | x86_lir.h | 423 kX86Lea64RM, enumerator
|
D | assemble_x86.cc | 227 …{ kX86Lea64RM, kRegMem, IS_TERTIARY_OP | REG_DEF0_USE1, { REX_W, 0, 0x8… 693 entry->opcode != kX86Lea32RM && entry->opcode != kX86Lea64RM) { in ComputeSize() 1770 …DCHECK_EQ(lir->opcode, kX86Lea64RM) << "Unknown instruction: " << X86Mir2Lir::EncodingMap[lir->opc… in AssembleInstructions()
|