|
From: | Richard Henderson |
Subject: | Re: [PATCH 17/17] target/i386: add a8-af, b8-bf opcodes |
Date: | Wed, 24 Aug 2022 17:44:01 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 8/24/22 10:32, Paolo Bonzini wrote:
+static void gen_LODS(DisasContext *s, CPUX86State *env, X86DecodedInsn *decode) +{ + MemOp ot = decode->op[0].ot; + if (s->prefix & (PREFIX_REPZ | PREFIX_REPNZ)) { + gen_repz_lods(s, ot, s->pc_start - s->cs_base, s->pc - s->cs_base);
Note that I've got a rather large patch set that cleans up this pc frobbery. r~
[Prev in Thread] | Current Thread | [Next in Thread] |