Lines Matching refs:iop_param
121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
125 IOP(1, iop_param); \
129 IOP(2, iop_param); \
132 IOP(3, iop_param); \
136 IOP(4, iop_param); \
140 IOP(5, iop_param); \
145 IOP(6, iop_param); \
149 IOP(7, iop_param); \
152 IOP(8, iop_param); \
155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
156 R(1, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)
158 #define R2(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
159 R(2, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param)