Lines Matching refs:wt_p
5121 T_int *ws_p, *wt_p, *wd_p; in Msa3RInstrHelper_shuffle() local
5123 wt_p = reinterpret_cast<T_int*>(wt); in Msa3RInstrHelper_shuffle()
5127 wd_p[i] = wt_p[2 * i]; in Msa3RInstrHelper_shuffle()
5131 wd_p[i] = wt_p[2 * i + 1]; in Msa3RInstrHelper_shuffle()
5135 wd_p[2 * i] = wt_p[i + num_of_lanes / 2]; in Msa3RInstrHelper_shuffle()
5139 wd_p[2 * i] = wt_p[i]; in Msa3RInstrHelper_shuffle()
5143 wd_p[2 * i] = wt_p[2 * i]; in Msa3RInstrHelper_shuffle()
5147 wd_p[2 * i] = wt_p[2 * i + 1]; in Msa3RInstrHelper_shuffle()
5157 wd_p[i] = k >= num_of_lanes ? ws_p[k - num_of_lanes] : wt_p[k]; in Msa3RInstrHelper_shuffle()
5172 T_smaller_int *ws_p, *wt_p; in Msa3RInstrHelper_horizontal() local
5174 wt_p = reinterpret_cast<T_smaller_int*>(wt); in Msa3RInstrHelper_horizontal()
5184 static_cast<T_int>(ws_p[2 * i + 1]) + static_cast<T_int>(wt_p[2 * i]); in Msa3RInstrHelper_horizontal()
5192 static_cast<T_int>(ws_p[2 * i + 1]) - static_cast<T_int>(wt_p[2 * i]); in Msa3RInstrHelper_horizontal()