Searched defs:AH (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ | ||
H A D | X86Registers.java | 54 public static final X86Register AH; field in class:X86Registers 86 AH = new X86RegisterPart(0, "%ah", 8, 8); 98 AL, CL, DL, BL, AH, CH, DH, BH |
H A D | X86Opcodes.java | 74 public static final int AH = 20; field in interface:X86Opcodes |
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ | ||
H A D | DebugVC50X86RegisterEnums.java | 34 public static final int AH = 5; field in interface:DebugVC50X86RegisterEnums |
Completed in 208 milliseconds