Lines Matching refs:opCode
583 unsigned Opcode = MIb.getOpcode();
584 if ((Opcode != Hexagon::A2_addi) && (Opcode != Hexagon::A2_tfrsi))
591 // ordered such that the numerically smaller opcode is in slot 1.
695 // dbgs() << "opcode: "<< Inst->getOpcode() << "\n";
997 static bool isStoreInst(unsigned opCode) {
998 switch (opCode) {