Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc2757 bool negSubnorm; in DecodeTypeRegisterDRsType() local
2773 negSubnorm = false; in DecodeTypeRegisterDRsType()
2777 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()
2783 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
2792 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()
3065 bool negSubnorm; in DecodeTypeRegisterSRsType() local
3081 negSubnorm = false; in DecodeTypeRegisterSRsType()
3085 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()
3091 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3100 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
/external/v8/src/mips64/
Dsimulator-mips64.cc2571 bool negSubnorm; in DecodeTypeRegisterSRsType() local
2587 negSubnorm = false; in DecodeTypeRegisterSRsType()
2591 negSubnorm = (sign == 1); in DecodeTypeRegisterSRsType()
2597 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2606 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
3097 bool negSubnorm; in DecodeTypeRegisterDRsType() local
3113 negSubnorm = false; in DecodeTypeRegisterDRsType()
3117 negSubnorm = (sign == 1); in DecodeTypeRegisterDRsType()
3123 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3132 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()