Home
last modified time | relevance | path

Searched refs:ShortAccumScale (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h120 unsigned char ShortAccumScale; member
548 unsigned getShortAccumScale() const { return ShortAccumScale; } in getShortAccumScale()
550 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
568 return PaddingOnUnsignedFixedPoint ? ShortAccumScale : ShortAccumScale + 1; in getUnsignedShortAccumScale()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp91 ShortAccumScale = 7; in TargetInfo()
931 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
967 assert(LongAccumScale >= AccumScale && AccumScale >= ShortAccumScale); in CheckFixedPointBits()