Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dasm_support_x86.S179 popl REG_VAR(reg)
192 popl REG_VAR(reg)
Dmemcmp16_x86.S36 #define POP(REG) popl REG; CFI_POP (REG)
Dquick_entrypoints_x86.S1742 popl %edi // Pop ImtConflictTable.
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc104 __ popl(spill); in RemoveFrame() local
414 __ popl(Address(dest_base.AsX86().AsCpuRegister(), dest_offset)); in Copy() local
438 __ popl(Address(dest.AsX86().AsCpuRegister(), dest_offset)); in Copy() local
452 __ popl(Address(scratch, dest_offset)); in Copy() local
Dassembler_x86.h332 void popl(Register reg);
333 void popl(const Address& address);
Dassembler_x86_test.cc255 DriverStr(RepeatA(&x86::X86Assembler::popl, all_addresses, "popl {mem}"), "popq"); in TEST_F()
Dassembler_x86.cc127 void X86Assembler::popl(Register reg) { in popl() function in art::x86::X86Assembler
133 void X86Assembler::popl(const Address& address) { in popl() function in art::x86::X86Assembler
/art/runtime/interpreter/mterp/x86/
Dmain.S123 popl \_reg
431 popl %eax # Return address (the instuction handler).
/art/compiler/optimizing/
Dintrinsics_x86.cc1464 __ popl(EAX); in VisitStringGetCharsNoCheck() local
1468 __ popl(ECX); in VisitStringGetCharsNoCheck() local
2876 __ popl(Address(temp2, 0)); in VisitSystemArrayCopy() local
2899 __ popl(Address(temp2, 0)); in VisitSystemArrayCopy() local
Dcode_generator_x86.cc679 __ popl(EAX); in EmitNativeCode() local
1094 __ popl(EAX); in MaybeIncrementHotness() local
1121 __ popl(EAX); in MaybeIncrementHotness() local
1135 __ popl(EAX); // Put stack as expected before exiting or calling stub. in MaybeIncrementHotness() local
1196 __ popl(reg); in GenerateFrameExit() local
1365 __ popl(Address(ESP, destination.GetStackIndex())); in Move32() local
6497 __ popl(destination.AsRegisterPairLow<Register>()); in EmitMove() local
6499 __ popl(destination.AsRegisterPairHigh<Register>()); in EmitMove() local
6736 __ popl(static_cast<Register>(reg)); in RestoreScratch() local
8354 __ popl(reg); in VisitX86ComputeBaseMethodAddress() local