Home | History | Annotate | Download | only in Sparc

Lines Matching refs:NMI

653         MachineInstr &NMI = *NMBBI;
655 unsigned NextOpcode = NMI.getOpcode();
656 // NMI.print(errs());
660 int RegBIndex = GetRegIndexForOperand(NMI, 0);
662 GetRegIndexForOperand(NMI, 2); // Second source operand is index 2
664 GetRegIndexForOperand(NMI, 1); // Destination operand is index 1
688 int RegBIndex = GetRegIndexForOperand(NMI, 0);
689 int RegCIndex = GetRegIndexForOperand(NMI, 1);