Searched refs:pushl (Results 1 - 8 of 8) sorted by relevance

/art/runtime/arch/x86/
H A Dportable_entrypoints_x86.S42 pushl 20(%ebp) // push size of region to memcpy
43 pushl 16(%ebp) // push arg array as source of memcpy
44 pushl %eax // push stack pointer as destination of memcpy
78 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
[all...]
H A Djni_entrypoints_x86.S26 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
H A Dquick_entrypoints_x86.S106 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 memcpy
286 pushl 16(%ebp) // push arg array as source of memcpy
287 pushl %eax // push stack pointer as destination of memcpy
326 pushl
[all...]
H A Dasm_support_x86.S154 pushl REG_VAR(reg, 0)
H A Dmemcmp16_x86.S35 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
/art/compiler/utils/x86/
H A Dassembler_x86.cc67 void X86Assembler::pushl(Register reg) { function in class:art::x86::X86Assembler
73 void X86Assembler::pushl(const Address& address) { function in class:art::x86::X86Assembler
80 void X86Assembler::pushl(const Immediate& imm) { function in class:art::x86::X86Assembler
1263 pushl(Immediate(High32Bits(constant)));
1264 pushl(Immediate(Low32Bits(constant)));
1417 pushl(spill_regs.at(i).AsX86().AsCpuRegister());
1423 pushl(method_reg.AsX86().AsCpuRegister());
1702 pushl(Address(ESP, src));
1720 pushl(Address(src.AsX86().AsCpuRegister(), src_offset));
1730 pushl(Addres
[all...]
H A Dassembler_x86.h225 void pushl(Register reg);
226 void pushl(const Address& address);
227 void pushl(const Immediate& imm);
/art/compiler/optimizing/
H A Dcode_generator_x86.cc359 __ pushl(Address(ESP, source.GetStackIndex()));
397 __ pushl(Address(ESP, source.GetHighStackIndex(kX86WordSize)));
410 __ pushl(Address(ESP,
415 __ pushl(Address(ESP, source.GetStackIndex()));
417 __ pushl(Address(ESP, source.GetHighStackIndex(kX86WordSize)));
1578 __ pushl(static_cast<Register>(reg));

Completed in 84 milliseconds