[LLVMbugs] [Bug 10676] [x86 disassembler] L bit in VEX prefix is not ignored properly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 26 09:44:34 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10676
Kay Tiong Khoo <kkhoo at perfwizard.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #9 from Kay Tiong Khoo <kkhoo at perfwizard.com> 2011-10-26 11:44:34 CDT ---
Using llvm-mc built from r141535, all of the cases listed in this bug report
work, except the vcomisd tests shown in comment 7:
$ echo '0xc4 0xc1 0x7b 0x2f 0xc1'| ./llvm-mc -disassemble -triple="x86_64"
<stdin>:1:1: warning: invalid instruction encoding
0xc4 0xc1 0x7b 0x2f 0xc1
^
<stdin>:1:21: warning: invalid instruction encoding
0xc4 0xc1 0x7b 0x2f 0xc1
$ echo '0xc5 0xfb 0x2f 0xc1'| ./llvm-mc -disassemble -triple="x86_64"
<stdin>:1:1: warning: invalid instruction encoding
0xc5 0xfb 0x2f 0xc1
^
<stdin>:1:16: warning: invalid instruction encoding
0xc5 0xfb 0x2f 0xc1
^
--
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