Searched refs:lhs_high (Results 1 – 1 of 1) sorted by relevance
1470 const int64x2_t lhs_high = vmovl_s32(vget_high_s32(lhs)); in MulAdd() local1473 const int64_t lhs_2 = vgetq_lane_s64(lhs_high, 0); in MulAdd()1474 const int64_t lhs_3 = vgetq_lane_s64(lhs_high, 1); in MulAdd()