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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java56 public static final int GR12 = 12; field in class:IA64ThreadContext
57 public static final int SP = GR12;
142 "GR9", "GR10", "GR11", "GR12", "GR13", "GR14", "GR15", "GR16",
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/ia64/
H A DIA64Registers.java43 public static final IA64Register GR12; field in class:IA64Registers
178 GR12 = new IA64Register(12);
299 GR10, GR11, GR12, GR13, GR14, GR15, GR16, GR17, GR18, GR19,
316 public static final IA64Register SP = GR12;

Completed in 32 milliseconds