Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h166 const uint32_t kFCSRInexactFlagBit = 2; variable
173 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
Dsimulator-mips.cc1389 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1423 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
1455 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1489 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
2589 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterDRsType()
3080 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterSRsType()
/external/v8/src/mips64/
Dconstants-mips64.h129 const uint32_t kFCSRInexactFlagBit = 2; variable
136 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
Dsimulator-mips64.cc1186 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1220 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
1252 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1408 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
2537 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterSRsType()
2913 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterDRsType()