From: H.J. Lu Date: Thu, 4 Oct 2007 21:02:38 +0000 (+0000) Subject: 2007-10-04 H.J. Lu X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=df26e7af0769e3fc15c64485eaa0792e2b22a654;p=deliverable%2Fbinutils-gdb.git 2007-10-04 H.J. Lu * i386-dis.c (MOD_0F12_PREFIX_0): Use "movlps" and "movhlps" instead of "movlpX" and "movhlpX", respectively. (MOD_0F16_PREFIX_0): Use "movhps" and "movlhps" instead of "movhpX" and "movlhpX", respectively. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b76d533588..bf1f8db816 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2007-10-04 H.J. Lu + + * i386-dis.c (MOD_0F12_PREFIX_0): Use "movlps" and "movhlps" + instead of "movlpX" and "movhlpX", respectively. + (MOD_0F16_PREFIX_0): Use "movhps" and "movlhps" instead of + "movhpX" and "movlhpX", respectively. + 2007-10-04 Nick Clifton * configure.in (WIN32LDFLAGS): Rename to SHARED_LDFLAGS. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 84572b2d58..cb83f6fa69 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -4684,13 +4684,13 @@ static const struct dis386 mod_table[][2] = { }, { /* MOD_0F12_PREFIX_0 */ - { "movlpX", { XM, EXq } }, - { "movhlpX", { XM, EXq } }, + { "movlps", { XM, EXq } }, + { "movhlps", { XM, EXq } }, }, { /* MOD_0F16_PREFIX_0 */ - { "movhpX", { XM, EXq } }, - { "movlhpX", { XM, EXq } }, + { "movhps", { XM, EXq } }, + { "movlhps", { XM, EXq } }, }, { /* MOD_0FF0_PREFIX_3 */