[PATCH] x86: Rename VecSIB to SIB for Intel AMX

Jan Beulich jbeulich@suse.com
Fri Jun 26 16:18:00 GMT 2020


On 26.06.2020 17:23, H.J. Lu via Binutils wrote:
> --- a/opcodes/i386-opc.tbl
> +++ b/opcodes/i386-opc.tbl
> @@ -84,6 +84,9 @@
>  #define Vex128 Vex=VEX128
>  #define Vex256 Vex=VEX256
>  #define VexLIG Vex=VEXScalar
> +#define VexSIB128 SIB=VECSIB128
> +#define VecSIB256 SIB=VECSIB256
> +#define VecSIB512 SIB=VECSIB512

I first thought the typo would be only in the Changelog entry, but
here the first one has an x too where the others have a c. Would
you mind correcting this, and perhaps also adding a blank line
ahead of this new block of #define-s?

Jan


More information about the Binutils mailing list