http://llvm.org/bugs/show_bug.cgi?id=10678
Kay Tiong Khoo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Kay Tiong Khoo <[email protected]> 2011-08-22 16:59:45 CDT --- (In reply to comment #4) > Fixed in r138034. Thanks, Craig! I built llvm-mc from r138250, and it looks like the vandpd/vandnpd cases are fixed, but I still see problems with vandps/vandnps: $ echo '0xc5 0xf1 0x54 0x3a'| ./llvm-mc -disassemble -triple="x86_64" vandpd (%rdx), %xmm1, %xmm7 $ echo '0xc5 0xf1 0x55 0x3a'| ./llvm-mc -disassemble -triple="x86_64" vandnpd (%rdx), %xmm1, %xmm7 $ echo '0xc5 0xf0 0x54 0x3a'| ./llvm-mc -disassemble -triple="x86_64" andps (%rdx), %xmm7 $ echo '0xc5 0xf0 0x55 0x3a'| ./llvm-mc -disassemble -triple="x86_64" andnps (%rdx), %xmm7 -- 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
