Lines Matching refs:DecoderOp
787 const uint8_t DecoderOp = in emitTableEntry() local
791 Table.push_back(DecoderOp); in emitTableEntry()
793 if (DecoderOp == MCD::OPC_FilterValue) { in emitTableEntry()
899 const uint8_t DecoderOp = *I++; in emitTable() local
900 OpcodeMask |= (1 << DecoderOp); in emitTable()
901 switch (DecoderOp) { in emitTable()
903 PrintFatalError("Invalid decode table opcode: " + Twine((int)DecoderOp) + in emitTable()
923 bool IsFail = DecoderOp == MCD::OPC_FilterValueOrFail; in emitTable()
937 bool IsFail = DecoderOp == MCD::OPC_CheckFieldOrFail; in emitTable()
956 bool IsFail = DecoderOp == MCD::OPC_CheckPredicateOrFail; in emitTable()
971 bool IsFail = DecoderOp == MCD::OPC_TryDecodeOrFail; in emitTable()
972 bool IsTry = DecoderOp == MCD::OPC_TryDecode || IsFail; in emitTable()
1396 const uint8_t DecoderOp = TableInfo.isOutermostScope() in emitPredicateTableEntry() local
1399 TableInfo.Table.push_back(DecoderOp); in emitPredicateTableEntry()
1402 if (DecoderOp == MCD::OPC_CheckPredicate) { in emitPredicateTableEntry()
1472 const uint8_t DecoderOp = TableInfo.isOutermostScope() in emitSingletonTableEntry() local
1475 TableInfo.Table.push_back(DecoderOp); in emitSingletonTableEntry()
1481 if (DecoderOp == MCD::OPC_CheckField) { in emitSingletonTableEntry()
1505 const uint8_t DecoderOp = HasCompleteDecoder ? MCD::OPC_Decode in emitSingletonTableEntry() local
1509 TableInfo.Table.push_back(DecoderOp); in emitSingletonTableEntry()
1514 if (DecoderOp == MCD::OPC_TryDecode) { in emitSingletonTableEntry()