Searched refs:ParmTypeIsFloatingBit (Results 1 – 3 of 3) sorted by relevance
371 static constexpr uint32_t ParmTypeIsFloatingBit = 0x8000'0000; member
84 if (CopyParamType & XCOFF::TracebackTable::ParmTypeIsFloatingBit) { in appendParameterType()
112 if ((Value & TracebackTable::ParmTypeIsFloatingBit) == 0) { in parseParmsType()