Searched refs:posNorm (Results 1 – 2 of 2) sorted by relevance
3012 bool posNorm; in DecodeTypeRegisterDRsType() local3033 posNorm = false; in DecodeTypeRegisterDRsType()3038 posNorm = (sign == 0); in DecodeTypeRegisterDRsType()3043 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterDRsType()3327 bool posNorm; in DecodeTypeRegisterSRsType() local3348 posNorm = false; in DecodeTypeRegisterSRsType()3353 posNorm = (sign == 0); in DecodeTypeRegisterSRsType()3358 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterSRsType()
2775 bool posNorm; in DecodeTypeRegisterSRsType() local2796 posNorm = false; in DecodeTypeRegisterSRsType()2801 posNorm = (sign == 0); in DecodeTypeRegisterSRsType()2806 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterSRsType()3306 bool posNorm; in DecodeTypeRegisterDRsType() local3327 posNorm = false; in DecodeTypeRegisterDRsType()3332 posNorm = (sign == 0); in DecodeTypeRegisterDRsType()3337 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterDRsType()