Lines Matching refs:ADDiu
278 // addiu $sp, $sp, -8
282 // addiu $at, $at, %lo($tgt - $baltgt)
287 // addiu $sp, $sp, 8
293 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::SP)
298 // LUi and ADDiu instructions create 32-bit offset of the target basic
307 // we replace LUi and ADDiu with pseudo instructions
310 // instructions to LUi and ADDiu in the MC layer, we will create
333 .append(BuildMI(*MF, DL, TII->get(Mips::ADDiu), Mips::SP)
337 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDiu), Mips::SP)
443 BuildMI(MBB, I, DL, TII->get(Mips::ADDiu), Mips::V0)