This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] x86: simplify OP_I64()
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jan Beulich <JBeulich at suse dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Mon, 24 Jun 2019 09:17:47 -0700
- Subject: Re: [PATCH] x86: simplify OP_I64()
- References: <5D10D251020000780023AA54@prv1-mh.provo.novell.com>
On Mon, Jun 24, 2019 at 6:38 AM Jan Beulich <JBeulich@suse.com> wrote:
>
> The only meaningful difference from OP_I() is the handling of the
> VEX.W=1 case in 64-bit mode for bytemode being v_mode. Funnel
> everything else into OP_I(), and drop no longer needed local
> variables.
>
> opcodes/
> 2019-06-24 Jan Beulich <jbeulich@suse.com>
>
> * i386-dis.c (OP_I64): Forword more cases to OP_I(). Drop local
> variables.
>
OK.
Thanks.
--
H.J.