Home
last modified time | relevance | path

Searched refs:BRCL (Results 1 – 11 of 11) 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/v8/src/s390/
Dassembler-s390-inl.h445 if (BRASL == op1 || BRCL == op1) { in target_address_at()
502 if (BRASL == op1 || BRCL == op1) { in set_target_address_at()
Dassembler-s390.cc366 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode || in target_at()
388 opcode == BRCL || opcode == BRASL); in target_at_put()
397 } else if (BRCL == opcode || LARL == opcode || BRASL == opcode) { in target_at_put()
423 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode || in max_reach_from()
1686 ril_form(BRCL, c, halfwordOp); in brcl()
Ddisasm-s390.cc1094 case BRCL: in DecodeSixByte()
Dconstants-s390.h233 BRCL = 0xC04, // Branch Relative On Condition Long enumerator
Dsimulator-s390.h685 EVALUATE(BRCL);
Dsimulator-s390.cc906 EvalTable[BRCL] = &Simulator::Evaluate_BRCL; in EvalTableInit()
4625 case BRCL: { in DecodeSixByte()
6137 EVALUATE(BRCL) { in EVALUATE() argument
6138 DCHECK_OPCODE(BRCL); in EVALUATE()
/external/v8/src/ic/s390/
Dic-s390.cc602 } else if (Instruction::S390OpcodeValue(branch_address) == BRCL) { in PatchInlinedSmiCode()
628 } else if (Instruction::S390OpcodeValue(branch_address) == BRCL) { in PatchInlinedSmiCode()