Lines Matching defs:lane
133 uint8_t lane) {
135 if (lane == 0) {
140 DCHECK_EQ(1, lane);
152 DoubleRegister rep, uint8_t lane) {
156 if (lane == 0) {
167 if (lane == 0) {
333 uint8_t lane) {
335 DCHECK_LT(lane, 4);
338 if (lane == 0) {
342 } else if (lane == 1) {
344 } else if (lane == 2 && dst == src) {
348 Shufps(dst, src, src, lane);
350 Pshufd(dst, src, lane);