Lines Matching defs:ExtOpc
2543 unsigned ExtOpc = 0;
2546 ExtOpc = Signed ? Hexagon::A2_sxtb : Hexagon::A2_zxtb;
2548 ExtOpc = Signed ? Hexagon::A2_sxth : Hexagon::A2_zxth;
2550 ExtOpc = Hexagon::A2_andir;
2552 if (ExtOpc == 0) {
2553 ExtOpc =
2565 if (!validateReg({R,SR}, ExtOpc, 1))
2569 if (MI->getOpcode() == ExtOpc) {
2570 // All possible ExtOpc's have the source in operand(1).
2581 auto MIB = BuildMI(B, At, DL, HII.get(ExtOpc), NewR)
2583 switch (ExtOpc) {