summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-22 15:11:18 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-22 15:11:18 -0400
commit55476d073825aba23654667f95f487d24dbfcc64 (patch)
tree5796304906b85c597705c5f637a78f74893615e8 /all.h
parentd2046e2cd0d57b425ca5da0266c9d7fcbb760417 (diff)
downloadroux-55476d073825aba23654667f95f487d24dbfcc64.tar.gz
refine fp conversion instructions
Diffstat (limited to 'all.h')
-rw-r--r--all.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/all.h b/all.h
index 7f64360..29e8574 100644
--- a/all.h
+++ b/all.h
@@ -251,8 +251,10 @@ enum Op {
 
 	Oexts,
 	Otruncd,
-	Oftosi,
-	Ositof,
+	Ostosi,
+	Odtosi,
+	Oswtof,
+	Osltof,
 	Ocast,
 
 	Oalloc,