Searched refs:round_according_to_fcsr (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | simulator-mips64.h | 212 void round_according_to_fcsr(double toRound, double& rounded, 216 void round_according_to_fcsr(float toRound, float& rounded,
|
D | simulator-mips64.cc | 1341 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() function in v8::internal::Simulator 1426 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() function in v8::internal::Simulator 2829 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterSRsType() 3180 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterDRsType()
|
/external/v8/src/mips/ |
D | simulator-mips.h | 215 void round_according_to_fcsr(double toRound, double& rounded, 217 void round_according_to_fcsr(float toRound, float& rounded,
|
D | simulator-mips.cc | 1423 void Simulator::round_according_to_fcsr(double toRound, double& rounded, in round_according_to_fcsr() function in v8::internal::Simulator 1465 void Simulator::round_according_to_fcsr(float toRound, float& rounded, in round_according_to_fcsr() function in v8::internal::Simulator 2862 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterDRsType() 3544 round_according_to_fcsr(fs, rounded, result, fs); in DecodeTypeRegisterSRsType()
|