Home | History | Annotate | Download | only in Mips

Lines Matching full:daddiu

75 def DADDiu  : ArithLogicI<"daddiu", simm16_64, GPR64Opnd, IIArith,
224 def LEA_ADDiu64 : EffectiveAddress<"daddiu", GPR64Opnd, mem_ea_64>, LW_FM<0x19>;
275 def : MipsPat<(MipsLo tglobaladdr:$in), (DADDiu ZERO_64, tglobaladdr:$in)>;
276 def : MipsPat<(MipsLo tblockaddress:$in), (DADDiu ZERO_64, tblockaddress:$in)>;
277 def : MipsPat<(MipsLo tjumptable:$in), (DADDiu ZERO_64, tjumptable:$in)>;
278 def : MipsPat<(MipsLo tconstpool:$in), (DADDiu ZERO_64, tconstpool:$in)>;
280 (DADDiu ZERO_64, tglobaltlsaddr:$in)>;
281 def : MipsPat<(MipsLo texternalsym:$in), (DADDiu ZERO_64, texternalsym:$in)>;
284 (DADDiu GPR64:$hi, tglobaladdr:$lo)>;
286 (DADDiu GPR64:$hi, tblockaddress:$lo)>;
288 (DADDiu GPR64:$hi, tjumptable:$lo)>;
290 (DADDiu GPR64:$hi, tconstpool:$lo)>;
292 (DADDiu GPR64:$hi, tglobaltlsaddr:$lo)>;
294 def : WrapperPat<tglobaladdr, DADDiu, GPR64>;
295 def : WrapperPat<tconstpool, DADDiu, GPR64>;
296 def : WrapperPat<texternalsym, DADDiu, GPR64>;
297 def : WrapperPat<tblockaddress, DADDiu, GPR64>;
298 def : WrapperPat<tjumptable, DADDiu, GPR64>;
299 def : WrapperPat<tglobaltlsaddr, DADDiu, GPR64>;
344 (DADDiu GPR64Opnd:$rs, GPR64Opnd:$rt, simm16_64:$imm),