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

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

Completed in 31 milliseconds