Searched refs:round_according_to_fcsr (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 248 void round_according_to_fcsr(double toRound, double* rounded, 252 void round_according_to_fcsr(float toRound, float* rounded,
|
H A D | simulator-loong64.cc | 1274 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() function in v8::internal::Simulator 1357 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr() function in v8::internal::Simulator 4925 round_according_to_fcsr(fj, &rounded, &result); in DecodeTypeOp22() 4939 round_according_to_fcsr(fj, &rounded, &result); in DecodeTypeOp22()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 276 void round_according_to_fcsr(double toRound, double* rounded, 280 void round_according_to_fcsr(float toRound, float* rounded,
|
H A D | simulator-mips64.cc | 1331 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() function in v8::internal::Simulator 1414 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr() function in v8::internal::Simulator 2907 round_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterSRsType() 3257 round_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterDRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 280 void round_according_to_fcsr(double toRound, double* rounded, 282 void round_according_to_fcsr(float toRound, float* rounded,
|
H A D | simulator-mips.cc | 1401 void Simulator::round_according_to_fcsr(double toRound, double* rounded, in round_according_to_fcsr() function in v8::internal::Simulator 1442 void Simulator::round_according_to_fcsr(float toRound, float* rounded, in round_according_to_fcsr() function in v8::internal::Simulator 2876 round_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterDRsType() 3555 round_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterSRsType()
|
Completed in 29 milliseconds