Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dassemble_x86.cc503 …{ 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()
Dx86_lir.h666 kRegCond, kMemCond, kArrayCond, // R, M, A instruction kinds following by a condition. enumerator