Searched defs:popl (Results 1 – 2 of 2) sorted by relevance
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
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::X86Assembler