Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dasm_support_x86.S160 popl REG_VAR(reg,0)
Dmemcmp16_x86.S36 #define POP(REG) popl REG; CFI_POP (REG)
/art/compiler/utils/x86/
Dassembler_x86.cc92 void X86Assembler::popl(Register reg) { in popl() function in art::x86::X86Assembler
98 void X86Assembler::popl(const Address& address) { in popl() function in art::x86::X86Assembler
1437 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()
Dassembler_x86.h229 void popl(Register reg);
230 void popl(const Address& address);
/art/compiler/optimizing/
Dcode_generator_x86.cc360 __ popl(Address(ESP, destination.GetStackIndex())); in Move32() local
398 __ popl(Address(ESP, calling_convention.GetStackOffsetOf(argument_index + 1))); in Move64() local
412 __ popl(Address(ESP, destination.GetHighStackIndex(kX86WordSize))); in Move64() local
416 __ popl(Address(ESP, destination.GetStackIndex())); in Move64() local
418 __ popl(Address(ESP, destination.GetHighStackIndex(kX86WordSize))); in Move64() local
1582 __ popl(static_cast<Register>(reg)); in RestoreScratch() local