Searched refs:set_fcsr_round64_error (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 245 bool set_fcsr_round64_error(double original, double rounded); 247 bool set_fcsr_round64_error(float original, float rounded);
|
H A D | simulator-loong64.cc | 1073 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator 1238 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator 4724 if (set_fcsr_round64_error(fj, rounded)) { in DecodeTypeOp22() 4737 if (set_fcsr_round64_error(fj, rounded)) { in DecodeTypeOp22() 4776 if (set_fcsr_round64_error(fj, rounded)) { in DecodeTypeOp22() 4789 if (set_fcsr_round64_error(fj, rounded)) { in DecodeTypeOp22() 4828 if (set_fcsr_round64_error(fj, rounded)) { in DecodeTypeOp22() 4841 if (set_fcsr_round64_error(fj, rounded)) { in DecodeTypeOp22() 4895 if (set_fcsr_round64_error(fj, rounded)) { in DecodeTypeOp22() 4913 if (set_fcsr_round64_error(f in DecodeTypeOp22() [all...] |
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 273 bool set_fcsr_round64_error(double original, double rounded); 275 bool set_fcsr_round64_error(float original, float rounded);
|
H A D | simulator-mips64.cc | 1097 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator 1292 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator 2899 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2926 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2955 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2964 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2991 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3313 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3328 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3337 if (set_fcsr_round64_error(f in DecodeTypeRegisterDRsType() [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 278 bool set_fcsr_round64_error(double original, double rounded); 279 bool set_fcsr_round64_error(float original, float rounded);
|
H A D | simulator-mips.cc | 1285 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator 1363 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator 2932 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2946 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2966 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2980 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2994 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3434 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3457 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3491 if (set_fcsr_round64_error(f in DecodeTypeRegisterSRsType() [all...] |
Completed in 22 milliseconds