Searched refs:kArrayCond (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 503 …{ kX86Set8A, kArrayCond, IS_STORE | IS_QUIN_OP | REG_USE01 | USES_CCODES, { 0, 0, 0x0F, 0x90, … 586 case kArrayCond: return true; in HasSib() 812 case kArrayCond: // lir operands - 0: base, 1: index, 2: scale, 3: disp, 4: cond in GetInsnSize() 1937 case kArrayCond: in AssembleInstructions()
|
D | x86_lir.h | 666 kRegCond, kMemCond, kArrayCond, // R, M, A instruction kinds following by a condition. enumerator
|