HomeSort by relevance Sort by last modified time
    Searched refs:BRCL (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 220 // 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))
360 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo())
    [all...]
SystemZInstrInfo.cpp     [all...]

Completed in 2127 milliseconds