Changeset 66450 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h
- Timestamp:
- Apr 5, 2017 7:06:04 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h
r66419 r66450 5905 5905 * @opcpuid avx 5906 5906 * @opgroup og_avx_mxcsrsm 5907 * @optest mxcsr=0 -> op1=0 5908 * @optest mxcsr=0x2083 -> op1=0x2083 5909 * @optestign mxcsr=0x2084 cr0|=ts -> value.xcpt=0x7 5910 * @optestign mxcsr=0x2085 cr0|=em -> value.xcpt=0x6 5911 * @optestign mxcsr=0x2086 cr0|=mp -> op1=0x2086 5912 * @optestign mxcsr=0x2087 cr4&~=osfxsr -> value.xcpt=0x6 5913 * @optestign mxcsr=0x2088 cr0|=ts,em -> value.xcpt=0x6 5914 * @optestign mxcsr=0x2089 cr0|=em cr4&~=osfxsr -> value.xcpt=0x6 5915 * @optestign mxcsr=0x208a cr0|=ts,em cr4&~=osfxsr -> value.xcpt=0x6 5916 * @optestign mxcsr=0x208b cr0|=ts,em,mp cr4&~=osfxsr -> value.xcpt=0x6 5907 * @optest mxcsr=0 -> op1=0 5908 * @optest mxcsr=0x2083 -> op1=0x2083 5909 * @optest mxcsr=0x2084 cr0|=ts -> value.xcpt=0x7 5910 * @optest mxcsr=0x2085 cr0|=em -> op1=0x2085 5911 * @optest mxcsr=0x2086 cr0|=mp -> op1=0x2086 5912 * @optest mxcsr=0x2087 cr4&~=osfxsr -> op1=0x2087 5913 * @optest mxcsr=0x2088 cr0|=ts,em -> value.xcpt=0x7 5914 * @optest mxcsr=0x2089 cr0|=em cr4&~=osfxsr -> op1=0x2089 5915 * @optest mxcsr=0x208a cr0|=ts,em cr4&~=osfxsr -> value.xcpt=0x7 5916 * @optest mxcsr=0x208b cr0|=ts,em,mp cr4&~=osfxsr -> value.xcpt=0x7 5917 * @optest mxcsr=0x208c xcr0&~=all_avx -> value.xcpt=0x6 5918 * @optest mxcsr=0x208d xcr0&~=all_avx_sse -> value.xcpt=0x6 5919 * @optest mxcsr=0x208e xcr0&~=all_avx cr0|=ts -> value.xcpt=0x6 5920 * @optest mxcsr=0x208f cr4&~=osxsave -> value.xcpt=0x6 5921 * @optest mxcsr=0x2082 cr0|=ts cr4&~=osxsave -> value.xcpt=0x6 5922 * @optest mxcsr=0x2081 xcr0&~=all_avx cr0|=ts cr4&~=osxsave 5923 * -> value.xcpt=0x6 5917 5924 * @oponlytest 5918 5925 */
Note:
See TracChangeset
for help on using the changeset viewer.