2006-12-09 H.J. Lu <hongjiu.lu@intel.com>

* i386-dis.c: Adjust white spaces.
This commit is contained in:
H.J. Lu
2006-12-09 21:06:13 +00:00
parent af26ccbeb7
commit 7f4c972fa6
2 changed files with 25 additions and 21 deletions

View File

@ -1,3 +1,7 @@
2006-12-09 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c: Adjust white spaces.
2006-12-04 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (OP_J): Update used_prefixes in v_mode.

View File

@ -551,7 +551,7 @@ static const struct dis386 dis386[] = {
{ "orB", Eb, Gb, XX, XX },
{ "orS", Ev, Gv, XX, XX },
{ "orB", Gb, Eb, XX, XX },
{ "orS", Gv, Ev, XX , XX},
{ "orS", Gv, Ev, XX, XX },
{ "orB", AL, Ib, XX, XX },
{ "orS", eAX, Iv, XX, XX },
{ "push{T|}", cs, XX, XX, XX },
@ -585,7 +585,7 @@ static const struct dis386 dis386[] = {
{ "daa{|}", XX, XX, XX, XX },
/* 28 */
{ "subB", Eb, Gb, XX, XX },
{ "subS", Ev, Gv, XX, XX},
{ "subS", Ev, Gv, XX, XX },
{ "subB", Gb, Eb, XX, XX },
{ "subS", Gv, Ev, XX, XX },
{ "subB", AL, Ib, XX, XX },
@ -647,7 +647,7 @@ static const struct dis386 dis386[] = {
{ "popV", RMrSI, XX, XX, XX },
{ "popV", RMrDI, XX, XX, XX },
/* 60 */
{ "pusha{P|}", XX, XX, XX, XX},
{ "pusha{P|}", XX, XX, XX, XX },
{ "popa{P|}", XX, XX, XX, XX },
{ "bound{S|}", Gv, Ma, XX, XX },
{ X86_64_0 },
@ -839,7 +839,7 @@ static const struct dis386 dis386_twobyte[] = {
{ "clts", XX, XX, XX, XX },
{ "sysretP", XX, XX, XX, XX },
/* 08 */
{ "invd", XX, XX, XX, XX},
{ "invd", XX, XX, XX, XX },
{ "wbinvd", XX, XX, XX, XX },
{ "(bad)", XX, XX, XX, XX },
{ "ud2a", XX, XX, XX, XX },
@ -1863,7 +1863,7 @@ static const struct dis386 prefix_user_table[][4] = {
},
/* PREGRP15 */
{
{ "(bad)", XM, EX, XX, XX},
{ "(bad)", XM, EX, XX, XX },
{ "cvtdq2pd", XM, EX, XX, XX },
{ "cvttpd2dq", XM, EX, XX, XX },
{ "cvtpd2dq", XM, EX, XX, XX },
@ -1915,7 +1915,7 @@ static const struct dis386 prefix_user_table[][4] = {
{ "pshufw", MX, EM, Ib, XX },
{ "pshufhw", XM, EX, Ib, XX },
{ "pshufd", XM, EX, Ib, XX },
{ "pshuflw", XM, EX, Ib, XX},
{ "pshuflw", XM, EX, Ib, XX },
},
/* PREGRP23 */
{
@ -1989,26 +1989,26 @@ static const struct dis386 prefix_user_table[][4] = {
},
/* PREGRP33 */
{
{"movntps",Ev, XM, XX, XX},
{"movntss",Ev, XM, XX, XX},
{"movntpd",Ev, XM, XX, XX},
{"movntsd",Ev, XM, XX, XX},
{"movntps",Ev, XM, XX, XX },
{"movntss",Ev, XM, XX, XX },
{"movntpd",Ev, XM, XX, XX },
{"movntsd",Ev, XM, XX, XX },
},
/* PREGRP34 */
{
{"vmread", Em, Gm, XX, XX},
{"(bad)", XX, XX, XX, XX},
{"extrq", XS, Ib, Ib, XX},
{"insertq",XM, XS, Ib, Ib},
{"vmread", Em, Gm, XX, XX },
{"(bad)", XX, XX, XX, XX },
{"extrq", XS, Ib, Ib, XX },
{"insertq",XM, XS, Ib, Ib },
},
/* PREGRP35 */
{
{"vmwrite", Gm, Em, XX, XX},
{"(bad)", XX, XX, XX, XX},
{"extrq", XM, XS, XX, XX},
{"insertq", XM, XS, XX, XX},
{"vmwrite", Gm, Em, XX, XX },
{"(bad)", XX, XX, XX, XX },
{"extrq", XM, XS, XX, XX },
{"insertq", XM, XS, XX, XX },
},
/* PREGRP36 */