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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLMUL.java62 * LMUL - Multiply longs
68 public class LMUL extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
69 public LMUL() { method in class:LMUL
70 super(com.sun.org.apache.bcel.internal.Constants.LMUL);
H A DArithmeticInstruction.java100 case Constants.LMUL: case Constants.LNEG: case Constants.LOR: case Constants.LREM:
H A DInstructionConstants.java132 public static final ArithmeticInstruction LMUL = new LMUL(); field in interface:InstructionConstants
270 INSTRUCTIONS[Constants.LMUL] = LMUL;
H A DEmptyVisitor.java238 public void visitLMUL(LMUL obj) { }
H A DVisitor.java241 public void visitLMUL(LMUL obj);
H A DInstructionFactory.java314 case '*' : return LMUL;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java274 int LMUL = 105; // - field in interface:Opcodes
H A DFrame.java380 // -2, //LMUL, // -
1107 case Opcodes.LMUL:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java262 public static final short LMUL = 105; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java148 LMUL(0x69), enum constant in enum:Opcode

Completed in 64 milliseconds