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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLUSHR.java62 * LUSHR - Logical shift right long
67 public class LUSHR extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public LUSHR() { method in class:LUSHR
69 super(com.sun.org.apache.bcel.internal.Constants.LUSHR);
H A DArithmeticInstruction.java102 case Constants.LUSHR: case Constants.LXOR:
H A DInstructionConstants.java152 public static final ArithmeticInstruction LUSHR = new LUSHR(); field in interface:InstructionConstants
290 INSTRUCTIONS[Constants.LUSHR] = LUSHR;
H A DEmptyVisitor.java239 public void visitLUSHR(LUSHR obj) { }
H A DVisitor.java242 public void visitLUSHR(LUSHR obj);
H A DInstructionFactory.java320 case '>' : return op.equals(">>>")? (ArithmeticInstruction)LUSHR :
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java294 int LUSHR = 125; // - field in interface:Opcodes
H A DFrame.java400 // -1, //LUSHR, // -
1138 case Opcodes.LUSHR:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java282 public static final short LUSHR = 125; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java168 LUSHR(0x7d), enum constant in enum:Opcode

Completed in 56 milliseconds