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

            Bug ID: 32600
           Summary: [PPC] Decoded branch operand out of range
           Product: libraries
           Version: 3.9
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: PowerPC
          Assignee: unassignedb...@nondot.org
          Reporter: nholc...@wisc.edu
                CC: llvm-bugs@lists.llvm.org

Using LLVM to decode ppc64 instructions, the BT instruction operand can be
decoded as an out-of-range value.

Bytes: 41 80 80 00
Expected: bt 0, .-32768
Actual: bt 0, .+32768

Trying to assemble the decoding produced by LLVM using gas produced the error:
operand out of range (0x0000000000008000 is not between 0xffffffffffff8000 and
0x0000000000007ffc)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to