Changeset 103511 in vbox for trunk/src/VBox/Disassembler/testcase
- Timestamp:
- Feb 22, 2024 1:16:10 AM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 161854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm
r98668 r103511 164 164 paddd xmm1, xmm3 165 165 166 lds eax, [ebx] 167 les ebp, [esp] 166 168 %if __YASM_VERSION_ID__ >= 001030000h ; Old yasm doesn't support the instructions below 167 169 adcx eax, ebx … … 181 183 vgatherqps xmm0,dword [eax+xmm0*2],xmm0 182 184 vgatherqpd xmm0,qword [eax+xmm0*2],xmm0 185 vpsrld ymm5, ymm1, 009h 186 vpslld ymm0, ymm7, 01ah 183 187 %endif 184 188 … … 386 390 vpmovsxbw ymm4,[0x100] 387 391 vgatherqpd xmm0,qword [rbx+xmm11*2],xmm2 392 393 vpsrld ymm5, ymm1, 009h 394 vpsrld ymm8, ymm12, 011h 395 vpslld ymm0, ymm7, 01ah 388 396 %endif 389 397
Note:
See TracChangeset
for help on using the changeset viewer.