Searched refs:kFCSRInexactFlagBit (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.h | 192 const uint32_t kFCSRInexactFlagBit = 2; variable 199 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
|
D | simulator-mips.cc | 1304 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/ |
D | constants-mips64.h | 154 const uint32_t kFCSRInexactFlagBit = 2; variable 161 const uint32_t kFCSRInexactFlagMask = 1 << kFCSRInexactFlagBit;
|
D | simulator-mips64.cc | 1099 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()
|