Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:Forward

1787   static constexpr ValueType BitIndex(bool Forward, ValueType Index) {
1792 : BitIndex(Forward, (Forward ? Index + 1 : Index - 1)));
1797 static constexpr ValueType bsf = BitIndex(/*Forward*/ true, /*Index=*/0);
1799 BitIndex(/*Forward*/ false, /*Index=*/Bits - 1);