[PATCH]: x86 gas: allow 'rep' prefix on 'bsf' and 'bsr' instructions

H.J. Lu hjl.tools@gmail.com
Fri Jul 6 13:07:00 GMT 2012


On Fri, Jul 6, 2012 at 2:52 AM, Jan Beulich <JBeulich@suse.com> wrote:
>>>> On 21.06.12 at 23:36, Roland McGrath <mcgrathr@google.com> wrote:
>> 'rep; bsf ...'/'rep; bsr ...' are encoded the same as 'tzcnt ...'/'lzcnt
>> ...'.
>
> While tzcnt really is an extension of bsf, lzcnt is not one of bsr,
> so I don't really follow why it's useful to allow the prefix there.
>

It can be used to encode lzcnt with the older assembler,
similar to pause.


-- 
H.J.



More information about the Binutils mailing list