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 Feb 14 13:54:11 2008 +0000 (16 years ago)
branchlxdream-render
permissions -rw-r--r--
last change Commit render work in progress. Main changes:
* Preliminary OSMesa support
* Move the generic gl code out to pvr2/
* Implement scene data structure + reader
* Remove the 1/z adjustments
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 Feb 14 13:54:11 2008 +0000
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:
.