summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPIntExtOps.h
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-07-31 15:21:35 +0000
committernakeee <nakeee@gmail.com>2009-07-31 15:21:35 +0000
commit45a71bf3ef6ff2da574d4576cc5e63780e1994df (patch)
tree00f45407c3b9ff75d02c0d5fc83cf638323189c7 /Source/Core/DSPCore/Src/DSPIntExtOps.h
parent903346e06f58aa231f0a51808deea010b7891e6d (diff)
DSPLLE: fix some comments, returned andc and orc (according to tests)
but andc'ls still behaves strange and we couldn't merge them together. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3915 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPIntExtOps.h')
-rw-r--r--Source/Core/DSPCore/Src/DSPIntExtOps.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Core/DSPCore/Src/DSPIntExtOps.h b/Source/Core/DSPCore/Src/DSPIntExtOps.h
index 81aac33234..848b6fa176 100644
--- a/Source/Core/DSPCore/Src/DSPIntExtOps.h
+++ b/Source/Core/DSPCore/Src/DSPIntExtOps.h
@@ -48,6 +48,8 @@ void sl(const UDSPInstruction& opc);
void sln(const UDSPInstruction& opc);
void slm(const UDSPInstruction& opc);
void slnm(const UDSPInstruction& opc);
+void s(const UDSPInstruction& opc);
+void sn(const UDSPInstruction& opc);
void ls_epi(const UDSPInstruction& opc);
void lsn_epi(const UDSPInstruction& opc);
void lsm_epi(const UDSPInstruction& opc);
@@ -56,8 +58,8 @@ void sl_epi(const UDSPInstruction& opc);
void sln_epi(const UDSPInstruction& opc);
void slm_epi(const UDSPInstruction& opc);
void slnm_epi(const UDSPInstruction& opc);
-void s(const UDSPInstruction& opc);
-void sn(const UDSPInstruction& opc);
+void s_epi(const UDSPInstruction& opc);
+void sn_epi(const UDSPInstruction& opc);
void ld(const UDSPInstruction& opc);
void ldn(const UDSPInstruction& opc);
void ldm(const UDSPInstruction& opc);