Home
last modified time | relevance | path

Searched refs:posInf (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2844 bool posInf = (classed == 0x7F800000); in DecodeTypeRegisterSRsType() local
2858 if (!negInf && !posInf && (exponent == 0xFF)) { in DecodeTypeRegisterSRsType()
2876 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2885 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
3374 bool posInf = (classed == 0x7FF0000000000000); in DecodeTypeRegisterDRsType() local
3388 if (!negInf && !posInf && exponent == 0x7FF) { in DecodeTypeRegisterDRsType()
3406 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3415 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3016 bool posInf = (classed == 0x7FF0000000000000); in DecodeTypeRegisterDRsType() local
3030 if (!negInf && !posInf && exponent == 0x7FF) { in DecodeTypeRegisterDRsType()
3048 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3057 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()
3329 bool posInf = (classed == 0x7F800000); in DecodeTypeRegisterSRsType() local
3343 if (!negInf && !posInf && (exponent == 0xFF)) { in DecodeTypeRegisterSRsType()
3361 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3370 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()

Completed in 22 milliseconds