Home | History | Annotate | Download | only in Support

Lines Matching defs:ZB_Undefined

37   ZB_Undefined,
71 if (ZB != ZB_Undefined && Val == 0)
87 if (ZB != ZB_Undefined && Val == 0)
108 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
140 if (ZB != ZB_Undefined && Val == 0)
156 if (ZB != ZB_Undefined && Val == 0)
177 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
192 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
198 return countTrailingZeros(Val, ZB_Undefined);
206 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
214 return countLeadingZeros(Val, ZB_Undefined) ^
434 /// ZB_Undefined are valid arguments.
450 /// ZB_Undefined are valid arguments.
641 return 1ull << (63 - countLeadingZeros(A, ZB_Undefined));