if isinstance(op, RegisterOperand):
      ctx.encode(inst, 'reg2', 5, op.operand)

    else:
      ctx.encode(inst, 'immediate_flag', 1, 1)