Add finit/fninit operator for x86 assembler (Initialize Floating-Point Unit)

This commit is contained in:
emvivre 2017-12-31 16:58:56 +01:00 committed by radare
parent 7d7c46ee28
commit 85b8a4b18b

View File

@ -2273,6 +2273,7 @@ LookupTable oplookup[] = {
{"fdecstp", 0, NULL, 0xd9f6, 2},
{"femms", 0, NULL, 0x0f0e, 2},
{"fincstp", 0, NULL, 0xd9f7, 2},
{"finit", 0, NULL, 0x9bdbe3, 3},
{"fld1", 0, NULL, 0xd9e8, 2},
{"fldl2t", 0, NULL, 0xd9e9, 2},
{"fldl2e", 0, NULL, 0xd9ea, 2},
@ -2281,6 +2282,7 @@ LookupTable oplookup[] = {
{"fldpi", 0, NULL, 0xd9eb, 2},
{"fldz", 0, NULL, 0xd9ee, 2},
{"fnclex", 0, NULL, 0xdbe2, 2},
{"fninit", 0, NULL, 0xdbe3, 2},
{"fnop", 0, NULL, 0xd9d0, 2},
{"fpatan", 0, NULL, 0xd9f3, 2},
{"fprem", 0, NULL, 0xd9f8, 2},