Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:BW

272     bool isIntReg(RegisterRef RR, unsigned &BW);
1098 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) {
1103 BW = 32;
1107 BW = (RR.Sub != 0) ? 32 : 64;