Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B D9 /6  │FSTENV m14byte/     │XXXXXX│Store FPU environment to m14byte  │
│          │m28byte             │ │ │ │ │ │ │or m28byte after checking for     │
│          │                    │ │ │ │ │ │ │unmasked FP error condition; then │
│          │                    │ │ │ │ │ │ │mask all FP exceptions.           │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B D9 /6  │FSTENVW m14byte     │ │ │ │XXX│Store FPU environment to m14byte  │
│          │                    │ │ │ │ │ │ │after checking for unmasked FP    │
│          │                    │ │ │ │ │ │ │error condition; then mask all FP │
│          │                    │ │ │ │ │ │ │exceptions                        │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B D9 /6  │FSTENVD m28byte     │ │ │ │XXX│Store FPU environment to m28byte  │
│          │                    │ │ │ │ │ │ │after checking for unmasked FP    │
│          │                    │ │ │ │ │ │ │error condition; then mask all FP │
│          │                    │ │ │ │ │ │ │exceptions                        │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /6     │FNSTENV m14byte/    │XXXXXX│Store FPU environment to m14byte  │
│          │m28byte             │ │ │ │ │ │ │or m28byte without checking for   │
│          │                    │ │ │ │ │ │ │unmasked FP error condition; then │
│          │                    │ │ │ │ │ │ │mask all FP exceptions            │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /6     │FNSTENVW m14byte    │ │ │ │XXX│Store FPU environment to m14byte  │
│          │                    │ │ │ │ │ │ │without checking for unmasked FP  │
│          │                    │ │ │ │ │ │ │error condition; then mask all FP │
│          │                    │ │ │ │ │ │ │exceptions                        │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /6     │FNSTENVD m28byte    │ │ │ │XXX│Store FPU environment to m28byte  │
│          │                    │ │ │ │ │ │ │without checking for unmasked FP  │
│          │                    │ │ │ │ │ │ │error condition; then mask all FP │
│          │                    │ │ │ │ │ │ │exceptions                        │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: FSTENV/FNSTENV-Store FPU Environment]
[Next: Description]