Searched defs:DI (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ | ||
H A D | X86Registers.java | 48 public static final X86Register DI; field in class:X86Registers 80 DI = new X86RegisterPart(7, "%di", 0, 16); 95 AX, CX, DX, BX, SP, BP, SI, DI |
H A D | X86Opcodes.java | 68 public static final int DI = 15; field in interface:X86Opcodes |
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ | ||
H A D | DebugVC50X86RegisterEnums.java | 47 public static final int DI = 16; field in interface:DebugVC50X86RegisterEnums |
Completed in 1024 milliseconds