Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dassemble_x86.cc501 …{ kX86Set8R, kRegCond, IS_BINARY_OP | REG_DEF0 | REG_USE0 | USES_CCODES, { 0, 0, 0x0F, 0x90, …
618 case kRegCond: return true; in ModrmIsRegReg()
808 case kRegCond: // lir operands - 0: reg, 1: cond in GetInsnSize()
1887 case kRegCond: // lir operands - 0: reg, 1: condition in AssembleInstructions()
Dx86_lir.h666 kRegCond, kMemCond, kArrayCond, // R, M, A instruction kinds following by a condition. enumerator