Home | History | Annotate | Download | only in Mips

Lines Matching full:uimm16

633   def ANDi_MM  : MMRel, ArithLogicI<"andi", uimm16, GPR32Opnd>,
635 def ORi_MM : MMRel, ArithLogicI<"ori", uimm16, GPR32Opnd>,
637 def XORi_MM : MMRel, ArithLogicI<"xori", uimm16, GPR32Opnd>,
639 def LUi_MM : MMRel, LoadUpper<"lui", GPR32Opnd, uimm16>, LUI_FM_MM;