Searched defs:r8 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/test/compiler/7116216/
H A DLargeFrame.java27 public static void method_with_many_locals(Object r1, int r2, int r3, int r4, int r5, int r6, int r7, Object r8) { argument
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_256.c60 int r8; /* must be a signed value ! */ local
112 r8 = carry;
118 r8 += carry;
125 r8 += carry;
135 r8 += carry;
139 r8 += carry;
149 r8 += carry;
159 r8 -= carry;
169 r8 -= carry;
179 r8
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5114 // and movslq(r8, 3); as movl $0x0000000048000000,(%rbx)
5235 movq(r8, Address(rsp, 7 * wordSize));
5289 movq(Address(rsp, 7 * wordSize), r8); local
6655 PRINT_REG(r8 , regs[7]);

Completed in 422 milliseconds