Changeset 53052 in vbox for trunk/include/VBox
- Timestamp:
- Oct 14, 2014 9:27:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/disopcode.h
r53007 r53052 191 191 OP_SYSENTER, 192 192 OP_SYSEXIT, 193 OP_GETSEC, 193 194 OP_PAUSE, 194 195 OP_CMOVO, … … 422 423 OP_CVTPD2DQ, 423 424 OP_MOVSS, 425 OP_MOVSLDUP, 426 OP_MOVDDUP, 427 OP_MOVSHDUP, 424 428 OP_CVTSI2SS, 425 429 OP_CVTTSS2SI, … … 427 431 OP_SQRTSS, 428 432 OP_RSQRTSS, 433 OP_RCPSS, 429 434 OP_ADDSS, 430 435 OP_MULSS,
Note:
See TracChangeset
for help on using the changeset viewer.