Searched refs:Sub4 (Results 1 – 2 of 2) sorted by relevance
1511 unsigned Sub4 = DI->getOperand(4).getImm(); in checkForImmediate() local1512 if (Sub2 == Hexagon::subreg_loreg && Sub4 == Hexagon::subreg_hireg) in checkForImmediate()1514 else if (Sub2 == Hexagon::subreg_hireg && Sub4 == Hexagon::subreg_loreg) in checkForImmediate()
1551 unsigned Sub4 = DI->getOperand(4).getImm(); in checkForImmediate() local1552 if (Sub2 == Hexagon::isub_lo && Sub4 == Hexagon::isub_hi) in checkForImmediate()1554 else if (Sub2 == Hexagon::isub_hi && Sub4 == Hexagon::isub_lo) in checkForImmediate()