32x: drc: ARM implementation, start unification with SVP (untested)

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@821 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-10-21 19:37:41 +00:00
parent f4bb5d6b2c
commit 65c75cb07d
8 changed files with 237 additions and 95 deletions

16
cpu/sh2/stub_arm.s Normal file
View file

@ -0,0 +1,16 @@
@ vim:filetype=armasm
.text
.global sh2_drc_entry @ SH2 *sh2, void *block
sh2_drc_entry:
stmfd sp!, {r7,lr}
mov r7, r0
bx r1
.global sh2_drc_exit
sh2_drc_exit:
ldmfd sp!, {r7,pc}