Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.h209 bool set_fcsr_round64_error(double original, double rounded);
211 bool set_fcsr_round64_error(float original, float rounded);
Dsimulator-mips64.cc1120 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator
1308 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator
2821 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
2848 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
2877 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
2886 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
2913 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
3236 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
3251 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
3260 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
[all …]
/external/v8/src/mips/
Dsimulator-mips.h213 bool set_fcsr_round64_error(double original, double rounded);
214 bool set_fcsr_round64_error(float original, float rounded);
Dsimulator-mips.cc1325 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator
1391 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() function in v8::internal::Simulator
2918 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
2933 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
2953 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
2967 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
2981 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterDRsType()
3423 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
3446 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
3480 if (set_fcsr_round64_error(fs, rounded)) { in DecodeTypeRegisterSRsType()
[all …]