Searched refs:movl (Results 1 - 4 of 4) sorted by relevance

/art/runtime/arch/x86/
H A Dportable_entrypoints_x86.S70 movl %esp, %ebp
74 movl 12(%ebp), %ecx // %ecx = receiver
75 movl 0(%edx), %eax // %eax = ArtMethod* called
92 movl %esp, %ebp
96 movl 12(%ebp), %ecx // %ecx = receiver
97 movl 0(%edx), %eax // %eax = ArtMethod* called
115 movl %esp, %ebp
119 movl 0(%edx), %eax // %eax = ArtMethod* called
H A Dquick_entrypoints_x86.S194 movl %esp, %edx // remember SP
206 movl %edx, %edi // save code pointer in EDI
262 movl LITERAL(0), (%esp) // store NULL for method*
829 movl %eax, %edi // remember code pointer in EDI
868 movl %esp, %edx // Save SP.
881 movl 28(%esp), %edi // Restore edi.
882 movl %eax, 28(%esp) // Place code* over edi, just under return pc.
883 movl LITERAL(SYMBOL(art_quick_instrumentation_exit)), 32(%esp)
885 movl (%esp), %eax // Restore eax.
886 movl
[all...]
/art/compiler/utils/x86/
H A Dassembler_x86.cc106 void X86Assembler::movl(Register dst, const Immediate& imm) { function in class:art::x86::X86Assembler
113 void X86Assembler::movl(Register dst, Register src) { function in class:art::x86::X86Assembler
120 void X86Assembler::movl(Register dst, const Address& src) { function in class:art::x86::X86Assembler
127 void X86Assembler::movl(const Address& dst, Register src) { function in class:art::x86::X86Assembler
134 void X86Assembler::movl(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler
141 void X86Assembler::movl(const Address& dst, Label* lbl) { function in class:art::x86::X86Assembler
1414 movl(Address(ESP, frame_size + kPointerSize + (i * kPointerSize)),
1445 movl(Address(ESP, offs), src.AsCpuRegister());
1448 movl(Address(ESP, offs), src.AsRegisterPairLow());
1449 movl(Addres
[all...]
H A Dassembler_x86.h232 void movl(Register dst, const Immediate& src);
233 void movl(Register dst, Register src);
235 void movl(Register dst, const Address& src);
236 void movl(const Address& dst, Register src);
237 void movl(const Address& dst, const Immediate& imm);
238 void movl(const Address& dst, Label* lbl);

Completed in 44 milliseconds