Lines Matching refs:XCOFF
100 unsigned ShiftBits = 32 - XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
109 VectExtParamInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
111 XCOFF::TracebackTable::ParmTypeIsVectorCharBit >> ShiftBits; in getVecExtParmsType()
112 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
115 VectExtParamInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
117 XCOFF::TracebackTable::ParmTypeIsVectorShortBit >> ShiftBits; in getVecExtParmsType()
118 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
121 VectExtParamInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
123 XCOFF::TracebackTable::ParmTypeIsVectorIntBit >> ShiftBits; in getVecExtParmsType()
124 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
127 VectExtParamInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
129 XCOFF::TracebackTable::ParmTypeIsVectorFloatBit >> ShiftBits; in getVecExtParmsType()
130 Bits += XCOFF::TracebackTable::WidthOfParamType; in getVecExtParmsType()
145 unsigned ShiftBits = 32 - XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
157 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
159 XCOFF::TracebackTable::ParmTypeIsFixedBits >> ShiftBits; in getParmsType()
160 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
169 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
171 XCOFF::TracebackTable::ParmTypeIsFloatingBits >> ShiftBits; in getParmsType()
172 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
176 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
178 XCOFF::TracebackTable::ParmTypeIsDoubleBits >> ShiftBits; in getParmsType()
179 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
186 ParamsTypeInfo <<= XCOFF::TracebackTable::WidthOfParamType; in getParmsType()
188 XCOFF::TracebackTable::ParmTypeIsVectorBits >> ShiftBits; in getParmsType()
189 Bits += XCOFF::TracebackTable::WidthOfParamType; in getParmsType()