Home
last modified time | relevance | path

Searched refs:BRCL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp355 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()
DSystemZInstrInfo.td49 // 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,
DSystemZInstrInfo.cpp1052 case SystemZ::BRCL: in getBranchInfo()