svp compiler: working asm dispatcher

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@383 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-12 21:45:20 +00:00
parent 13aba3fe28
commit 71bb1b7bd0
6 changed files with 155 additions and 604 deletions

View file

@ -2,8 +2,10 @@
extern unsigned int tcache[];
void regfile_load(void);
void regfile_store(void);
void ssp_regfile_load(void);
void ssp_regfile_store(void);
int ssp_drc_entry(int cycles);
void ssp_drc_next(void);
void ssp_hle_800(void);