Searched refs:BRCL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp220 // Relaxes to BRCL, which is 2 bytes longer.
225 // Relaxes to A(G)HI and BRCL, which is 6 bytes longer.
230 // Relaxes to a C(L)R/BRCL sequence, which is 2 bytes longer.
235 // Relaxes to a C(L)GR/BRCL sequence, which is 4 bytes longer.
240 // Relaxes to a C(G)HI/BRCL sequence, which is 4 bytes longer.
245 // Relaxes to a CL(G)FI/BRCL sequence, which is 6 bytes longer.
346 // by a BRCL on the result.
355 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) local
360 BRCL
373 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) local
[all...]
H A DSystemZInstrInfo.cpp1075 case SystemZ::BRCL:

Completed in 54 milliseconds