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

  /art/compiler/dex/quick/x86/
x86_lir.h 456 kX86Cmov64RRC,
    [all...]
utility_x86.cc 360 return NewLIR3(r_dest.Is64Bit() ? kX86Cmov64RRC : kX86Cmov32RRC, r_dest.GetReg(),
    [all...]
assemble_x86.cc 221 { kX86Cmov64RRC, kRegRegCond, IS_TERTIARY_OP | REG_DEF0_USE01 | USES_CCODES, { REX_W, 0, 0x0F, 0x40, 0, 0, 0, 0, false }, "Cmovcc64RR", "!2c !0r,!1r" },
    [all...]

Completed in 73 milliseconds