Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:BW

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