Searched refs:BRCL (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 355 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) in splitBranchOnCount() local 360 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo()); in splitBranchOnCount() 373 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) in splitCompareBranch() local 378 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo()); in splitCompareBranch() 390 Branch->setDesc(TII->get(SystemZ::BRCL)); in relaxBranch()
|
D | SystemZInstrInfo.td | 49 // An assembler extended mnemonic for BRCL. (The extension is "G" 55 // in their raw BRC/BRCL form, with the 4-bit condition-code mask being 63 def BRCL : InstRIL<0xC04, (outs), (ins cond4:$valid, cond4:$R1,
|
D | SystemZInstrInfo.cpp | 1052 case SystemZ::BRCL: in getBranchInfo()
|