Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc5177 T_smaller_uint *ws_pu, *wt_pu; in Msa3RInstrHelper_horizontal() local
5178 ws_pu = reinterpret_cast<T_smaller_uint*>(ws); in Msa3RInstrHelper_horizontal()
5187 wd_pu[i] = static_cast<T_uint>(ws_pu[2 * i + 1]) + in Msa3RInstrHelper_horizontal()
5195 wd_pu[i] = static_cast<T_uint>(ws_pu[2 * i + 1]) - in Msa3RInstrHelper_horizontal()
/external/v8/src/mips64/
Dsimulator-mips64.cc5401 T_smaller_uint *ws_pu, *wt_pu; in Msa3RInstrHelper_horizontal() local
5402 ws_pu = reinterpret_cast<T_smaller_uint*>(ws); in Msa3RInstrHelper_horizontal()
5411 wd_pu[i] = static_cast<T_uint>(ws_pu[2 * i + 1]) + in Msa3RInstrHelper_horizontal()
5419 wd_pu[i] = static_cast<T_uint>(ws_pu[2 * i + 1]) - in Msa3RInstrHelper_horizontal()