Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dasm_support_x86.S197 popl REG_VAR(reg)
210 popl REG_VAR(reg)
246 popl REG_VAR(reg)
Dmemcmp16_x86.S36 #define POP(REG) popl REG; CFI_POP (REG)
/art/runtime/interpreter/mterp/x86ng/
Dmain.S203 popl rIBASE
211 popl rIBASE
1079 popl %edx
1080 popl %ecx
1081 popl %eax
1277 popl %ebx
1278 popl %esi
1473 popl %ebx
1474 popl %esi
/art/compiler/utils/x86/
Dassembler_x86.h397 void popl(Register reg);
398 void popl(const Address& address);
Djni_macro_assembler_x86.cc97 __ popl(spill); in RemoveFrame() local
Dassembler_x86_test.cc274 DriverStr(RepeatA(&x86::X86Assembler::popl, all_addresses, "popl {mem}"), "popq"); in TEST_F()
Dassembler_x86.cc127 void X86Assembler::popl(Register reg) { in popl() function in art::x86::X86Assembler
133 void X86Assembler::popl(const Address& address) { in popl() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc715 __ popl(EAX); in EmitNativeCode() local
1356 __ popl(EAX); in MaybeIncrementHotness() local
1412 __ popl(EBP); in GenerateFrameEntry() local
1421 __ popl(EBP); in GenerateFrameEntry() local
1476 __ popl(reg); in GenerateFrameExit() local
1646 __ popl(Address(ESP, destination.GetStackIndex())); in Move32() local
7051 __ popl(destination.AsRegisterPairLow<Register>()); in EmitMove() local
7053 __ popl(destination.AsRegisterPairHigh<Register>()); in EmitMove() local
7290 __ popl(static_cast<Register>(reg)); in RestoreScratch() local
8975 __ popl(reg); in VisitX86ComputeBaseMethodAddress() local
Dintrinsics_x86.cc1498 __ popl(EAX); in VisitStringGetCharsNoCheck() local
1502 __ popl(ECX); in VisitStringGetCharsNoCheck() local