http://sourceware.org/bugzilla/show_bug.cgi?id=15706
--- Comment #1 from Heiher ---
Created attachment 7103
--> http://sourceware.org/bugzilla/attachment.cgi?id=7103&action=edit
Patch
--
You are receiving this mail because:
You are on the CC list for the bug.
Assignee: unassigned at sourceware dot org
Reporter: root at heiher dot info
Loongson 3A is MIPS64R2-compatible, so this means that it should based
on ISA_MIPS64R2 (not ISA_MIPS64) ?
References:
http://www.loongson.cn/uploadfile/201204
ary: objdump doesn't recognize cli and clf instructions
Product: binutils
Version: 2.16
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy
actually none of these bug reports are out of context.
i have an assembler file with every instruction in the intel docs
(we need a comprehensive test case) and
i'm just reporting the actual output from objdump.
perhaps it's a version issue. which version are you using?
if all else fails i can sen
mwait ; 0F 01 C9
generates:
0f sidt (bad)
01 c9 add ecx,ecx
(ref: p3-556 IA-32 Intel Architecture Software Developer's Manual
Vol 2A: Instruction Set Reference, A-M Order Number 253666)
Tim Daly
___
pause ; F3 90
generates:
f3 90 repz nop
(ref: p4-40 IA-32 Intel Architecture Software Developer's Manual
Vol 2B: Instruction Set Reference, N-Z Order Number 253667)
Tim Daly
___
bug-binutils mailing list
bug-bi
movddup xmm1,xmm2 ; F2 0F 12 CA
generates:
f2 0f 12 ca repnz movhlps xmm1,xmm2
(ref: p3-490 IA-32 Intel Architecture Software Developer's Manual
Vol 2A: Instruction Set Reference, A-M Order Number 253666)
Tim Daly
___
bug-bin
monitor; 0F 01 C8
generates:
0f sidt (bad)
01 c8add eax,ecx
Tim Daly
___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils