Lines Matching refs:wt_p
5345 T_int *ws_p, *wt_p, *wd_p; in Msa3RInstrHelper_shuffle() local
5347 wt_p = reinterpret_cast<T_int*>(wt); in Msa3RInstrHelper_shuffle()
5351 wd_p[i] = wt_p[2 * i]; in Msa3RInstrHelper_shuffle()
5355 wd_p[i] = wt_p[2 * i + 1]; in Msa3RInstrHelper_shuffle()
5359 wd_p[2 * i] = wt_p[i + num_of_lanes / 2]; in Msa3RInstrHelper_shuffle()
5363 wd_p[2 * i] = wt_p[i]; in Msa3RInstrHelper_shuffle()
5367 wd_p[2 * i] = wt_p[2 * i]; in Msa3RInstrHelper_shuffle()
5371 wd_p[2 * i] = wt_p[2 * i + 1]; in Msa3RInstrHelper_shuffle()
5381 wd_p[i] = k >= num_of_lanes ? ws_p[k - num_of_lanes] : wt_p[k]; in Msa3RInstrHelper_shuffle()
5396 T_smaller_int *ws_p, *wt_p; in Msa3RInstrHelper_horizontal() local
5398 wt_p = reinterpret_cast<T_smaller_int*>(wt); in Msa3RInstrHelper_horizontal()
5408 static_cast<T_int>(ws_p[2 * i + 1]) + static_cast<T_int>(wt_p[2 * i]); in Msa3RInstrHelper_horizontal()
5416 static_cast<T_int>(ws_p[2 * i + 1]) - static_cast<T_int>(wt_p[2 * i]); in Msa3RInstrHelper_horizontal()