Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h192 const uint32_t kFCSRInexactFlagBit = 2; variable
199 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
Dsimulator-mips.cc1304 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1338 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
1370 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1404 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
2711 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterDRsType()
3202 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterSRsType()
/external/v8/src/mips64/
Dconstants-mips64.h154 const uint32_t kFCSRInexactFlagBit = 2; variable
161 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
Dsimulator-mips64.cc1099 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1133 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
1165 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round_error()
1321 set_fcsr_bit(kFCSRInexactFlagBit, true); in set_fcsr_round64_error()
2655 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterSRsType()
3031 set_fcsr_bit(kFCSRInexactFlagBit, true); in DecodeTypeRegisterDRsType()