Searched refs:kRegCond (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 501 …{ 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()
|
D | x86_lir.h | 666 kRegCond, kMemCond, kArrayCond, // R, M, A instruction kinds following by a condition. enumerator
|