Lines Matching refs:A4
143 * @param A4 Address of 4th tap
145 #define MSPEL_FILTER13_CORE(UNPACK, MOVQ, A1, A2, A3, A4) \
160 MOVQ "*0+"A4", %%mm1 \n\t" \
161 MOVQ "*4+"A4", %%mm2 \n\t" \
179 * Here, offset=src_stride. Parameters passed A1 to A4 must use
183 * @see MSPEL_FILTER13_CORE for information on A1->A4
185 #define MSPEL_FILTER13_VER_16B(NAME, A1, A2, A3, A4) \
199 MSPEL_FILTER13_CORE(DO_UNPACK, "movd 1", A1, A2, A3, A4) \
216 "movd 8+"A4", %%mm1 \n\t" \
237 * Here, offset=16 bits, so parameters passed A1 to A4 should be simple.
240 * @see MSPEL_FILTER13_CORE for information on A1->A4
242 #define MSPEL_FILTER13_HOR_16B(NAME, A1, A2, A3, A4, OP, OPNAME) \
256 MSPEL_FILTER13_CORE(DONT_UNPACK, "movq 2", A1, A2, A3, A4) \
275 * Here, offset=src_stride. Parameters passed A1 to A4 must use
279 * @see MSPEL_FILTER13_CORE for information on A1->A4
281 #define MSPEL_FILTER13_8B(NAME, A1, A2, A3, A4, OP, OPNAME) \
295 MSPEL_FILTER13_CORE(DO_UNPACK, "movd 1", A1, A2, A3, A4) \