summary refs log tree commit diff
path: root/isel.c
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 /isel.c
parentd2046e2cd0d57b425ca5da0266c9d7fcbb760417 (diff)
downloadroux-55476d073825aba23654667f95f487d24dbfcc64.tar.gz
refine fp conversion instructions
Diffstat (limited to 'isel.c')
-rw-r--r--isel.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/isel.c b/isel.c
index bebc47e..dd12da1 100644
--- a/isel.c
+++ b/isel.c
@@ -286,8 +286,10 @@ sel(Ins i, ANum *an, Fn *fn)
 	case Oor:
 	case Oxor:
 	case Oxtest:
-	case Oftosi:
-	case Ositof:
+	case Ostosi:
+	case Odtosi:
+	case Oswtof:
+	case Osltof:
 	case Oexts:
 	case Otruncd:
 	case Ocast: