diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-04-21 11:40:18 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-04-21 11:40:18 -0700 |
commit | e59423f4f1b9cd758b7f4dd082448720816a455c (patch) | |
tree | 1cf0645293491a933504b7cb2b06b9c37335ae83 /testcases.txt | |
parent | 4b15ae46b9597ca32b75748630839e362daed9ed (diff) |
Added testcases for move and roxl/roxr. Made some small improvements to test tools.
Diffstat (limited to 'testcases.txt')
-rw-r--r-- | testcases.txt | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/testcases.txt b/testcases.txt index 639e3eb..f7f5153 100644 --- a/testcases.txt +++ b/testcases.txt @@ -30,10 +30,15 @@ Name Sizes Src Modes Dst Modes #btst l d;#(0-255) d #rol bwl d;#(1-8) d #ror bwl d;#(1-8) d -abcd b d d -abcd b -(a) -(a) -sbcd b d d -sbcd b -(a) -(a) -muls w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d -mulu w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +#abcd b d d +#abcd b -(a) -(a) +#sbcd b d d +#sbcd b -(a) -(a) +#muls w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +#mulu w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +#move bwl d;a;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l +#movea wl d;a;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) a +moveq l #(-128-127) d +roxl bwl d;#(1-8) d +roxr bwl d;#(1-8) d |