Searched refs:posNorm (Results 1 – 2 of 2) sorted by relevance
2697 bool posNorm; in DecodeTypeRegisterDRsType() local2718 posNorm = false; in DecodeTypeRegisterDRsType()2723 posNorm = (sign == 0); in DecodeTypeRegisterDRsType()2728 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterDRsType()2983 bool posNorm; in DecodeTypeRegisterSRsType() local3004 posNorm = false; in DecodeTypeRegisterSRsType()3009 posNorm = (sign == 0); in DecodeTypeRegisterSRsType()3014 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterSRsType()
2457 bool posNorm; in DecodeTypeRegisterSRsType() local2478 posNorm = false; in DecodeTypeRegisterSRsType()2483 posNorm = (sign == 0); in DecodeTypeRegisterSRsType()2488 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterSRsType()3064 bool posNorm; in DecodeTypeRegisterDRsType() local3085 posNorm = false; in DecodeTypeRegisterDRsType()3090 posNorm = (sign == 0); in DecodeTypeRegisterDRsType()3095 result = (posZero << 9) | (posSubnorm << 8) | (posNorm << 7) | in DecodeTypeRegisterDRsType()