Lines Matching refs:MCD
633 TableInfo.Table.push_back(MCD::OPC_ExtractField);
663 Table.push_back(MCD::OPC_FilterValue);
745 case MCD::OPC_ExtractField: {
749 OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", "
756 case MCD::OPC_FilterValue: {
758 OS.indent(Indentation) << "MCD::OPC_FilterValue, ";
774 case MCD::OPC_CheckField: {
778 OS.indent(Indentation) << "MCD::OPC_CheckField, " << Start << ", "
794 case MCD::OPC_CheckPredicate: {
796 OS.indent(Indentation) << "MCD::OPC_CheckPredicate, ";
811 case MCD::OPC_Decode: {
820 OS.indent(Indentation) << "MCD::OPC_Decode, ";
834 case MCD::OPC_SoftFail: {
836 OS.indent(Indentation) << "MCD::OPC_SoftFail";
860 case MCD::OPC_Fail: {
862 OS.indent(Indentation) << "MCD::OPC_Fail,\n";
1233 TableInfo.Table.push_back(MCD::OPC_CheckPredicate);
1284 TableInfo.Table.push_back(MCD::OPC_SoftFail);
1326 TableInfo.Table.push_back(MCD::OPC_CheckField);
1346 TableInfo.Table.push_back(MCD::OPC_Decode);
1898 << " case MCD::OPC_ExtractField: {\n"
1907 << " case MCD::OPC_FilterValue: {\n"
1925 << " case MCD::OPC_CheckField: {\n"
1946 << " case MCD::OPC_CheckPredicate: {\n"
1964 << " case MCD::OPC_Decode: {\n"
1978 << " case MCD::OPC_SoftFail: {\n"
1991 << " case MCD::OPC_Fail: {\n"
2065 TableInfo.Table.push_back(MCD::OPC_Fail);