Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Sub2

392   unsigned Sub1 = I.getOperand(2).getImm(), Sub2 = I.getOperand(4).getImm();
393 assert(Sub1 != Sub2);
394 if (Sub1 == Hexagon::subreg_loreg && Sub2 == Hexagon::subreg_hireg) {
399 if (Sub1 == Hexagon::subreg_hireg && Sub2 == Hexagon::subreg_loreg) {