OP_JR
case OP_JR:
case OP_JR:
return (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR &&
(i.JType.op == OP_SPECIAL && i.RType.func == OP_JR);
if (i.RType.op == OP_JR || i.RType.op == OP_JALR)
&& ((i.RType.func == OP_JR && i.RType.rs != 31) ||
if (inst.RType.func == OP_JR || inst.RType.func == OP_JALR)
case OP_JR:
#define JR_RA _MKINSN(OP_SPECIAL, _R_RA, 0, 0, OP_JR)
case OP_JR: