Searched refs:BRCL (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 358 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()
|
D | SystemZAsmPrinter.cpp | 209 LoweredMI = MCInstBuilder(SystemZ::BRCL) in EmitInstruction()
|
D | SystemZInstrInfo.td | 65 // 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,
|
D | SystemZInstrInfo.cpp | 1216 case SystemZ::BRCL: in getBranchInfo()
|
/external/v8/src/s390/ |
D | assembler-s390-inl.h | 445 if (BRASL == op1 || BRCL == op1) { in target_address_at() 502 if (BRASL == op1 || BRCL == op1) { in set_target_address_at()
|
D | assembler-s390.cc | 366 } 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()
|
D | disasm-s390.cc | 1094 case BRCL: in DecodeSixByte()
|
D | constants-s390.h | 233 BRCL = 0xC04, // Branch Relative On Condition Long enumerator
|
D | simulator-s390.h | 685 EVALUATE(BRCL);
|
D | simulator-s390.cc | 906 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/ |
D | ic-s390.cc | 602 } else if (Instruction::S390OpcodeValue(branch_address) == BRCL) { in PatchInlinedSmiCode() 628 } else if (Instruction::S390OpcodeValue(branch_address) == BRCL) { in PatchInlinedSmiCode()
|