decode_imm
rc = decode_imm(ctxt, op, 1, false);
rc = decode_imm(ctxt, op, 1, true);
rc = decode_imm(ctxt, op, imm_size(ctxt), true);
rc = decode_imm(ctxt, op, ctxt->op_bytes, true);
rc = decode_imm(ctxt, op, 2, false);
rc = decode_imm(ctxt, op, imm_size(ctxt), false);