[PATCH, i386] Add option to control rounding bits of SAE-only instructions.
Ilya Tocar
tocarip.intel@gmail.com
Tue Sep 16 11:45:00 GMT 2014
On 15 Sep 09:06, H.J. Lu wrote:
> On Mon, Sep 15, 2014 at 6:33 AM, Ilya Tocar <tocarip.intel@gmail.com> wrote:
> > Hi,
> >
> > For SAE-only evex instructions rounding/LL bits can have any value.
> > Currently we encode them with 00 bits. Attached patch add -mevexrndig
> > option, which controls this behavior.
> > Ok for trunk?
>
> A couple comments:
>
> 1. Please use -mevexrcig.
> 2. Please remove force_rounding_bits and just do
>
> else if (evexrcig)
> i.vex.bytes[3] |= 0x10 | (evexrcig << 5);
>
> and make sure there is one space between "0x10 |" and "(evexrcig << 5);".
> 3. Sync against trunk since I renamed OPTION_omit_lock_prefix
> to OPTION_OMIT_LOCK_PREFIX.
Done.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.tar.bz2
Type: application/x-bzip2
Size: 16044 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20140916/26d0467e/attachment.bz2>
More information about the Binutils
mailing list