[LLVMbugs] [Bug 10875] New: [x86 disassembler] movs comes up blank with intel syntax
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 6 15:24:25 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: kkhoo at perfwizard.com
CC: llvmbugs at cs.uiuc.edu
>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.
More information about the llvm-bugs
mailing list