Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h126 unsigned char ShortAccumScale; member
573 unsigned getShortAccumScale() const { return ShortAccumScale; } in getShortAccumScale()
575 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
593 return PaddingOnUnsignedFixedPoint ? ShortAccumScale : ShortAccumScale + 1; in getUnsignedShortAccumScale()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp91 ShortAccumScale = 7; in TargetInfo()
946 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
982 assert(LongAccumScale >= AccumScale && AccumScale >= ShortAccumScale); in CheckFixedPointBits()