Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2851 bool posSubnorm; in DecodeTypeRegisterSRsType() local
2865 posSubnorm = false; in DecodeTypeRegisterSRsType()
2869 posSubnorm = (sign == 0); in DecodeTypeRegisterSRsType()
2876 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2884 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterSRsType()
3381 bool posSubnorm; in DecodeTypeRegisterDRsType() local
3395 posSubnorm = false; in DecodeTypeRegisterDRsType()
3399 posSubnorm = (sign == 0); in DecodeTypeRegisterDRsType()
3406 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3414 result = (posZero << 9) | (posSubnorm << in DecodeTypeRegisterDRsType()
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3023 bool posSubnorm; in DecodeTypeRegisterDRsType() local
3037 posSubnorm = false; in DecodeTypeRegisterDRsType()
3041 posSubnorm = (sign == 0); in DecodeTypeRegisterDRsType()
3048 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3056 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterDRsType()
3336 bool posSubnorm; in DecodeTypeRegisterSRsType() local
3350 posSubnorm = false; in DecodeTypeRegisterSRsType()
3354 posSubnorm = (sign == 0); in DecodeTypeRegisterSRsType()
3361 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3369 result = (posZero << 9) | (posSubnorm << in DecodeTypeRegisterSRsType()
[all...]

Completed in 16 milliseconds