Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc5170 typedef typename std::make_unsigned<T_smaller_int>::type T_smaller_uint; in Msa3RInstrHelper_horizontal() typedef
5177 T_smaller_uint *ws_pu, *wt_pu; in Msa3RInstrHelper_horizontal()
5178 ws_pu = reinterpret_cast<T_smaller_uint*>(ws); in Msa3RInstrHelper_horizontal()
5179 wt_pu = reinterpret_cast<T_smaller_uint*>(wt); in Msa3RInstrHelper_horizontal()
/external/v8/src/mips64/
Dsimulator-mips64.cc5394 typedef typename std::make_unsigned<T_smaller_int>::type T_smaller_uint; in Msa3RInstrHelper_horizontal() typedef
5401 T_smaller_uint *ws_pu, *wt_pu; in Msa3RInstrHelper_horizontal()
5402 ws_pu = reinterpret_cast<T_smaller_uint*>(ws); in Msa3RInstrHelper_horizontal()
5403 wt_pu = reinterpret_cast<T_smaller_uint*>(wt); in Msa3RInstrHelper_horizontal()