Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2850 bool negSubnorm; in DecodeTypeRegisterSRsType() local
2866 negSubnorm = false; in DecodeTypeRegisterSRsType()
2870 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()
2876 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2885 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
3380 bool negSubnorm; in DecodeTypeRegisterDRsType() local
3396 negSubnorm = false; in DecodeTypeRegisterDRsType()
3400 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()
3406 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3415 (posInf << 6) | (negZero << 5) | (negSubnorm << in DecodeTypeRegisterDRsType()
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3022 bool negSubnorm; in DecodeTypeRegisterDRsType() local
3038 negSubnorm = false; in DecodeTypeRegisterDRsType()
3042 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()
3048 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3057 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()
3335 bool negSubnorm; in DecodeTypeRegisterSRsType() local
3351 negSubnorm = false; in DecodeTypeRegisterSRsType()
3355 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()
3361 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3370 (posInf << 6) | (negZero << 5) | (negSubnorm << in DecodeTypeRegisterSRsType()
[all...]

Completed in 11 milliseconds