bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/22871] Encode instructions of 64-bit registers without the REX_


From: hjl.tools at gmail dot com
Subject: [Bug gas/22871] Encode instructions of 64-bit registers without the REX_W bit
Date: Wed, 21 Feb 2018 14:28:20 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22871

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
I updated users/hjl/optimize branch for

        andq    imm31, mem
        testq   imm31, mem

We need to keep

        andq    imm31, mem

and optimize testq to

        testl   imm31, mem

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]