Searched refs:rhs_high (Results 1 – 1 of 1) sorted by relevance
1477 const int64x2_t rhs_high = vmovl_s32(vget_high_s32(rhs)); in MulAdd() local1480 const int64_t rhs_2 = vgetq_lane_s64(rhs_high, 0); in MulAdd()1481 const int64_t rhs_3 = vgetq_lane_s64(rhs_high, 1); in MulAdd()