Lines Matching full:mult
94 // Mult nodes.
95 def MipsMult : SDNode<"MipsISD::Mult", SDT_MipsMultDiv>;
836 class Mult<string opstr, InstrItinClass itin, RegisterOperand RO,
1275 def MULT : MMRel, Mult<"mult", II_MULT, GPR32Opnd, [HI0, LO0]>,
1277 def MULTu : MMRel, Mult<"multu", II_MULTU, GPR32Opnd, [HI0, LO0]>,
1331 def PseudoMULT : MultDivPseudo<MULT, ACC64, GPR32Opnd, MipsMult, II_MULT>,