|
|
@@ -55,6 +55,9 @@ void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
|
|
|
#define Ip_u2u1u3(op) \
|
|
|
void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
|
|
|
|
|
|
+#define Ip_u3u2u1(op) \
|
|
|
+void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
|
|
|
+
|
|
|
#define Ip_u3u1u2(op) \
|
|
|
void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
|
|
|
|