Searched refs:IMUL (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIMUL.java62 * IMUL - Multiply ints
67 public class IMUL extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
70 public IMUL() { method in class:IMUL
71 super(com.sun.org.apache.bcel.internal.Constants.IMUL);
H A DArithmeticInstruction.java94 case Constants.IMUL: case Constants.INEG: case Constants.IOR: case Constants.IREM:
H A DInstructionConstants.java131 public static final ArithmeticInstruction IMUL = new IMUL(); field in interface:InstructionConstants
269 INSTRUCTIONS[Constants.IMUL] = IMUL;
H A DEmptyVisitor.java231 public void visitIMUL(IMUL obj) { }
H A DVisitor.java234 public void visitIMUL(IMUL obj);
H A DInstructionFactory.java297 case '*' : return IMUL;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java273 int IMUL = 104; // - field in interface:Opcodes
H A DFrame.java379 // -1, //IMUL, // -
1089 case Opcodes.IMUL:
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DIntType.java260 return InstructionConstants.IMUL;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java261 public static final short IMUL = 104; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java147 IMUL(0x68), enum constant in enum:Opcode

Completed in 346 milliseconds