Searched refs:round_according_to_msacsr (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | simulator-mips64.h | 221 void round_according_to_msacsr(T_fp toRound, T_fp& rounded,
|
D | simulator-mips64.cc | 1510 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/ |
D | simulator-mips.h | 220 void round_according_to_msacsr(Tfp toRound, Tfp& rounded, Tint& rounded_int);
|
D | simulator-mips.cc | 1507 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()
|