From df26e7af0769e3fc15c64485eaa0792e2b22a654 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 4 Oct 2007 21:02:38 +0000 Subject: 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. --- opcodes/ChangeLog | 7 +++++++ opcodes/i386-dis.c | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b76d533..bf1f8db 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 84572b2..cb83f6f 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 */ -- cgit v1.1