Searched refs:kRegMemCond (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 233 …{ kX86Cmov32RMC, kRegMemCond, IS_QUAD_OP | IS_LOAD | REG_DEF0_USE01 | USES_CCODES, { 0, 0, 0x0… 234 …{ kX86Cmov64RMC, kRegMemCond, IS_QUAD_OP | IS_LOAD | REG_DEF0_USE01 | USES_CCODES, { REX_W, 0, 0x0… 818 case kRegMemCond: // lir operands - 0: reg, 1: base, 2: disp, 3:cond in GetInsnSize() 1896 case kRegMemCond: // lir operands - 0: reg, 1: reg, displacement, 3: condition in AssembleInstructions()
|
D | x86_lir.h | 668 kRegMemCond, // RM instruction kind followed by a condition. enumerator
|