Search
lxdream.org :: lxdream/test/sh4/addc.s :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/addc.s
changeset 231:a9e61a96a885
prev226:0eeeb25447d3
author nkeynes
date Sun Aug 24 01:40:58 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Mask fpscr correctly as well while we're in there
file annotate diff log raw
1.1 --- a/test/sh4/addc.s Sat Sep 23 10:35:29 2006 +0000
1.2 +++ b/test/sh4/addc.s Sun Aug 24 01:40:58 2008 +0000
1.3 @@ -99,17 +99,17 @@
1.4
1.5 test_addc_5: ! test carry used and cleared
1.6 add #1, r12
1.7 - mov.l test_addc_5_op1, r8
1.8 - mov.l test_addc_5_op2, r9
1.9 - stc sr, r10
1.10 + mov.l test_addc_5_op1, r4
1.11 + mov.l test_addc_5_op2, r5
1.12 + stc sr, r6
1.13 xor r0,r0
1.14 add #1, r0
1.15 - or r0,r10
1.16 - ldc r10, sr
1.17 - addc r9,r8
1.18 + or r0,r6
1.19 + ldc r6, sr
1.20 + addc r5,r4
1.21 stc sr, r1
1.22 - mov.l test_addc_5_result, r11
1.23 - cmp/eq r11, r8
1.24 + mov.l test_addc_5_result, r7
1.25 + cmp/eq r7, r4
1.26 bt test_addc_5_b
1.27 fail test_addc_str_k
1.28 bra test_addc_6
.