[EMAIL PROTECTED] sse5-1]$ cat x.s
        .text
_start:
        pmacssww %xmm1, 0x100000(%ebx), %xmm2, %xmm1

        .intel_syntax noprefix
[EMAIL PROTECTED] sse5-1]$ make x.o
./as --32 -o x.o x.s
[EMAIL PROTECTED] sse5-1]$ ./objdump -dw x.o

x.o:     file format elf32-i386


Disassembly of section .text:

00000000 <_start>:
   0:   0f 24 85 93 10 00 00 10 00      pmacssww 
%xmm1,%xmm2,0x100000(%ebx),%xmm1
[EMAIL PROTECTED] sse5-1]$

-- 
           Summary: X86 disassembler fails pmacXXX in SSE5
           Product: binutils
           Version: 2.19 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl dot tools at gmail dot com
                CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=6873

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to