Searched refs:set_fcsr_round_error (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | simulator-mips64.h | 208 bool set_fcsr_round_error(double original, double rounded); 210 bool set_fcsr_round_error(float original, float rounded);
|
D | simulator-mips64.cc | 1088 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 1154 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2831 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2840 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2862 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2896 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 2905 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3182 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3197 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3206 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() [all …]
|
/external/v8/src/mips/ |
D | simulator-mips.h | 211 bool set_fcsr_round_error(double original, double rounded); 212 bool set_fcsr_round_error(float original, float rounded);
|
D | simulator-mips.cc | 1293 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 1359 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2864 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2878 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2887 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2896 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 2905 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterDRsType() 3413 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3436 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() 3463 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegisterSRsType() [all …]
|