mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
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:
parent
f4bb5d6b2c
commit
65c75cb07d
8 changed files with 237 additions and 95 deletions
16
cpu/sh2/stub_arm.s
Normal file
16
cpu/sh2/stub_arm.s
Normal 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}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue