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

           Summary: [x86 disassembler] movs comes up blank with intel
                    syntax
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


From the "Intel® 64 and IA-32 Architectures Software Developer’s Manual
Volume 2 (2A & 2B): Instruction Set Reference, A-Z", p. 3-713:
A4 MOVS m8, m8

$ echo '0xa4'| ./llvm-mc -disassemble -triple="x86_64" -x86-asm-syntax=intel

$ echo '0xa4'| ./llvm-mc -disassemble -triple="x86_64"
    movsb

This should show as "MOVS" with Intel syntax, but there's no output. AT&T
syntax looks ok.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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