Searched defs:RSI (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/amd64/
H A DAMD64Registers.java38 public static final AMD64Register RSI; field in class:AMD64Registers
58 RSI = new AMD64Register(6, "rsi");
69 RAX, RCX, RDX, RBX, RSP, RBP, RSI, RDI,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java51 public static final int RSI = 9; field in class:AMD64ThreadContext

Completed in 46 milliseconds