Changeset 47412 in vbox for trunk/include/VBox
- Timestamp:
- Jul 25, 2013 10:03:24 PM (11 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r46993 r47412 111 111 #define DISOPTYPE_MOD_FIXED_11 RT_BIT_32(24) /**< modrm.mod is always 11b */ 112 112 #define DISOPTYPE_FORCED_32_OP_SIZE_X86 RT_BIT_32(25) /**< Forced 32 bits operand size; regardless of prefix bytes (only in 16 & 32 bits mode!) */ 113 #define DISOPTYPE_SSE RT_BIT_32(29) /**< SSE,SSE2,SSE3,AVX,++ instruction. Not implemented yet! */ 114 #define DISOPTYPE_MMX RT_BIT_32(30) /**< MMX,MMXExt,3DNow,++ instruction. Not implemented yet! */ 115 #define DISOPTYPE_FPU RT_BIT_32(31) /**< FPU instruction. Not implemented yet! */ 113 116 #define DISOPTYPE_ALL UINT32_C(0xffffffff) 114 117 /** @} */ -
trunk/include/VBox/disopcode.h
r41869 r47412 293 293 #define OP_PADDQ 245 294 294 #define OP_PMULLW 246 295 #define OP_PMOV SKB247295 #define OP_PMOVMSKB 247 296 296 #define OP_PSUBUSB 248 297 297 #define OP_PSUBUSW 249
Note:
See TracChangeset
for help on using the changeset viewer.