Home
last modified time | relevance | path

Searched refs:BRCT (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp180 unsigned BRCT; in convertToBRCT() local
182 BRCT = SystemZ::BRCT; in convertToBRCT()
184 BRCT = SystemZ::BRCTG; in convertToBRCT()
212 Branch->setDesc(TII->get(BRCT)); in convertToBRCT()
DSystemZLongBranch.cpp226 case SystemZ::BRCT: in describeTerminator()
395 case SystemZ::BRCT: in relaxBranch()
DSystemZInstrInfo.cpp1220 case SystemZ::BRCT: in getBranchInfo()
DSystemZInstrInfo.td334 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
/external/llvm/test/CodeGen/SystemZ/
Dloop-01.ll27 ; Test a loop that should be converted into dbr form and then use BRCT.
/external/v8/src/s390/
Dassembler-s390.cc378 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) { in target_at()
404 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG || in target_at_put()
408 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) { in target_at_put()
438 if (BRC == opcode || BRCT == opcode || BRCTG == opcode) { in max_reach_from()
1322 ri_form(BRCT, r1, halfwordOp); in brct()
Ddisasm-s390.cc613 case BRCT: in DecodeFourByte()
Dsimulator-s390.h680 EVALUATE(BRCT);
Dsimulator-s390.cc906 EvalTable[BRCT] = &Simulator::Evaluate_BRCT; in EvalTableInit()
2836 case BRCT: in DecodeFourByte()
2842 (op == BRCT) ? get_low_register<int32_t>(r1) : get_register(r1); in DecodeFourByte()
2843 if (BRCT == op) in DecodeFourByte()
7862 EVALUATE(BRCT) { in EVALUATE() argument
7863 DCHECK_OPCODE(BRCT); in EVALUATE()
Dconstants-s390.h844 V(brct, BRCT, 0xA76) /* type = RI_B BRANCH RELATIVE ON COUNT (32) */ \
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc408 12590747U, // BRCT
1757 // BRCT, BRCTG
DSystemZGenDisassemblerTables.inc253 /* 618 */ MCD_OPC_Decode, 131, 3, 23, // Opcode: BRCT