Changeset 53155 in vbox for trunk/src/VBox/Disassembler/testcase
- Timestamp:
- Oct 27, 2014 4:43:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm
r53150 r53155 207 207 vpmovsxbw xmm0,qword [0x100] 208 208 vbroadcastf128 ymm0,oword [0x100] 209 210 palignr mm0, mm1, 1 211 vpinsrb xmm0, xmm1, eax, 1 212 vpinsrb xmm0, xmm1, [100h], 1 213 vinsertps xmm0, xmm1, xmm2, 1 214 vinsertps xmm0, xmm1, [100h], 1 215 216 vblendvps xmm0, xmm1, xmm2, xmm3 217 vblendvps ymm0, ymm1, ymm2, ymm3 209 218 210 219 ENDPROC TestProc32
Note:
See TracChangeset
for help on using the changeset viewer.