Lines Matching refs:SW
85 #define SW(val, pdst) *(uint32_t *)(pdst) = (val);
167 #define SW(val, pdst) \
188 SW(val0_sd_m, pdst_sd_m); \
189 SW(val1_sd_m, pdst_sd_m + 4); \
243 SW(in0, (pdst)) \
244 SW(in1, (pdst) + stride); \
245 SW(in2, (pdst) + 2 * stride); \
246 SW(in3, (pdst) + 3 * stride); \
448 SW(out0_m, (pdst)); \
455 SW(out0_m, (pdst)); \
456 SW(out1_m, (pdst) + stride); \
465 SW(out0_m, (pdst)); \
466 SW(out1_m, (pdst) + stride); \
467 SW(out2_m, (pdst) + 2*stride); \
468 SW(out3_m, (pdst) + 3*stride); \
554 SW(out8_m, pblk_12x8_m + 8); \
557 SW(out9_m, pblk_12x8_m + 8); \
560 SW(out10_m, pblk_12x8_m + 8); \
563 SW(out11_m, pblk_12x8_m + 8); \
566 SW(out12_m, pblk_12x8_m + 8); \
569 SW(out13_m, pblk_12x8_m + 8); \
572 SW(out14_m, pblk_12x8_m + 8); \
575 SW(out15_m, pblk_12x8_m + 8); \