filename | test/sh4/addc.s |
changeset | 231:a9e61a96a885 |
prev | 226:0eeeb25447d3 |
author | nkeynes |
date | Tue Sep 26 11:05:38 2006 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Add BT, BT/S, CMP/EQ, CMP/GE, CMP/GT, CMP/HI, CMP/HS tests Add general slot-illegal exception test |
file | annotate | diff | log | raw |
1.1 --- a/test/sh4/addc.s Sat Sep 23 10:35:29 2006 +00001.2 +++ b/test/sh4/addc.s Tue Sep 26 11:05:38 2006 +00001.3 @@ -99,17 +99,17 @@1.5 test_addc_5: ! test carry used and cleared1.6 add #1, r121.7 - mov.l test_addc_5_op1, r81.8 - mov.l test_addc_5_op2, r91.9 - stc sr, r101.10 + mov.l test_addc_5_op1, r41.11 + mov.l test_addc_5_op2, r51.12 + stc sr, r61.13 xor r0,r01.14 add #1, r01.15 - or r0,r101.16 - ldc r10, sr1.17 - addc r9,r81.18 + or r0,r61.19 + ldc r6, sr1.20 + addc r5,r41.21 stc sr, r11.22 - mov.l test_addc_5_result, r111.23 - cmp/eq r11, r81.24 + mov.l test_addc_5_result, r71.25 + cmp/eq r7, r41.26 bt test_addc_5_b1.27 fail test_addc_str_k1.28 bra test_addc_6
.