i386: make the sse opcodes generate the #NM exception used to save\restore the fpu state

This commit is contained in:
yz70s 2024-11-01 10:53:10 +01:00
parent 8eeeedd09f
commit 68c0285a32
2 changed files with 209 additions and 15 deletions

View file

@ -1062,6 +1062,7 @@ protected:
void i486_bswap_edi();
void i486_mov_cr_r32();
inline bool MMXPROLOG();
inline bool SSEPROLOG();
inline void READMMX(uint32_t ea,MMX_REG &r);
inline void WRITEMMX(uint32_t ea,MMX_REG &r);
inline void READXMM(uint32_t ea,XMM_REG &r);

File diff suppressed because it is too large Load diff