Lines Matching defs:lane_size
2866 unsigned lane_size = vt.GetLaneSizeInBytes();
2867 VIXL_ASSERT(lane_size > 0);
2868 VIXL_ASSERT(lane < (kQRegSizeInBytes / lane_size));
2872 lane *= lane_size;
2873 if (lane_size == 8) lane++;
2880 switch (lane_size) {
2891 VIXL_ASSERT(lane_size == 8);
5018 int lane_size = vn.GetLaneSizeInBytes();
5020 switch (lane_size) {
5031 VIXL_ASSERT(lane_size == 8);
5073 int lane_size = vd.GetLaneSizeInBytes();
5075 switch (lane_size) {
5086 VIXL_ASSERT(lane_size == 8);
5115 int lane_size = vd.GetLaneSizeInBytes();
5117 switch (lane_size) {
5131 VIXL_ASSERT(lane_size == 8);
5154 int lane_size = vn.GetLaneSizeInBytes();
5157 switch (lane_size) {
5171 VIXL_ASSERT(lane_size == 8);
5196 int lane_size = vn.GetLaneSizeInBytes();
5199 VIXL_ASSERT(lane_size != 8);
5200 switch (lane_size) {
5208 VIXL_ASSERT(lane_size == 4);