add finit/fninit/fwait

This commit is contained in:
MITSUNARI Shigeo 2012-11-01 15:16:27 +09:00
parent 0e1956bf0e
commit 8cb9480e50
6 changed files with 34 additions and 23 deletions

View file

@ -489,7 +489,8 @@ void put()
{ "rdpmc", 0x0F, B00110011 },
{ "rdtsc", 0x0F, B00110001 },
{ "rdtscp", 0x0F, 0x01, 0xF9 },
{ "wait", B10011011 },
{ "wait", 0x9B },
{ "fwait", 0x9B },
{ "wbinvd", 0x0F, B00001001 },
{ "wrmsr", 0x0F, B00110000 },
{ "xlatb", 0xD7 },
@ -515,6 +516,8 @@ void put()
{ "fdivp", 0xDE, 0xF9 },
{ "fdivrp", 0xDE, 0xF1 },
{ "fincstp", 0xD9, 0xF7 },
{ "finit", 0x9B, 0xDB, 0xE3 },
{ "fninit", 0xDB, 0xE3 },
{ "fld1", 0xD9, 0xE8 },
{ "fldl2t", 0xD9, 0xE9 },
{ "fldl2e", 0xD9, 0xEA },