#GP(0) | If a memory operand effective address is outside the CS, DS, ES, FS, or GS segment limit. (128-bit operations only) If a memory operand is not aligned on a 16-byte boundary, regardless of segment. |
#GP(0) | If a memory operand effective address is outside the CS, DS, ES, FS, or GS segment limit. (128-bit operations only) If a memory operand is not aligned on a 16-byte boundary, regardless of segment. |
#SS(0) | If a memory operand effective address is outside the SS segment limit. |
#UD | If EM in CR0 is set. 128-bit operations will generate #UD only if OSFXSR in CR4 is 0. Execution of 128-bit instructions on a non-SSE2 capable processor (one that is MMX technology capable) will result in the instruction operating on the mm registers, not #UD. |
#NM | If TS in CR0 is set. |
#MF | (64-bit operations only) If there is a pending x87 FPU exception. |
#PF(fault-code) | If a page fault occurs. |
|