j_format
struct j_format j_format;
*contpc |= (insn.j_format.target << 2);
*contpc |= (insn.j_format.target << 1);
epc |= (insn.j_format.target << 2);
insn.j_format.opcode = bc6_op;
insn.j_format.target = offset;
insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op;
insn.j_format.target = e->target >> J_RANGE_SHIFT;
if (ip->j_format.opcode == mm_j32_op)
if (ip->j_format.opcode == mm_jal32_op)
if (ip->j_format.opcode == j_op)
if (ip->j_format.opcode == jal_op)
if (ip->j_format.opcode == j_op)
return J_TARGET(ip, ip->j_format.target);
epc |= (insn.j_format.target << 2);
*contpc |= (insn.j_format.target << 2);