reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1365 emitPredicateTableEntry(TableInfo, Opc.EncodingID); 1370 TableInfo.Table.push_back(MCD::OPC_CheckField); 1371 TableInfo.Table.push_back(StartBits[I-1]); 1372 TableInfo.Table.push_back(NumBits); 1376 TableInfo.Table.push_back(*p); 1377 TableInfo.Table.push_back(*p); 1379 TableInfo.FixupStack.back().push_back(TableInfo.Table.size()); 1379 TableInfo.FixupStack.back().push_back(TableInfo.Table.size()); 1383 TableInfo.Table.push_back(0); 1384 TableInfo.Table.push_back(0); 1385 TableInfo.Table.push_back(0); 1389 emitSoftFailTableEntry(TableInfo, Opc.EncodingID); 1393 getDecoderIndex(TableInfo.Decoders, Opc.EncodingID, HasCompleteDecoder); 1404 TableInfo.Table.push_back(HasCompleteDecoder ? MCD::OPC_Decode : 1410 TableInfo.Table.push_back(*p); 1411 TableInfo.Table.push_back(*p); 1419 TableInfo.Table.push_back(Bytes[i]); 1423 TableInfo.FixupStack.back().push_back(TableInfo.Table.size()); 1423 TableInfo.FixupStack.back().push_back(TableInfo.Table.size()); 1425 TableInfo.Table.push_back(0); 1426 TableInfo.Table.push_back(0); 1427 TableInfo.Table.push_back(0);