Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Rt

224   auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt,
227 assert(Ws == Rt.width());
228 RegisterCell RC = eXTR(Rt, I*BW, I*BW+BW).cat(eXTR(Rs, I*BW, I*BW+BW));
231 RC.cat(eXTR(Rt, I*BW, I*BW+BW)).cat(eXTR(Rs, I*BW, I*BW+BW));