Searched refs:IUSHR (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIUSHR.java62 * IUSHR - Logical shift right int
67 public class IUSHR extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public IUSHR() { method in class:IUSHR
69 super(com.sun.org.apache.bcel.internal.Constants.IUSHR);
H A DArithmeticInstruction.java96 case Constants.IUSHR: case Constants.IXOR:
H A DInstructionConstants.java151 public static final ArithmeticInstruction IUSHR = new IUSHR(); field in interface:InstructionConstants
289 INSTRUCTIONS[Constants.IUSHR] = IUSHR;
H A DEmptyVisitor.java192 public void visitIUSHR(IUSHR obj) { }
H A DVisitor.java195 public void visitIUSHR(IUSHR obj);
H A DInstructionFactory.java303 case '>' : return op.equals(">>>")? (ArithmeticInstruction)IUSHR :
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java293 int IUSHR = 124; // - field in interface:Opcodes
H A DFrame.java399 // -1, //IUSHR, // -
1097 case Opcodes.IUSHR:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java281 public static final short IUSHR = 124; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java167 IUSHR(0x7c), enum constant in enum:Opcode

Completed in 56 milliseconds