Search
lxdream.org :: lxdream/test/sh4/andi.s :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/andi.s
changeset 228:70adc8ffa8d1
prev226:0eeeb25447d3
author nkeynes
date Thu Dec 23 17:50:10 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Clone iso_memory_stream_new() as iso_mem_stream_new(), since current
versions of libisofs have made it unlinkable on linux
file annotate diff log raw
1.1 --- a/test/sh4/andi.s Sat Sep 23 10:35:29 2006 +0000
1.2 +++ b/test/sh4/andi.s Thu Dec 23 17:50:10 2010 +1000
1.3 @@ -55,6 +55,10 @@
1.4 ldc r0, gbr
1.5 mov.l test_andi_4_op1, r0
1.6 and.b #254, @(r0,gbr)
1.7 + add #1, r0
1.8 + and.b #67, @(r0,gbr)
1.9 + add #2, r0
1.10 + and.b #227, @(r0,gbr)
1.11 ldc r4, gbr
1.12 mov.l test_andi_4_output, r1
1.13 mov.l test_andi_4_result, r2
1.14 @@ -70,7 +74,7 @@
1.15 test_andi_4_output:
1.16 .long 0x123456AB
1.17 test_andi_4_result:
1.18 - .long 0x123456AA
1.19 + .long 0x023442AA
1.20
1.21 test_andi_5:
1.22 test_andi_end:
.