[llvm-bugs] [Bug 32806] New: [x86 disassembler] Invalid used of 'w' suffix on push and pop using 64-bit registers

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 26 08:29:55 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32806

            Bug ID: 32806
           Summary: [x86 disassembler] Invalid used of 'w' suffix on push
                    and pop using 64-bit registers
           Product: libraries
           Version: 3.9
          Hardware: Other
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: MC
          Assignee: unassignedbugs at nondot.org
          Reporter: nholcomb at wisc.edu
                CC: llvm-bugs at lists.llvm.org

The following instruction accesses a 64-bit register, but the mnemonic
indicates that it is using a 16-bit register. I tried assembling the output of
LLVM using gas and got an error.

Bytes:          67 49 5e
Output:         popw %r14
Error from gas: incorrect register `%r14' used with `w' suffix
Expected:       popq %r14

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170426/500b7230/attachment.html>


More information about the llvm-bugs mailing list