Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:BRCL

223       // Relaxes to BRCL, which is 2 bytes longer.
228 // Relaxes to A(G)HI and BRCL, which is 6 bytes longer.
233 // Relaxes to a C(L)R/BRCL sequence, which is 2 bytes longer.
238 // Relaxes to a C(L)GR/BRCL sequence, which is 4 bytes longer.
243 // Relaxes to a C(G)HI/BRCL sequence, which is 4 bytes longer.
248 // Relaxes to a CL(G)FI/BRCL sequence, which is 6 bytes longer.
349 // by a BRCL on the result.
358 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL))
363 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo());
368 // a BRCL on the result.
376 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL))
381 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo());
393 Branch->setDesc(TII->get(SystemZ::BRCL));