Searched refs:set_fcsr_round_error (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/src/mips/ |
D | simulator-mips.h | 178 bool set_fcsr_round_error(double original, double rounded);
|
D | simulator-mips.cc | 1277 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2287 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister() 2297 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister() 2307 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister() 2317 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister()
|
/external/chromium_org/v8/src/mips64/ |
D | simulator-mips64.h | 208 bool set_fcsr_round_error(double original, double rounded);
|
D | simulator-mips64.cc | 1193 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() function in v8::internal::Simulator 2426 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister() 2436 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister() 2446 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister() 2456 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister()
|