Home | History | Annotate | Download | only in ARM

Lines Matching full:opc

63                     unsigned Opc, bool IsExt);
579 unsigned Opc, bool IsExt) {
583 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc));
704 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr;
705 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc),
757 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi;
758 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc),