Added recompiled versions of FSTCW and FSTSW.

This commit is contained in:
SarahW 2018-10-25 21:43:32 +01:00
commit b814bcc80d
5 changed files with 149 additions and 16 deletions

View file

@ -123,6 +123,9 @@ struct
[IREG_MM6] = {REG_FPU_ST_QWORD, &cpu_state.MM[0], REG_FP},
[IREG_MM7] = {REG_FPU_ST_QWORD, &cpu_state.MM[0], REG_FP},
[IREG_NPXCx] = {REG_WORD, &cpu_state.npxc, REG_INTEGER},
[IREG_NPXSx] = {REG_WORD, &cpu_state.npxs, REG_INTEGER},
/*Temporary registers are stored on the stack, and are not guaranteed to
be preserved across uOPs. They will not be written back if they will
not be read again.*/