Searched refs:set_fcsr_round_error (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.h | 190 bool set_fcsr_round_error(double original, double rounded); 191 bool set_fcsr_round_error(float original, float rounded);
|
D | simulator-mips.cc | 1429 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 1495 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2549 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2563 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2572 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2581 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2590 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3069 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3092 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3119 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() [all …]
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 219 bool set_fcsr_round_error(double original, double rounded); 221 bool set_fcsr_round_error(float original, float rounded);
|
D | simulator-mips64.cc | 1230 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 1296 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2514 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2523 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2545 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2579 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2588 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2940 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2955 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2964 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() [all …]
|