Lines Matching defs:lane_size

580   int lane_size = LaneSizeInBitsFromFormat(vform);
601 dst.SetInt(vform, i, ur >> (64 - lane_size));
610 int lane_size = LaneSizeInBitsFromFormat(vform);
611 VIXL_ASSERT(IsUintN(lane_size, value));
614 uint64_t ub = value << (64 - lane_size);
630 dst.SetInt(vform, i, ur >> (64 - lane_size));
972 int lane_size = LaneSizeInBitsFromFormat(vform);
993 dst.SetInt(vform, i, ur >> (64 - lane_size));
1002 int lane_size = LaneSizeInBitsFromFormat(vform);
1003 VIXL_ASSERT(IsUintN(lane_size, value));
1006 uint64_t ub = value << (64 - lane_size);
1022 dst.SetInt(vform, i, ur >> (64 - lane_size));
2397 int lane_size = LaneSizeInBytesFromFormat(vform);
2398 int lanes_per_loop = rev_size / lane_size;
5640 int lane_size = LaneSizeInBitsFromFormat(vform);
5642 FPToRawbitsWithSize(lane_size, kFP64NegativeInfinity);
5656 int lane_size = LaneSizeInBitsFromFormat(vform);
5658 FPToRawbitsWithSize(lane_size, kFP64PositiveInfinity);
5672 int lane_size = LaneSizeInBitsFromFormat(vform);
5673 uint64_t inactive_value = FPToRawbitsWithSize(lane_size, kFP64DefaultNaN);
5687 int lane_size = LaneSizeInBitsFromFormat(vform);
5688 uint64_t inactive_value = FPToRawbitsWithSize(lane_size, kFP64DefaultNaN);
6762 unsigned lane_size = LaneSizeInBitsFromFormat(vform);
6767 if (lane_size == kHRegSize) {
6773 } else if (lane_size == kSRegSize) {
6779 VIXL_ASSERT(lane_size == kDRegSize);
7084 unsigned lane_size = LaneSizeInBitsFromFormat(vform);
7092 shift_src_lane = (lane * lane_size) / kDRegSize;
7097 if (shift_amount > lane_size) shift_amount = lane_size;
7100 int64_t result = ShiftOperand(lane_size,