summaryrefslogtreecommitdiff
path: root/testcases.txt
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-07-16 23:16:38 -0700
committerMike Pavone <pavone@retrodev.com>2013-07-16 23:16:38 -0700
commitee8dd1c801e8aba14b1c0edafd18c5305d05154e (patch)
tree7b34431d4e484a33f01679160dd0e5ac7224ea93 /testcases.txt
parent079a2c40b940e7ed09aa727effb2981a1eed4839 (diff)
Add support for single operand instructions to 68K test generator
Diffstat (limited to 'testcases.txt')
-rw-r--r--testcases.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/testcases.txt b/testcases.txt
index b9b92fd..bf988de 100644
--- a/testcases.txt
+++ b/testcases.txt
@@ -48,12 +48,13 @@ Name Sizes Src Modes Dst Modes
#cmpa wl d;a;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) a
#cmpi bwl #n d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
#cmpm bwl (a)+ (a)+
-eor bwl d d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
-eori bwl #n d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
-exg l d d;a
-exg l a a
-link w a #n
-or bwl d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d
-or bwl d (a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
-ori bwl #n d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
+#eor bwl d d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
+#eori bwl #n d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
+#exg l d d;a
+#exg l a a
+#link w a #n
+#or bwl d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d
+#or bwl d (a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
+#ori bwl #n d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l
+clr bwl d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l