Moved ToMask hashing into utility func, changed J_CC end to a short jump

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5377 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st
2010-04-16 13:32:13 +00:00
parent ebac492716
commit 060eed80c1
2 changed files with 26 additions and 44 deletions

View File

@ -35,6 +35,7 @@ class DSPEmitter : public Gen::XCodeBlock
u16 compileSR;
DISALLOW_COPY_AND_ASSIGN(DSPEmitter);
void ToMask(Gen::X64Reg value_reg = Gen::EDI, Gen::X64Reg temp_reg = Gen::ESI);
public:
DSPEmitter();
~DSPEmitter();