Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:CSOpcode

6312   unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG;
6316 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp);
6317 assert(LOpcode && CSOpcode && "Displacement out of range");
6385 BuildMI(MBB, DL, TII->get(CSOpcode), Dest)
6430 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG;
6434 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp);
6435 assert(LOpcode && CSOpcode && "Displacement out of range");
6503 BuildMI(MBB, DL, TII->get(CSOpcode), Dest)
6543 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp);
6544 assert(LOpcode && CSOpcode && "Displacement out of range");
6623 BuildMI(MBB, DL, TII->get(CSOpcode), RetryOldVal)