mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
some more optimizations
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@179 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b637c56aad
commit
3a5e6cf847
6 changed files with 66 additions and 52 deletions
|
@ -346,7 +346,7 @@ int OpSet(int op)
|
|||
case 1: // F
|
||||
break;
|
||||
case 2: // hi
|
||||
ot(" ands r0,r9,#0x60000000 ;@ hi: !C && !Z\n");
|
||||
ot(" tst r9,#0x60000000 ;@ hi: !C && !Z\n");
|
||||
ot(" mvneq r1,r1\n");
|
||||
if (ea<8) ot(" subeq r5,r5,#2 ;@ Extra cycles\n");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue