Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching defs:BitIndex

1803   static constexpr ValueType BitIndex(bool Forward, ValueType Index) {
1808 : BitIndex(Forward, (Forward ? Index + 1 : Index - 1)));
1813 static constexpr ValueType bsf = BitIndex(/*Forward*/ true, /*Index=*/0);
1815 BitIndex(/*Forward*/ false, /*Index=*/Bits - 1);