Home
last modified time | relevance | path

Searched refs:popl (Results 1 – 10 of 10) sorted by relevance

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc97 __ popl(spill); in RemoveFrame() local
378 __ popl(Address(dest_base.AsX86().AsCpuRegister(), dest_offset)); in Copy() local
402 __ popl(Address(dest.AsX86().AsCpuRegister(), dest_offset)); in Copy() local
416 __ popl(Address(scratch, dest_offset)); in Copy() local
Dassembler_x86.h327 void popl(Register reg);
328 void popl(const Address& address);
Dassembler_x86_test.cc251 DriverStr(RepeatA(&x86::X86Assembler::popl, all_addresses, "popl {mem}"), "popq"); in TEST_F()
Dassembler_x86.cc212 void X86Assembler::popl(Register reg) { in popl() function in art::x86::X86Assembler
218 void X86Assembler::popl(const Address& address) { in popl() function in art::x86::X86Assembler
/art/runtime/arch/x86/
Dasm_support_x86.S146 popl REG_VAR(reg)
Dmemcmp16_x86.S36 #define POP(REG) popl REG; CFI_POP (REG)
Dquick_entrypoints_x86.S1824 popl %edi // Pop ImtConflictTable.
/art/runtime/interpreter/mterp/x86/
Dmain.S123 popl \_reg
431 popl %eax # Return address (the instuction handler).
/art/compiler/optimizing/
Dintrinsics_x86.cc1509 __ popl(EAX); in VisitStringGetCharsNoCheck() local
1513 __ popl(ECX); in VisitStringGetCharsNoCheck() local
2921 __ popl(Address(temp2, 0)); in VisitSystemArrayCopy() local
2944 __ popl(Address(temp2, 0)); in VisitSystemArrayCopy() local
Dcode_generator_x86.cc676 __ popl(EAX); in EmitNativeCode() local
1130 __ popl(reg); in GenerateFrameExit() local
1271 __ popl(Address(ESP, destination.GetStackIndex())); in Move32() local
1389 __ popl(EAX); in HandleGoto() local
6481 __ popl(static_cast<Register>(reg)); in RestoreScratch() local
8096 __ popl(reg); in VisitX86ComputeBaseMethodAddress() local