Searched defs:IMUL (Results 1 – 7 of 7) sorted by relevance
26 public class IMUL extends ArithmeticInstruction { class30 public IMUL() { in IMUL() method in IMUL
96 public static final ArithmeticInstruction IMUL = new IMUL(); field in InstructionConst
97 ArithmeticInstruction IMUL = new IMUL(); field
156 int IMUL = 104; field
696 short IMUL = 104; field
1000 public static final short IMUL = 104; field in Const
198 #define IMUL (/* GROUP_F7 */ 5 << 3) macro