Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ORI

97 // transform this into the appropriate ORI instruction.
136 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
140 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
162 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
379 BuildMI(MBB, MBBI, dl, TII.get(PPC::ORI), PPC::R0)
592 BuildMI(MBB, MBBI, dl, TII.get(PPC::ORI), PPC::R0)
670 unsigned ORIInstr = isPPC64 ? PPC::ORI8 : PPC::ORI;