Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h285 void round_according_to_msacsr(T_fp toRound, T_fp* rounded,
H A Dsimulator-mips64.cc1497 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp* rounded, in round_according_to_msacsr() function in v8::internal::Simulator
5935 round_according_to_msacsr(element, &element, &fixed_point); \
6328 sim->round_according_to_msacsr<T_fp, T_int>(element, &element, &dummy);
6367 sim->round_according_to_msacsr<T_fp, T_int>(element, &element, dst);
6380 sim->round_according_to_msacsr<T_fp, T_uint>(element, &element, &res);
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h285 void round_according_to_msacsr(Tfp toRound, Tfp* rounded, Tint* rounded_int);
H A Dsimulator-mips.cc1484 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp* rounded, in round_according_to_msacsr() function in v8::internal::Simulator
5649 round_according_to_msacsr(element, &element, &fixed_point); \
6035 sim->round_according_to_msacsr<T_fp, T_int>(element, &element, &dummy);
6074 sim->round_according_to_msacsr<T_fp, T_int>(element, &element, dst);
6087 sim->round_according_to_msacsr<T_fp, T_uint>(element, &element, &res);

Completed in 20 milliseconds