Home
last modified time | relevance | path

Searched refs:round_according_to_msacsr (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips64/
Dsimulator-mips64.h221 void round_according_to_msacsr(T_fp toRound, T_fp& rounded,
Dsimulator-mips64.cc1510 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr() function in v8::internal::Simulator
5871 round_according_to_msacsr(element, element, fixed_point); \ in DecodeTypeMsa3RF()
6264 sim->round_according_to_msacsr<T_fp, T_int>(element, element, dummy); in Msa2RFInstrHelper()
6303 sim->round_according_to_msacsr<T_fp, T_int>(element, element, dst); in Msa2RFInstrHelper()
6316 sim->round_according_to_msacsr<T_fp, T_uint>(element, element, res); in Msa2RFInstrHelper()
/external/v8/src/mips/
Dsimulator-mips.h220 void round_according_to_msacsr(Tfp toRound, Tfp& rounded, Tint& rounded_int);
Dsimulator-mips.cc1507 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr() function in v8::internal::Simulator
5647 round_according_to_msacsr(element, element, fixed_point); \ in DecodeTypeMsa3RF()
6033 sim->round_according_to_msacsr<T_fp, T_int>(element, element, dummy); in Msa2RFInstrHelper()
6072 sim->round_according_to_msacsr<T_fp, T_int>(element, element, dst); in Msa2RFInstrHelper()
6085 sim->round_according_to_msacsr<T_fp, T_uint>(element, element, res); in Msa2RFInstrHelper()