Searched refs:set_fcsr_round_error (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 244 bool set_fcsr_round_error(double original, double rounded); 246 bool set_fcsr_round_error(float original, float rounded);
|
H A D | simulator-loong64.cc | 1038 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 1110 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 4698 if (set_fcsr_round_error(fj, rounded)) { in DecodeTypeOp22() 4711 if (set_fcsr_round_error(fj, rounded)) { in DecodeTypeOp22() 4750 if (set_fcsr_round_error(fj, rounded)) { in DecodeTypeOp22() 4763 if (set_fcsr_round_error(fj, rounded)) { in DecodeTypeOp22() 4802 if (set_fcsr_round_error(fj, rounded)) { in DecodeTypeOp22() 4815 if (set_fcsr_round_error(fj, rounded)) { in DecodeTypeOp22() 4859 if (set_fcsr_round_error(fj, rounded)) { in DecodeTypeOp22() 4877 if (set_fcsr_round_error(f in DecodeTypeOp22() [all...] |
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 272 bool set_fcsr_round_error(double original, double rounded); 274 bool set_fcsr_round_error(float original, float rounded);
|
H A D | simulator-mips64.cc | 1059 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 1137 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2909 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2918 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2940 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2974 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2983 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3259 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3274 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3283 if (set_fcsr_round_error(f in DecodeTypeRegisterDRsType() [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 276 bool set_fcsr_round_error(double original, double rounded); 277 bool set_fcsr_round_error(float original, float rounded);
|
H A D | simulator-mips.cc | 1247 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 1325 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2878 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2892 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2901 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2910 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2919 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3424 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3447 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3474 if (set_fcsr_round_error(f in DecodeTypeRegisterSRsType() [all...] |
Completed in 22 milliseconds