Searched refs:popl (Results 1 – 5 of 5) sorted by relevance
160 popl REG_VAR(reg,0)
36 #define POP(REG) popl REG; CFI_POP (REG)
92 void X86Assembler::popl(Register reg) { in popl() function in art::x86::X86Assembler98 void X86Assembler::popl(const Address& address) { in popl() function in art::x86::X86Assembler1437 popl(spill_regs.at(i).AsX86().AsCpuRegister()); in RemoveFrame()1703 popl(Address(dest_base.AsX86().AsCpuRegister(), dest_offset)); in Copy()1721 popl(Address(dest.AsX86().AsCpuRegister(), dest_offset)); in Copy()1731 popl(Address(scratch, dest_offset)); in Copy()
229 void popl(Register reg);230 void popl(const Address& address);
360 __ popl(Address(ESP, destination.GetStackIndex())); in Move32() local398 __ popl(Address(ESP, calling_convention.GetStackOffsetOf(argument_index + 1))); in Move64() local412 __ popl(Address(ESP, destination.GetHighStackIndex(kX86WordSize))); in Move64() local416 __ popl(Address(ESP, destination.GetStackIndex())); in Move64() local418 __ popl(Address(ESP, destination.GetHighStackIndex(kX86WordSize))); in Move64() local1582 __ popl(static_cast<Register>(reg)); in RestoreScratch() local