[PATCH 2/6] Support Intel AVX-VNNI-INT8

Jan Beulich jbeulich@suse.com
Wed Nov 2 10:45:53 GMT 2022


On 31.10.2022 04:05, Haochen Jiang wrote:
> @@ -7575,11 +7592,11 @@ static const struct dis386 vex_w_table[][2] = {
>    },
>    {
>      /* VEX_W_0F3850 */
> -    { "%XVvpdpbusd",	{ XM, Vex, EXx }, PREFIX_DATA },
> +    { PREFIX_TABLE (PREFIX_VEX_0F3850_W_0) },
>    },
>    {
> -    /* VEX_W_0F3851 */
> -    { "%XVvpdpbusds",	{ XM, Vex, EXx }, PREFIX_DATA },
> +    /* VEX_W_0F3851_P_0 */
> +    { PREFIX_TABLE (PREFIX_VEX_0F3851_W_0) },

Note that the comment is now wrong - it shouldn't have been changed (just
like the earlier one was left untouched).

Jan


More information about the Binutils mailing list