Searched refs:kX86CallI (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | x86_lir.h | 636 kX86CallI, // call <relative> - 0: disp; Used for core.oat linking only enumerator
|
D | assemble_x86.cc | 546 …{ kX86CallI, kCall, IS_UNARY_OP | IS_BRANCH, { 0, 0, 0xE8… 846 case kX86CallI: return 5; // opcode 0:disp in GetInsnSize() 1914 case kX86CallI: // lir operands - 0: disp in AssembleInstructions()
|
D | target_x86.cc | 990 LIR* call = RawLIR(current_dalvik_offset_, kX86CallI, 0, in CallWithLinkerFixup() 1095 DCHECK_EQ(p->opcode, kX86CallI); in InstallLiteralPools()
|
D | int_x86.cc | 1402 LIR* call = NewLIR1(kX86CallI, 0); in OpLoadPc()
|