Searched defs:DMUL (Results 1 – 8 of 8) sorted by relevance
27 public class DMUL extends ArithmeticInstruction { class31 public DMUL() { in DMUL() method in DMUL
100 ArithmeticInstruction DMUL = new DMUL(); field
99 public static final ArithmeticInstruction DMUL = new DMUL(); field in InstructionConst
69 int DMUL = 107; field
471 int DMUL = 107; // - field
708 short DMUL = 107; field
1015 public static final short DMUL = 107; field in Const
192 #define DMUL (HI(0) | (2 << 6) | LO(28)) macro