[LLVMbugs] [Bug 17539] mips disassembly does not display immediate operand as signed value (daddiu, others?)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 11 12:06:29 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17539

Benjamin Kramer <benny.kra at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |benny.kra at gmail.com
         Resolution|---                         |FIXED

--- Comment #6 from Benjamin Kramer <benny.kra at gmail.com> ---
While "65504" is technically correct, it doesn't reflect the signedness of the
operand. Fixed in r192483.

$ llvm-mc -triple mips64-linux-gnu -disassemble <<< '0x67 0xbd 0xff 0xe0'
    .text
    daddiu    $sp, $sp, -32

-- 
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/20131011/a010e0b7/attachment.html>


More information about the llvm-bugs mailing list