Home | History | Annotate | Download | only in s390

Lines Matching refs:BRCL

366   } else if (LLILF == opcode || BRCL == opcode || LARL == opcode ||
388 opcode == BRCL || opcode == BRASL);
397 } else if (BRCL == opcode || LARL == opcode || BRASL == opcode) {
423 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode ||
529 brcl(c, Operand(offset)); // long jump
1678 void Assembler::brcl(Condition c, const Operand& opnd, bool isCodeTarget) {
1682 // BRCL actually encodes # of halfwords, so divide by 2.
1686 ril_form(BRCL, c, halfwordOp);
2550 brcl(cond, Operand(target_index), true);