diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-05-12 01:34:29 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-05-12 01:34:29 -0700 |
commit | d63b3046aee99574180b6e553e4c0d9c359ad1d3 (patch) | |
tree | 2a476376a87bc9e367a4bf2e75573df3881002ee /testcases.txt | |
parent | 301f9c12bf5ca2a600bc917a62488d088b5e1946 (diff) |
Fixed decoding of CHK destination
Diffstat (limited to 'testcases.txt')
-rw-r--r-- | testcases.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/testcases.txt b/testcases.txt index b4f1958..301afd1 100644 --- a/testcases.txt +++ b/testcases.txt @@ -41,6 +41,11 @@ Name Sizes Src Modes Dst Modes #moveq l #(-128-127) d #roxl bwl d;#(1-8) d #roxr bwl d;#(1-8) d -divs w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d -divu w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +#divs w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +#divu w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +chk w d;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +cmp bwl d;a;(a);(a)+;-(a);(n,a);(n,a,x);(n).w;(n).l;#n;(n,pc);(n,pc,x) d +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)+ |