Lines Matching refs:STORE6_LANE
326 #define STORE6_LANE(DST, VAL0, VAL1, LANE) do { \ macro
342 STORE6_LANE(u, u0, u1, 0); in Store6x8x2()
343 STORE6_LANE(u, u0, u1, 1); in Store6x8x2()
344 STORE6_LANE(u, u0, u1, 2); in Store6x8x2()
345 STORE6_LANE(u, u0, u1, 3); in Store6x8x2()
346 STORE6_LANE(u, u0, u1, 4); in Store6x8x2()
347 STORE6_LANE(u, u0, u1, 5); in Store6x8x2()
348 STORE6_LANE(u, u0, u1, 6); in Store6x8x2()
349 STORE6_LANE(u, u0, u1, 7); in Store6x8x2()
350 STORE6_LANE(v, v0, v1, 0); in Store6x8x2()
351 STORE6_LANE(v, v0, v1, 1); in Store6x8x2()
352 STORE6_LANE(v, v0, v1, 2); in Store6x8x2()
353 STORE6_LANE(v, v0, v1, 3); in Store6x8x2()
354 STORE6_LANE(v, v0, v1, 4); in Store6x8x2()
355 STORE6_LANE(v, v0, v1, 5); in Store6x8x2()
356 STORE6_LANE(v, v0, v1, 6); in Store6x8x2()
357 STORE6_LANE(v, v0, v1, 7); in Store6x8x2()
359 #undef STORE6_LANE