mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
sldi is not srdi.
This commit is contained in:
parent
dc1b1ca638
commit
dda6f3b6bd
1 changed files with 2 additions and 2 deletions
|
|
@ -211,7 +211,7 @@ test_adde_9:
|
|||
|
||||
test_adde_9_constant:
|
||||
li r5, -1
|
||||
sldi r4, r5, 1
|
||||
srdi r4, r5, 1
|
||||
adde r3, r4, r5
|
||||
adde r6, r0, r0
|
||||
blr
|
||||
|
|
@ -236,7 +236,7 @@ test_adde_10:
|
|||
|
||||
test_adde_10_constant:
|
||||
li r5, -1
|
||||
sldi r4, r5, 1
|
||||
srdi r4, r5, 1
|
||||
xor r3, r3, r3
|
||||
not r3, r3
|
||||
addic r3, r3, 1 # CA=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue