Home | History | Annotate | Download | only in config

Lines Matching defs:lane

1936    The lane (or one of the NEON_*_LANES constants) is placed in bits [3:0] of
1954 int lane = -1;
2011 if (lane == -1)
2012 lane = NEON_INTERLEAVE_LANES;
2013 else if (lane != NEON_INTERLEAVE_LANES)
2050 if (lane == -1)
2051 lane = atype.index;
2052 else if (lane != atype.index)
2058 else if (lane == -1)
2059 lane = NEON_INTERLEAVE_LANES;
2060 else if (lane != NEON_INTERLEAVE_LANES)
2069 /* No lane set by [x]. We must be interleaving structures. */
2070 if (lane == -1)
2071 lane = NEON_INTERLEAVE_LANES;
2074 if (lane == -1 || base_reg == -1 || count < 1 || count > 4
2096 return lane | ((reg_incr - 1) << 4) | ((count - 1) << 5);
12895 X(vld1, 0x0200000, 0x0a00000, 0x0a00c00), /* interlv, lane, dup. */ \
16401 NEON_ENCODE (LANE, inst);