mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
gas/testsuite/
2007-05-14 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4502 * gas/i386/amd.d: Replace "pfmulhrw" with "pmulhrw". opcodes/ 2007-05-14 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4502 * i386-dis.c (Suffix3DNow): Replace "pfmulhrw" with "pmulhrw".
This commit is contained in:
parent
78832c11e4
commit
9beff6903b
@ -1,3 +1,8 @@
|
||||
2007-05-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR binutils/4502
|
||||
* gas/i386/amd.d: Replace "pfmulhrw" with "pmulhrw".
|
||||
|
||||
2007-05-04 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* gas/m68k/all.exp: Skip fmoveml on fido.
|
||||
|
@ -27,7 +27,7 @@ Disassembly of section .text:
|
||||
63: 0f 0f fc 9a [ ]*pfsub %mm4,%mm7
|
||||
67: 0f 0f c5 aa [ ]*pfsubr %mm5,%mm0
|
||||
6b: 0f 0f ce 0d [ ]*pi2fd %mm6,%mm1
|
||||
6f: 0f 0f d7 b7 [ ]*pfmulhrw %mm7,%mm2
|
||||
6f: 0f 0f d7 b7 [ ]*pmulhrw %mm7,%mm2
|
||||
73: 2e 0f [ ]*\(bad\)
|
||||
75: 0f 54 c3 [ ]*andps %xmm3,%xmm0
|
||||
78: 07 [ ]*pop %es
|
||||
|
@ -1,3 +1,8 @@
|
||||
2007-05-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR binutils/4502
|
||||
* i386-dis.c (Suffix3DNow): Replace "pfmulhrw" with "pmulhrw".
|
||||
|
||||
2007-05-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-opc.h (ShortForm): Redefined.
|
||||
|
@ -5954,7 +5954,7 @@ static const char *const Suffix3DNow[] = {
|
||||
/* A8 */ NULL, NULL, "pfsubr", NULL,
|
||||
/* AC */ NULL, NULL, "pfacc", NULL,
|
||||
/* B0 */ "pfcmpeq", NULL, NULL, NULL,
|
||||
/* B4 */ "pfmul", NULL, "pfrcpit2", "pfmulhrw",
|
||||
/* B4 */ "pfmul", NULL, "pfrcpit2", "pmulhrw",
|
||||
/* B8 */ NULL, NULL, NULL, "pswapd",
|
||||
/* BC */ NULL, NULL, NULL, "pavgusb",
|
||||
/* C0 */ NULL, NULL, NULL, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user