Searched defs:DH (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ | ||
H A D | X86Registers.java | 56 public static final X86Register DH; field in class:X86Registers 88 DH = new X86RegisterPart(2, "%dh", 8, 8); 98 AL, CL, DL, BL, AH, CH, DH, BH |
H A D | X86Opcodes.java | 76 public static final int DH = 22; field in interface:X86Opcodes |
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ | ||
H A D | DebugVC50X86RegisterEnums.java | 36 public static final int DH = 7; field in interface:DebugVC50X86RegisterEnums |
Completed in 2631 milliseconds