Lines Matching refs:ISAOPC
34 #define ISAOPC(op) CL_uasm_i##op macro
37 #define ISAOPC(op) uasm_i##op macro
42 #define ISAOPC(op) uasm_i##op macro
45 #define ISAOPC(op) MM_uasm_i##op macro
53 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
56 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
59 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
62 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c)
65 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, signed int c)
68 void ISAOPC(op)(u32 **buf, unsigned int a, signed int b, unsigned int c)
71 void ISAOPC(op)(u32 **buf, int a, int b, int c)
74 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, signed int c)
77 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b, unsigned int c, \
81 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b)
84 void ISAOPC(op)(u32 **buf, unsigned int a, unsigned int b)
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)
91 #define Ip_0(op) void ISAOPC(op)(u32 **buf)
247 ISAOPC(_drotr)(p, a1, a2, a3); in uasm_i_drotr_safe()
249 ISAOPC(_drotr32)(p, a1, a2, a3 - 32); in uasm_i_drotr_safe()
256 ISAOPC(_dsll)(p, a1, a2, a3); in uasm_i_dsll_safe()
258 ISAOPC(_dsll32)(p, a1, a2, a3 - 32); in uasm_i_dsll_safe()
265 ISAOPC(_dsrl)(p, a1, a2, a3); in uasm_i_dsrl_safe()
267 ISAOPC(_dsrl32)(p, a1, a2, a3 - 32); in uasm_i_dsrl_safe()