Update uops.info data to 05.11.2020.

This commit is contained in:
Bartosz Taudul 2020-11-06 23:59:57 +01:00
parent da036bf322
commit c08d081f9a
2 changed files with 64878 additions and 53673 deletions

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,7 @@ struct AsmVar
struct AsmOp
{
int id;
int descId;
int numVariants;
const AsmVar*const* variant;
};