Lines Matching refs:op
34 #define ISAOPC(op) CL_uasm_i##op argument
37 #define ISAOPC(op) uasm_i##op argument
42 #define ISAOPC(op) uasm_i##op argument
45 #define ISAOPC(op) MM_uasm_i##op argument
52 #define Ip_u1u2u3(op) \ argument
53 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
55 #define Ip_u2u1u3(op) \ argument
56 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
58 #define Ip_u3u2u1(op) \ argument
59 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
61 #define Ip_u3u1u2(op) \ argument
62 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
64 #define Ip_u1u2s3(op) \ argument
65 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, signed int c)
67 #define Ip_u2s3u1(op) \ argument
68 void ISAOPC(op)(u32 **buf, unsigned int a, signed int b, unsigned int c)
70 #define Ip_s3s1s2(op) \ argument
71 void ISAOPC(op)(u32 **buf, int a, int b, int c)
73 #define Ip_u2u1s3(op) \ argument
74 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, signed int c)
76 #define Ip_u2u1msbu3(op) \ argument
77 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c, \
80 #define Ip_u1u2(op) \ argument
81 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b)
83 #define Ip_u2u1(op) \ argument
84 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b)
86 #define Ip_u1s2(op) \ argument
87 void ISAOPC(op)(u32 **buf, unsigned int a, signed int b)
89 #define Ip_u1(op) void ISAOPC(op)(u32 **buf, unsigned int a) argument
91 #define Ip_0(op) void ISAOPC(op)(u32 **buf) argument