Searched refs:OPC_CheckPredicateOrFail (Results 1 – 2 of 2) sorted by relevance
27 OPC_CheckPredicateOrFail, // OPC_CheckPredicateOrFail(uleb128 PIdx) enumerator
955 case MCD::OPC_CheckPredicateOrFail: { in emitTable()956 bool IsFail = DecoderOp == MCD::OPC_CheckPredicateOrFail; in emitTable()1397 ? MCD::OPC_CheckPredicateOrFail in emitPredicateTableEntry()2228 ((1 << MCD::OPC_CheckPredicate) | (1 << MCD::OPC_CheckPredicateOrFail)); in emitDecodeInstruction()2348 StringRef OpName = IsFail ? "OPC_CheckPredicateOrFail" : "OPC_CheckPredicate"; in emitDecodeInstruction()2672 ((1 << MCD::OPC_CheckPredicate) | (1 << MCD::OPC_CheckPredicateOrFail)); in run()