Searched defs:IMUL (Results 1 - 5 of 5) 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 DInstructionConstants.java131 public static final ArithmeticInstruction IMUL = new IMUL(); field in interface:InstructionConstants
269 INSTRUCTIONS[Constants.IMUL] = 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
/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 59 milliseconds