Changeset 53172 in vbox for trunk/src/VBox/Disassembler/testcase
- Timestamp:
- Oct 31, 2014 5:44:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm
r53164 r53172 164 164 vpmovsxbw ymm0, xmm1 165 165 vpmovzxbq ymm1, [100h] 166 vgatherqps xmm0,dword [eax+xmm0*2],xmm0 167 vgatherqpd xmm0,qword [eax+xmm0*2],xmm0 166 168 %endif 167 169 … … 222 224 pmovzxbq xmm0, xmm1 223 225 pmovzxbq xmm1, [100h] 226 227 vfmaddsub132pd ymm1, ymm2, ymm3 224 228 225 229 ENDPROC TestProc32 … … 349 353 vpunpcklbw ymm1, ymm2, ymm3 350 354 vpmovsxbw ymm4,[0x100] 355 vgatherqpd xmm0,qword [rbx+xmm11*2],xmm2 351 356 %endif 352 357 … … 395 400 vbroadcastf128 ymm0,oword [0x100] 396 401 vmovlps xmm0, xmm1, [100h] 402 vmovlps xmm0, xmm1, [eax + ebx] 403 vmovlps xmm0, xmm1, [rax + rbx] 404 vmovlps xmm10, xmm1, [rax] 397 405 398 406 vblendvpd xmm0, xmm1, [100h], xmm3 … … 401 409 402 410 extractps eax, xmm2, 3 411 vzeroupper 412 vzeroall 413 414 movlps xmm0, [100h] 415 movlps xmm0, [eax + ebx] 416 movlps xmm10, [rax + rbx] 417 movhlps xmm0, xmm1 403 418 404 419 ret
Note:
See TracChangeset
for help on using the changeset viewer.