diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-01-28 11:07:07 +0100 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-01-28 11:07:40 +0100 |
commit | 2fd3a95d6f984b10b7169dbaa47f6b81324a2755 (patch) | |
tree | 2fde0ba76cdbeb5a5aa0cc5d57bd803193b07138 /tools | |
parent | 3964574a8325ab802f98856195b8214dcce3124c (diff) | |
download | roux-2fd3a95d6f984b10b7169dbaa47f6b81324a2755.tar.gz |
update token hash params
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lexh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lexh.c b/tools/lexh.c index 3c5ae24..8d0af21 100644 --- a/tools/lexh.c +++ b/tools/lexh.c @@ -14,7 +14,8 @@ char *tok[] = { "load", "loadsw", "loaduw", "loadsh", "loaduh", "loadsb", "loadub", "extsw", "extuw", "extsh", "extuh", "extsb", "extub", "exts", "truncd", - "stosi", "dtosi", "swtof", "sltof", "cast", "copy", + "stosi", "dtosi", "stoui", "dtoui", "uwtof", + "ultof", "swtof", "sltof", "cast", "copy", "alloc4", "alloc8", "alloc16", "culew", "cultw", "cslew", "csltw", "csgtw", "csgew", "cugtw", "cugew", "ceqw", "cnew", "culel", "cultl", "cslel", |