Lines Matching full:shuffle
222 // Shuffle bits (pick even/odd from cells and merge into result).
223 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt,
699 RegisterCell RC = shuffle(rc(1), rc(2), 8, false);
703 RegisterCell RC = shuffle(rc(1), rc(2), 16, false);
707 RegisterCell RC = shuffle(rc(1), rc(2), 8, true);
711 RegisterCell RC = shuffle(rc(1), rc(2), 16, true);