Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:BW

225                          uint16_t BW, bool Odd) -> BT::RegisterCell {
228 RegisterCell RC = eXTR(Rt, I*BW, I*BW+BW).cat(eXTR(Rs, I*BW, I*BW+BW));
230 while (I*BW < Ws) {
231 RC.cat(eXTR(Rt, I*BW, I*BW+BW)).cat(eXTR(Rs, I*BW, I*BW+BW));