Searched refs:BRCT (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 180 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()
|
D | SystemZLongBranch.cpp | 226 case SystemZ::BRCT: in describeTerminator() 395 case SystemZ::BRCT: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1220 case SystemZ::BRCT: in getBranchInfo()
|
D | SystemZInstrInfo.td | 334 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | loop-01.ll | 27 ; Test a loop that should be converted into dbr form and then use BRCT.
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 378 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()
|
D | disasm-s390.cc | 613 case BRCT: in DecodeFourByte()
|
D | simulator-s390.h | 680 EVALUATE(BRCT);
|
D | simulator-s390.cc | 906 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()
|
D | constants-s390.h | 844 V(brct, BRCT, 0xA76) /* type = RI_B BRANCH RELATIVE ON COUNT (32) */ \
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 408 12590747U, // BRCT 1757 // BRCT, BRCTG
|
D | SystemZGenDisassemblerTables.inc | 253 /* 618 */ MCD_OPC_Decode, 131, 3, 23, // Opcode: BRCT
|