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

/art/runtime/arch/x86/
H A Dasm_support_x86.S160 popl REG_VAR(reg,0)
H A Dmemcmp16_x86.S36 #define POP(REG) popl REG; CFI_POP (REG)
/art/compiler/optimizing/
H A Dcode_generator_x86.cc360 __ popl(Address(ESP, destination.GetStackIndex()));
398 __ popl(Address(ESP, calling_convention.GetStackOffsetOf(argument_index + 1)));
412 __ popl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)));
416 __ popl(Address(ESP, destination.GetStackIndex()));
418 __ popl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)));
1582 __ popl(static_cast<Register>(reg));
/art/compiler/utils/x86/
H A Dassembler_x86.cc92 void X86Assembler::popl(Register reg) { function in class:art::x86::X86Assembler
98 void X86Assembler::popl(const Address& address) { function in class:art::x86::X86Assembler
1437 popl(spill_regs.at(i).AsX86().AsCpuRegister());
1703 popl(Address(dest_base.AsX86().AsCpuRegister(), dest_offset));
1721 popl(Address(dest.AsX86().AsCpuRegister(), dest_offset));
1731 popl(Address(scratch, dest_offset));
H A Dassembler_x86.h229 void popl(Register reg);
230 void popl(const Address& address);

Completed in 188 milliseconds