Lines Matching refs:OpIndex
58 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal,
60 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
62 void expandCheckImmOperandSimple(raw_ostream &OS, int OpIndex,
64 void expandCheckImmOperandLT(raw_ostream &OS, int OpIndex, int ImmVal,
66 void expandCheckImmOperandGT(raw_ostream &OS, int OpIndex, int ImmVal,
68 void expandCheckRegOperand(raw_ostream &OS, int OpIndex, const Record *Reg,
70 void expandCheckRegOperandSimple(raw_ostream &OS, int OpIndex,
81 void expandCheckIsRegOperand(raw_ostream &OS, int OpIndex);
82 void expandCheckIsVRegOperand(raw_ostream &OS, int OpIndex);
83 void expandCheckIsImmOperand(raw_ostream &OS, int OpIndex);
84 void expandCheckInvalidRegOperand(raw_ostream &OS, int OpIndex);