Lines Matching refs:Bits
101 int Bits = 0; in getVecExtParmsType() local
112 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
118 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
124 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
130 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
137 if (Bits >= 32) in getVecExtParmsType()
140 return Bits < 32 ? VectExtParamInfo << (32 - Bits) : VectExtParamInfo; in getVecExtParmsType()
147 int Bits = 0; in getParmsType() local
150 if (Bits > 31 || (Bits > 30 && (Elt != FixedType || hasVectorParms()))) in getParmsType()
160 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
164 ++Bits; in getParmsType()
172 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
179 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
189 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
194 return Bits < 32 ? ParamsTypeInfo << (32 - Bits) : ParamsTypeInfo; in getParmsType()