aboutsummaryrefslogtreecommitdiff
path: root/ops.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-02-10 15:49:11 -0800
committerMichael Forney <mforney@mforney.org>2022-02-10 15:49:16 -0800
commit5dcd9299333326013be09062029e59c51b097786 (patch)
tree553a50e749be9924ce0f1df9cf1f1a17d5af3a8c /ops.h
parentf57f61b49c05c6705da909c9c29172ea3602bdee (diff)
qbe: Switch to new unsigned-float conversion operators
Diffstat (limited to 'ops.h')
-rw-r--r--ops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ops.h b/ops.h
index 9b2d48b..dd4b2c6 100644
--- a/ops.h
+++ b/ops.h
@@ -84,9 +84,13 @@ OP(IEXTUB, "extub")
OP(IEXTS, "exts")
OP(ITRUNCD, "truncd")
OP(ISTOSI, "stosi")
+OP(ISTOUI, "stoui")
OP(IDTOSI, "dtosi")
+OP(IDTOUI, "dtoui")
OP(ISWTOF, "swtof")
+OP(IUWTOF, "uwtof")
OP(ISLTOF, "sltof")
+OP(IULTOF, "ultof")
/* cast and copy */
OP(ICAST, "cast")