Home | History | Annotate | Download | only in PowerPC

Lines Matching full:addinstr

734      unsigned ADDInstr = isPPC64 ? PPC::ADD8 : PPC::ADD4;
747 BuildMI(MBB, MBBI, dl, TII.get(ADDInstr))
1184 unsigned ADDInstr = is64Bit ? PPC::ADD8 : PPC::ADD4;
1201 BuildMI(MBB, MBBI, dl, TII.get(ADDInstr), StackReg)