Searched refs:leaq (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S438 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character.
439 leaq 4(%rsi), %r11 // R11 := arg_array + 4 ; ie skip this pointer.
471 leaq 4(%rsp), %rdi // Rdi is pointing just above the StackReference<method> in the
475 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character
522 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character
555 leaq 4(%rsp), %rdi // Rdi is pointing just above the StackReference<method> in the
559 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character
1475 leaq art_quick_instrumentation_exit(%rip), %r12 // Set up return through instrumentation
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc293 void X86_64Assembler::leaq(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
1866 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), fr_offs));
2120 leaq(out_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset));
2123 leaq(out_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset));
2138 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset));
2141 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset));
H A Dassembler_x86_64.h299 void leaq(CpuRegister dst, const Address& src);

Completed in 24 milliseconds