Home
last modified time | relevance | path

Searched refs:set_fcsr_round_error (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips64/
Dsimulator-mips64.h208 bool set_fcsr_round_error(double original, double rounded);
210 bool set_fcsr_round_error(float original, float rounded);
Dsimulator-mips64.cc1088 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/
Dsimulator-mips.h211 bool set_fcsr_round_error(double original, double rounded);
212 bool set_fcsr_round_error(float original, float rounded);
Dsimulator-mips.cc1293 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 …]