2007-10-04 H.J. Lu <hongjiu.lu@intel.com>

* 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.
This commit is contained in:
H.J. Lu 2007-10-04 21:02:38 +00:00
parent 955e1e6a77
commit df26e7af07
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
* 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 <nickc@redhat.com>
* configure.in (WIN32LDFLAGS): Rename to SHARED_LDFLAGS.

View File

@ -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 */