Searched refs:round_according_to_msacsr (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 285 void round_according_to_msacsr(T_fp toRound, T_fp* rounded,
|
H A D | simulator-mips64.cc | 1497 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 D | simulator-mips.h | 285 void round_according_to_msacsr(Tfp toRound, Tfp* rounded, Tint* rounded_int);
|
H A D | simulator-mips.cc | 1484 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