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

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s95 leaq -1(%rdi,%r8,1),%rax / from + bcount*1 - 1
100 leaq -8(%rdi,%rdx,8),%rax / from + qcount*8 - 8
101 leaq -8(%rsi,%rdx,8),%rcx / to + qcount*8 - 8
197 leaq -2(%rdi,%r8,2),%rax / from + wcount*2 - 2
202 leaq -8(%rdi,%rdx,8),%rax / from + qcount*8 - 8
203 leaq -8(%rsi,%rdx,8),%rcx / to + qcount*8 - 8
285 leaq -4(%rdi,%r8,4),%rax / from + dcount*4 - 4
290 leaq -8(%rdi,%rdx,8),%rax / from + qcount*8 - 8
291 leaq -8(%rsi,%rdx,8),%rcx / to + qcount*8 - 8
360 leaq
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s93 leaq -1(%rdi,%r8,1),%rax # from + bcount*1 - 1
98 leaq -8(%rdi,%rdx,8),%rax # from + qcount*8 - 8
99 leaq -8(%rsi,%rdx,8),%rcx # to + qcount*8 - 8
197 leaq -2(%rdi,%r8,2),%rax # from + wcount*2 - 2
202 leaq -8(%rdi,%rdx,8),%rax # from + qcount*8 - 8
203 leaq -8(%rsi,%rdx,8),%rcx # to + qcount*8 - 8
287 leaq -4(%rdi,%r8,4),%rax # from + dcount*4 - 4
292 leaq -8(%rdi,%rdx,8),%rax # from + qcount*8 - 8
293 leaq -8(%rsi,%rdx,8),%rcx # to + qcount*8 - 8
364 leaq
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s85 leaq -1(%rdi,%r8,1),%rax # from + bcount*1 - 1
90 leaq -8(%rdi,%rdx,8),%rax # from + qcount*8 - 8
91 leaq -8(%rsi,%rdx,8),%rcx # to + qcount*8 - 8
189 leaq -2(%rdi,%r8,2),%rax # from + wcount*2 - 2
194 leaq -8(%rdi,%rdx,8),%rax # from + qcount*8 - 8
195 leaq -8(%rsi,%rdx,8),%rcx # to + qcount*8 - 8
279 leaq -4(%rdi,%r8,4),%rax # from + dcount*4 - 4
284 leaq -8(%rdi,%rdx,8),%rax # from + qcount*8 - 8
285 leaq -8(%rsi,%rdx,8),%rcx # to + qcount*8 - 8
356 leaq
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp148 __ leaq(rdx, obj);
186 __ leaq(rdx, obj);
H A Dassembler_x86.hpp1223 void leaq(Register dst, Address src);
H A DstubGenerator_x86_64.cpp1283 __ leaq(end, Address(start, count, TIMES_OOP, 0)); // end == start+count*oop_size
H A Dassembler_x86.cpp4996 leaq(dst, src);
4999 void Assembler::leaq(Register dst, Address src) { function in class:Assembler
10426 leaq(dst, Address(r12_heapbase, src, Address::times_8, 0));

Completed in 128 milliseconds