Lines Matching refs:widx
121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
123 ldr t5, [sp, #(wtype##_W1_ADDR(round, widx))]; \
127 ldr t6, [sp, #(wtype##_W1W2_ADDR(round, widx))]; \
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)
167 #define IW_W_ADDR(round, widx, offs) \ argument
168 (STACK_W + ((round) / 4) * 64 + (offs) + ((widx) * 4))
171 #define XW_W_ADDR(round, widx, offs) \ argument
172 (STACK_W + ((((round) / 3) - 4) % 2) * 64 + (offs) + ((widx) * 4))
175 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 32) argument
176 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 48) argument
179 #define XW_W1_ADDR(round, widx) XW_W_ADDR(round, widx, 0) argument
180 #define XW_W1W2_ADDR(round, widx) XW_W_ADDR(round, widx, 16) argument