Bug 6873 - X86 disassembler fails pmacXXX in SSE5
Summary: X86 disassembler fails pmacXXX in SSE5
Status: RESOLVED WONTFIX
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.19
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 17:09 UTC by H.J. Lu
Modified: 2009-08-02 21:12 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2008-09-08 17:09:41 UTC
[hjl@gnu-6 sse5-1]$ cat x.s
	.text
_start:
	pmacssww %xmm1, 0x100000(%ebx), %xmm2, %xmm1

	.intel_syntax noprefix
[hjl@gnu-6 sse5-1]$ make x.o
./as --32 -o x.o x.s
[hjl@gnu-6 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
[hjl@gnu-6 sse5-1]$
Comment 1 H.J. Lu 2009-08-02 21:12:53 UTC
SSE5 was removed.