Searched defs:pushl (Results 1 – 2 of 2) sorted by relevance
359 __ pushl(Address(ESP, source.GetStackIndex())); in Move32() local397 __ pushl(Address(ESP, source.GetHighStackIndex(kX86WordSize))); in Move64() local410 __ pushl(Address(ESP, in Move64() local415 __ pushl(Address(ESP, source.GetStackIndex())); in Move64() local417 __ pushl(Address(ESP, source.GetHighStackIndex(kX86WordSize))); in Move64() local1578 __ pushl(static_cast<Register>(reg)); in SpillScratch() local
67 void X86Assembler::pushl(Register reg) { in pushl() function in art::x86::X86Assembler73 void X86Assembler::pushl(const Address& address) { in pushl() function in art::x86::X86Assembler80 void X86Assembler::pushl(const Immediate& imm) { in pushl() function in art::x86::X86Assembler