Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ORI

254 // transform this into the appropriate ORI instruction.
303 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
307 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
329 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
566 : PPC::ORI );
863 : PPC::ORI );
1478 unsigned ORIInstr = is64Bit ? PPC::ORI8 : PPC::ORI;