HomeSort by relevance Sort by last modified time
    Searched refs:kX86Lea32RA (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/quick/x86/
utility_x86.cc 454 return NewLIR5(is64Bit ? kX86Lea64RA : kX86Lea32RA, r_dest.GetReg(),
458 return NewLIR5(is64Bit ? kX86Lea64RA : kX86Lea32RA, r_dest.GetReg(),
511 return NewLIR5(kX86Lea32RA, r_dest.GetReg(), r5sib_no_base /* base */,
514 return NewLIR5(r_dest.Is64Bit() ? kX86Lea64RA : kX86Lea32RA, r_dest.GetReg(),
    [all...]
x86_lir.h 447 kX86Lea32RA,
    [all...]
assemble_x86.cc 202 { kX86Lea32RA, kRegArray, IS_QUIN_OP | REG_DEF0_USE12, { 0, 0, 0x8D, 0, 0, 0, 0, 0, false }, "Lea32RA", "!0r,[!1r+!2r<<!3d+!4d]" },
    [all...]
target_x86.cc     [all...]
int_x86.cc     [all...]

Completed in 37 milliseconds