Searched refs:kFCSRInexactFlagBit (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 166 const uint32_t kFCSRInexactFlagBit = 2; variable 173 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
|
D | simulator-mips.cc | 1389 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/ |
D | constants-mips64.h | 129 const uint32_t kFCSRInexactFlagBit = 2; variable 136 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
|
D | simulator-mips64.cc | 1186 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()
|