Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp358 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) in splitBranchOnCount() local
363 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo()); in splitBranchOnCount()
376 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) in splitCompareBranch() local
381 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo()); in splitCompareBranch()
393 Branch->setDesc(TII->get(SystemZ::BRCL)); in relaxBranch()
DSystemZAsmPrinter.cpp209 LoweredMI = MCInstBuilder(SystemZ::BRCL) in EmitInstruction()
DSystemZInstrInfo.td65 // An assembler extended mnemonic for BRCL. (The extension is "G"
82 // in their raw BRC/BRCL form, with the 4-bit condition-code mask being
90 def BRCL : InstRIL<0xC04, (outs), (ins cond4:$valid, cond4:$R1,
DSystemZInstrInfo.cpp1216 case SystemZ::BRCL: in getBranchInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp363 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) in splitBranchOnCount() local
368 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo()); in splitBranchOnCount()
381 MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL)) in splitCompareBranch() local
386 BRCL->addRegisterKilled(SystemZ::CC, &TII->getRegisterInfo()); in splitCompareBranch()
398 Branch->setDesc(TII->get(SystemZ::BRCL)); in relaxBranch()
DSystemZAsmPrinter.cpp209 LoweredMI = MCInstBuilder(SystemZ::BRCL) in EmitInstruction()
DSystemZInstrInfo.td40 // It's easier for LLVM to handle these branches in their raw BRC/BRCL form
46 // An assembler extended mnemonic for BRCL. (The extension is "G"
48 def BRCL : CondBranchRIL<"jg#", 0xC04>;
DSystemZInstrInfo.cpp1528 case SystemZ::BRCL: in getBranchInfo()
/external/v8/src/s390/
Dassembler-s390.cc436 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode || in target_at()
465 opcode == BRCL || opcode == BRASL || opcode == BRXH || in target_at_put()
475 } else if (BRCL == opcode || LARL == opcode || BRASL == opcode) { in target_at_put()
510 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode || in max_reach_from()
Dassembler-s390-inl.h248 if (BRASL == op1 || BRCL == op1) { in target_address_at()
310 if (BRASL == op1 || BRCL == op1) { in set_target_address_at()
Dsimulator-s390.h629 EVALUATE(BRCL);
Dconstants-s390.h773 V(brcl, BRCL, 0xC04) /* type = RIL_C BRANCH RELATIVE ON CONDITION LONG */ \
Dsimulator-s390.cc920 EvalTable[BRCL] = &Simulator::Evaluate_BRCL; in EvalTableInit()
2962 EVALUATE(BRCL) { in EVALUATE() argument
2963 DCHECK_OPCODE(BRCL); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc407 24471U, // BRCL
1584 // BRC, BRCL