Searched refs:kMemCond (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | x86_lir.h | 666 kRegCond, kMemCond, kArrayCond, // R, M, A instruction kinds following by a condition. enumerator
|
D | assemble_x86.cc | 502 …{ kX86Set8M, kMemCond, IS_STORE | IS_TERTIARY_OP | REG_USE0 | USES_CCODES, { 0, 0, 0x0F, 0x90, … 810 case kMemCond: // lir operands - 0: base, 1: disp, 2: cond in GetInsnSize() 1890 case kMemCond: // lir operands - 0: base, 1: displacement, 2: condition in AssembleInstructions()
|