Searched refs:rbx (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp2386 emit_operand(rbx, src); // 3, src
2647 emit_arith_operand(0x81, rbx, dst, imm32);
3712 // and stores rcx:rbx into adr if so; otherwise, the value at adr is loaded
3775 emit_operand32(rbx, src);
3781 emit_operand32(rbx, src);
3892 emit_operand32(rbx, adr);
4045 emit_operand32(rbx, adr);
4055 emit_operand32(rbx, adr);
5113 // dbx shows movslq(rcx, 3) as movq $0x0000000049000000,(%rbx)
5114 // and movslq(r8, 3); as movl $0x0000000048000000,(%rbx)
5284 movq(Address(rsp, 12 * wordSize), rbx); local
6006 debug32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip, char* msg) argument
6034 print_state32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip) argument
[all...]
H A Dassembler_x86.hpp2330 static void debug32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip, char* msg);
2332 static void print_state32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip);
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c566 print_debug("\trbx = 0x%lx\n", newthr->regs.rbx);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp149 # define context_rbx uc_mcontext->DU3_PREFIX(ss,rbx)

Completed in 80 milliseconds

12