Searched refs:r9 (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dassembler_bsd_x86.cpp62 push(r9);
76 pop(r9);
H A Dos_bsd_x86.cpp156 # define context_r9 uc_mcontext->DU3_PREFIX(ss,r9)
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dassembler_windows_x86.cpp76 push(r9);
90 pop(r9);
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dassembler_linux_x86.cpp85 push(r9);
99 pop(r9);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dassembler_solaris_x86.cpp85 __ push(r9);
99 __ pop(r9);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dregister_definitions_x86.cpp47 REGISTER_DEFINITION(Register, r9);
H A Dregister_x86.hpp86 CONSTANT_REGISTER_DECLARATION(Register, r9, (9));
H A Dc1_FrameMap_x86.cpp159 map_register( 7, r9); r9_opr = LIR_OprFact::single_cpu(7);
244 r9_oop_opr = as_oop_opr(r9);
H A DjniFastGetField_x86_64.cpp45 static const Register robj = r9;
H A Dc1_Runtime1_x86.cpp339 map->set_callee_saved(VMRegImpl::stack2reg(r9_off + num_rt_args), r9->as_VMReg());
356 map->set_callee_saved(VMRegImpl::stack2reg(r9H_off + num_rt_args), r9->as_VMReg()->next());
578 __ movptr(r9, Address(rsp, 6 * wordSize));
1670 __ push(r9);
1688 __ pop(r9);
1778 __ push(r9);
1794 __ pop(r9);
H A DstubGenerator_x86_64.cpp1165 // rcx - r9
1167 // Registers r9 and r10 are used to save rdi and rsi on Windows, which latter
1168 // are non-volatile. r9 and r10 should not be used by the caller.
1171 const Register saved_rdi = r9;
1175 assert(c_rarg0 == rcx && c_rarg1 == rdx && c_rarg2 == r8 && c_rarg3 == r9,
1178 __ mov(rax, r9); // r9 is also saved_rdi
1193 const Register saved_rdi = r9;
1505 // r9 and r10 may be used to save non-volatile registers
1604 // r9 an
[all...]
H A Dassembler_x86.hpp38 n_int_register_parameters_c = 4, // rcx, rdx, r8, r9 (c_rarg0, c_rarg1, ...)
41 n_int_register_parameters_c = 6, // rdi, rsi, rdx, rcx, r8, r9 (c_rarg0, c_rarg1, ...)
62 REGISTER_DECLARATION(Register, c_rarg3, r9);
76 REGISTER_DECLARATION(Register, c_rarg5, r9);
99 // | rcx rdx r8 r9 rdi* rsi* | windows (* not a c_rarg)
100 // | rdi rsi rdx rcx r8 r9 | solaris/linux
H A DsharedRuntime_x86_64.cpp215 map->set_callee_saved(STACK_OFFSET( r9_off ), r9->as_VMReg());
249 map->set_callee_saved(STACK_OFFSET( r9H_off ), r9->as_VMReg()->next());
H A Dassembler_x86.cpp5234 movq(r9, Address(rsp, 6 * wordSize));
5290 movq(Address(rsp, 6 * wordSize), r9); local
6656 PRINT_REG(r9 , regs[6]);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c357 regs[REG_INDEX(R9)] = gregs.r9;
H A Dps_core.c569 print_debug("\tr9 = 0x%lx\n", newthr->regs.r9);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaders.h183 texld r9, t0, s0
211 cmp r0, -r1.x, r0, r9
445 add r9.xy, t0, c18
454 texld r9, r9, s0
463 mad r0, c18.z, r9, r0
648 add r9.xy, t0, c18
657 texld r9, r9, s0
666 mad r0, c18.z, r9, r
[all...]

Completed in 123 milliseconds