Home
last modified time | relevance | path

Searched refs:wt_p (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc5121 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
[all …]
/external/v8/src/mips64/
Dsimulator-mips64.cc5345 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
[all …]