Searched refs:pushl (Results 1 – 8 of 8) sorted by relevance
42 pushl 20(%ebp) // push size of region to memcpy43 pushl 16(%ebp) // push arg array as source of memcpy44 pushl %eax // push stack pointer as destination of memcpy78 pushl %edx // Pass called_addr.79 pushl %fs:THREAD_SELF_OFFSET // Pass thread.80 pushl %ecx // Pass receiver.81 pushl %eax // Pass called.102 pushl %edx // Pass called_addr.103 pushl %fs:THREAD_SELF_OFFSET // Pass thread.104 pushl %ecx // Pass receiver.[all …]
106 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()121 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()136 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()151 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()226 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()228 pushl 32(%edx) // pass caller Method*285 pushl 20(%ebp) // push size of region to memcpy286 pushl 16(%ebp) // push arg array as source of memcpy287 pushl %eax // push stack pointer as destination of memcpy326 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()[all …]
26 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
154 pushl REG_VAR(reg, 0)
35 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
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::X86Assembler1263 pushl(Immediate(High32Bits(constant))); in LoadDoubleConstant()1264 pushl(Immediate(Low32Bits(constant))); in LoadDoubleConstant()1417 pushl(spill_regs.at(i).AsX86().AsCpuRegister()); in BuildFrame()1423 pushl(method_reg.AsX86().AsCpuRegister()); in BuildFrame()1702 pushl(Address(ESP, src)); in Copy()1720 pushl(Address(src.AsX86().AsCpuRegister(), src_offset)); in Copy()1730 pushl(Address(scratch, src_offset)); in Copy()
225 void pushl(Register reg);226 void pushl(const Address& address);227 void pushl(const Immediate& imm);
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