mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Some small emitter enhancements; I was originally planning on actually
using these, but I changed my mind. They could potentially be useful in the future, though. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1574 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -520,6 +520,12 @@ namespace Gen
|
||||
void PMOVMSKB(X64Reg dest, OpArg arg);
|
||||
void PSHUFB(X64Reg dest, OpArg arg);
|
||||
|
||||
void PSHUFLW(X64Reg dest, OpArg arg, u8 shuffle);
|
||||
|
||||
void PSRLW(X64Reg reg, int shift);
|
||||
void PSLLW(X64Reg reg, int shift);
|
||||
void PSRAW(X64Reg reg, int shift);
|
||||
|
||||
void RTDSC();
|
||||
|
||||
void CallCdeclFunction3(void* fnptr, u32 arg0, u32 arg1, u32 arg2);
|
||||
|
Reference in New Issue
Block a user