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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DShiftDecoder.java29 class ShiftDecoder extends InstructionDecoder { class in inherits:InstructionDecoder
34 ShiftDecoder(int op3, String name, int rtlOperation) { method in class:ShiftDecoder
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DShiftDecoder.java29 public class ShiftDecoder extends InstructionDecoder { class in inherits:InstructionDecoder
32 public ShiftDecoder(String name, int addrMode1, int operandType1, int rtlOperation) { method in class:ShiftDecoder
36 public ShiftDecoder(String name, int addrMode1, int operandType1, int addrMode2, int operandType2, int rtlOperation) { method in class:ShiftDecoder

Completed in 40 milliseconds