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 219 // Relaxes to BRCL, which is 2 bytes longer.
224 // Relaxes to A(G)HI and BRCL, which is 6 bytes longer.
228 // Relaxes to a CR/BRCL sequence, which is 2 bytes longer.
232 // Relaxes to a CGR/BRCL sequence, which is 4 bytes longer.
237 // Relaxes to a C(G)HI/BRCL sequence, which is 4 bytes longer.
340 // by a BRCL on the result.
349 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL))
354 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo());
359 // a BRCL on the result
    [all...]
SystemZInstrInfo.cpp 682 case SystemZ::BRCL:

Completed in 28 milliseconds