summary refs log tree commit diff
path: root/ops.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2017-04-08 21:31:59 -0400
committerQuentin Carbonneaux <quentin@c9x.me>2017-04-08 22:09:55 -0400
commit61090c758d36f3919a222efe01c9794fdf7987ef (patch)
treeb7329a9a5ef93cff5d4a96daf0cfed0e4c8247dd /ops.h
parent96836855a55cd28f1449b4a58d1e5301669350c0 (diff)
downloadroux-61090c758d36f3919a222efe01c9794fdf7987ef.tar.gz
new arm64 backend, yeepee
Diffstat (limited to 'ops.h')
-rw-r--r--ops.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ops.h b/ops.h
index 9b357a5..848671a 100644
--- a/ops.h
+++ b/ops.h
@@ -126,6 +126,9 @@ O(xidiv,   T(w,l,e,e, x,x,e,e), 0) X(1, 0, 0)
 O(xdiv,    T(w,l,e,e, x,x,e,e), 0) X(1, 0, 0)
 O(xcmp,    T(w,l,s,d, w,l,s,d), 0) X(1, 1, 0)
 O(xtest,   T(w,l,e,e, w,l,e,e), 0) X(1, 1, 0)
+O(acmp,    T(w,l,e,e, w,l,e,e), 0) X(0, 0, 0)
+O(acmn,    T(w,l,e,e, w,l,e,e), 0) X(0, 0, 0)
+O(afcmp,   T(e,e,s,d, e,e,s,d), 0) X(0, 0, 0)
 
 /* Arguments, Parameters, and Calls */
 O(par,     T(x,x,x,x, x,x,x,x), 0) X(0, 0, 0)