Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ADDiu

1666         //  addiu $25, $25, 0
1674 emitRRX(Mips::ADDiu, Mips::T9, Mips::T9,
2050 case Mips::ADDiu:
2197 // traditional assembler behaviour. N32 would normally use addiu for both
2204 emitRRI(Mips::ADDiu, DstReg, SrcReg, ImmValue, IDLoc, Instructions);
2454 emitRRX(Mips::ADDiu, TmpReg, TmpReg, MCOperand::createExpr(LoExpr), IDLoc,
3006 emitRRI(Mips::ADDiu, ATReg, ZeroReg, -1, IDLoc, Instructions);
3010 emitRRI(Mips::ADDiu, ATReg, ZeroReg, 1, IDLoc, Instructions);
3205 case (Mips::ADDiu):