DSP jit: a bit more work

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5385 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2010-04-18 18:39:54 +00:00
parent 9095b4d67f
commit 26a8556c82
3 changed files with 156 additions and 77 deletions

View File

@ -62,8 +62,8 @@ public:
void decrease_addr_reg(int reg);
void ext_dmem_write(u32 src, u32 dest);
void ext_dmem_read(u16 addr);
void writeAxAcc(const UDSPInstruction opc);
void storeExtValue(u16 value);
// Ext commands
void l(const UDSPInstruction opc);
void ln(const UDSPInstruction opc);