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