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

            Bug ID: 30718
           Summary: Failure to disassemble certain MOV with rex.W
           Product: libraries
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: unassignedb...@nondot.org
          Reporter: nholc...@wisc.edu
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

The LLVM disassembler returns an error when given the following bytes: 4c 8e ca

Looking at the output of XED and other disassemblers, it appears that the
instruction should be: mov %rdx, %cs

-- 
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