Searched refs:kX86Lea64RA (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 460 return NewLIR5(is64Bit ? kX86Lea64RA : kX86Lea32RA, r_dest.GetReg(), in OpRegRegReg() 464 return NewLIR5(is64Bit ? kX86Lea64RA : kX86Lea32RA, r_dest.GetReg(), in OpRegRegReg() 521 return NewLIR5(r_dest.Is64Bit() ? kX86Lea64RA : kX86Lea32RA, r_dest.GetReg(), in OpRegRegImm()
|
D | x86_lir.h | 424 kX86Lea64RA, enumerator
|
D | assemble_x86.cc | 228 …{ kX86Lea64RA, kRegArray, IS_QUIN_OP | REG_DEF0_USE12, { REX_W, 0, 0x8… 692 if (entry->opcode != kX86Lea32RA && entry->opcode != kX86Lea64RA && in ComputeSize()
|