Home
last modified time | relevance | path

Searched defs:popl (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.cc93 void X86Assembler::popl(Register reg) { in popl() function in art::x86::X86Assembler
99 void X86Assembler::popl(const Address& address) { in popl() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc883 __ popl(reg); in GenerateFrameExit() local
1018 __ popl(Address(ESP, destination.GetStackIndex())); in Move32() local
5867 __ popl(static_cast<Register>(reg)); in RestoreScratch() local
7148 __ popl(reg); in VisitX86ComputeBaseMethodAddress() local
Dintrinsics_x86.cc1677 __ popl(ECX); in VisitStringGetCharsNoCheck() local