summary refs log tree commit diff
path: root/ops.h
diff options
context:
space:
mode:
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)