Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dx86_lir.h633 kX86CallA, // call [base + index * scale + disp] enumerator
Dassemble_x86.cc544 …{ kX86CallA, kCall, IS_QUAD_OP | IS_BRANCH | IS_LOAD | REG_USE01, { 0, 0, 0xFF…
589 case kX86CallA: return true; in HasSib()
850 case kX86CallA: // lir operands - 0: base, 1: index, 2: scale, 3: disp in GetInsnSize()