Searched refs:OriginalError (Results 1 – 2 of 2) sorted by relevance
3226 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitATTInstruction() local3229 switch (OriginalError) { in MatchAndEmitATTInstruction()3348 if (OriginalError == Match_MnemonicFail) in MatchAndEmitATTInstruction()3352 if (OriginalError == Match_Unsupported) in MatchAndEmitATTInstruction()3356 assert(OriginalError == Match_InvalidOperand && "Unexpected error"); in MatchAndEmitATTInstruction()
4154 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitATTInstruction() local4161 switch (OriginalError) { in MatchAndEmitATTInstruction()4316 if (OriginalError == Match_MnemonicFail) in MatchAndEmitATTInstruction()4320 if (OriginalError == Match_Unsupported) in MatchAndEmitATTInstruction()4324 assert(OriginalError == Match_InvalidOperand && "Unexpected error"); in MatchAndEmitATTInstruction()