Home | History | Annotate | Download | only in AArch64

Lines Matching defs:StrOpc

976     unsigned StrOpc;
989 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui;
991 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui;
1000 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc));