Search
lxdream.org :: lxdream/test/sh4/add.s :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/add.s
changeset 231:a9e61a96a885
prev226:0eeeb25447d3
author nkeynes
date Wed Jan 03 09:03:50 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix to actually work (need the write read/write sizes)
Implement the microsecond conversion function
file annotate diff log raw
1.1 --- a/test/sh4/add.s Sat Sep 23 10:35:29 2006 +0000
1.2 +++ b/test/sh4/add.s Wed Jan 03 09:03:50 2007 +0000
1.3 @@ -69,17 +69,17 @@
1.4
1.5 test_add_5: ! test carry neither used nor set (ala ADDC)
1.6 add #1, r12
1.7 - mov.l test_add_5_op1, r8
1.8 - mov.l test_add_5_op2, r9
1.9 - stc sr, r10
1.10 + mov.l test_add_5_op1, r4
1.11 + mov.l test_add_5_op2, r5
1.12 + stc sr, r6
1.13 xor r0,r0
1.14 add #1, r0
1.15 stc sr, r1
1.16 - or r0,r10
1.17 - ldc r10, sr
1.18 - add r9,r8
1.19 - mov.l test_add_5_result, r11
1.20 - cmp/eq r11, r8
1.21 + or r0,r6
1.22 + ldc r6, sr
1.23 + add r5,r4
1.24 + mov.l test_add_5_result, r7
1.25 + cmp/eq r7, r4
1.26 bt test_add_5_b
1.27 fail test_add_str_k
1.28 bra test_add_6
.