Home
last modified time | relevance | path

Searched refs:kRegMemCond (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
Dassemble_x86.cc233 …{ 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()
Dx86_lir.h668 kRegMemCond, // RM instruction kind followed by a condition. enumerator