mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
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:
@ -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>
|
2007-10-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* configure.in (WIN32LDFLAGS): Rename to SHARED_LDFLAGS.
|
* configure.in (WIN32LDFLAGS): Rename to SHARED_LDFLAGS.
|
||||||
|
@ -4684,13 +4684,13 @@ static const struct dis386 mod_table[][2] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
/* MOD_0F12_PREFIX_0 */
|
/* MOD_0F12_PREFIX_0 */
|
||||||
{ "movlpX", { XM, EXq } },
|
{ "movlps", { XM, EXq } },
|
||||||
{ "movhlpX", { XM, EXq } },
|
{ "movhlps", { XM, EXq } },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
/* MOD_0F16_PREFIX_0 */
|
/* MOD_0F16_PREFIX_0 */
|
||||||
{ "movhpX", { XM, EXq } },
|
{ "movhps", { XM, EXq } },
|
||||||
{ "movlhpX", { XM, EXq } },
|
{ "movlhps", { XM, EXq } },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
/* MOD_0FF0_PREFIX_3 */
|
/* MOD_0FF0_PREFIX_3 */
|
||||||
|
Reference in New Issue
Block a user