With a saved x87 CPU context from fnsave
, fxsave
, xsave
etc., is there a way to know whether the processor was last in x87 or MMX mode? I'm wondering for purposes of what to show from a crash dump.
I imagine it could be inferred from the tag word, but I'm not sure how.