Searched refs:round64_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 | 250 void round64_according_to_fcsr(double toRound, double* rounded, 254 void round64_according_to_fcsr(float toRound, float* rounded,
|
H A D | simulator-loong64.cc | 1316 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() function in v8::internal::Simulator 1398 void Simulator::round64_according_to_fcsr(float toRound, float* rounded, in round64_according_to_fcsr() function in v8::internal::Simulator 4953 round64_according_to_fcsr(fj, &rounded, &result); in DecodeTypeOp22() 4967 round64_according_to_fcsr(fj, &rounded, &result); in DecodeTypeOp22()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 278 void round64_according_to_fcsr(double toRound, double* rounded, 282 void round64_according_to_fcsr(float toRound, float* rounded,
|
H A D | simulator-mips64.cc | 1372 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() function in v8::internal::Simulator 1455 void Simulator::round64_according_to_fcsr(float toRound, float* rounded, in round64_according_to_fcsr() function in v8::internal::Simulator 2897 round64_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterSRsType() 3311 round64_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterDRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 286 void round64_according_to_fcsr(double toRound, double* rounded, 288 void round64_according_to_fcsr(float toRound, float* rounded,
|
H A D | simulator-mips.cc | 1525 void Simulator::round64_according_to_fcsr(double toRound, double* rounded, in round64_according_to_fcsr() function in v8::internal::Simulator 1566 void Simulator::round64_according_to_fcsr(float toRound, float* rounded, in round64_according_to_fcsr() function in v8::internal::Simulator 2930 round64_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterDRsType() 3542 round64_according_to_fcsr(fs, &rounded, &result, fs); in DecodeTypeRegisterSRsType()
|
Completed in 30 milliseconds