Home
last modified time | relevance | path

Searched refs:kX86CallM (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/x86/
Dx86_lir.h632 kX86CallM, // call [base + disp]; lir operands - 0: base, 1: disp enumerator
Dassemble_x86.cc543 …{ kX86CallM, kCall, IS_BINARY_OP | IS_BRANCH | IS_LOAD | REG_USE0, { 0, 0, 0xFF…
848 case kX86CallM: // lir operands - 0: base, 1: disp in GetInsnSize()
1917 case kX86CallM: // lir operands - 0: base, 1: disp in AssembleInstructions()
Dutility_x86.cc559 case kOpBlx: opcode = kX86CallM; break; in OpMem()