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

John Brawn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #5 from John Brawn <[email protected]> ---
This was fixed in r188067. Encoding 0x00 0xf0 0x00 0xb0 is now disassembled as:

    b.w    #4194304                @ encoding: [0x00,0xf0,0x00,0xb0]
                                        @ <MCInst #2324 t2B
                                        @  <MCOperand Imm:4194304>
                                        @  <MCOperand Imm:14>
                                        @  <MCOperand Reg:0>>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to