Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:ExtOpc

2502     unsigned ExtOpc = 0;
2505 ExtOpc = Signed ? Hexagon::A2_sxtb : Hexagon::A2_zxtb;
2507 ExtOpc = Signed ? Hexagon::A2_sxth : Hexagon::A2_zxth;
2509 ExtOpc = Hexagon::A2_andir;
2511 if (ExtOpc == 0) {
2512 ExtOpc =
2524 if (!validateReg({R,SR}, ExtOpc, 1))
2528 if (MI->getOpcode() == ExtOpc) {
2529 // All possible ExtOpc's have the source in operand(1).
2540 auto MIB = BuildMI(B, At, DL, HII.get(ExtOpc), NewR)
2542 switch (ExtOpc) {