Home | History | Annotate | Download | only in ARM

Lines Matching full:opc

295   unsigned Opc = MI->getOpcode();
296 bool isPCOk = (Opc == ARM::t2LDMIA_RET || Opc == ARM::t2LDMIA ||
297 Opc == ARM::t2LDMDB || Opc == ARM::t2LDMIA_UPD ||
298 Opc == ARM::t2LDMDB_UPD);
299 bool isLROk = (Opc == ARM::t2STMIA_UPD || Opc == ARM::t2STMDB_UPD);
315 if (i == 1 && (Opc == ARM::t2LDRi12 || Opc == ARM::t2STRi12))
336 unsigned Opc = Entry.NarrowOpc1;
346 Opc = Entry.NarrowOpc2;
404 Opc = Entry.NarrowOpc2; // tPOP_RET
419 Opc = Entry.NarrowOpc2; // tPOP or tPUSH
455 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, TII->get(Opc));
491 unsigned Opc = MI->getOpcode();
492 if (Opc == ARM::t2ADDri) {
539 switch (Opc) {
545 switch (Opc) {