Changeset 97885 in vbox
- Timestamp:
- Dec 28, 2022 1:39:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm
r97884 r97885 140 140 pfmin mm1, qword [es:esi+000101010h] 141 141 pfmul mm5, qword [es:esi+000101000h] 142 %ifndef RT_OS_OS2 ; nasm objects to this 142 %ifndef RT_OS_OS2 ; nasm objects to this 143 143 pmulhrwa mm3, qword [es:eax+0ffffffffh] 144 %endif 144 %endif 145 145 pfnacc mm4, qword [es:ebx+000101010h] 146 146 pfpnacc mm3, qword [es:edx+000102900h] … … 245 245 blsr eax, ebx 246 246 blsi eax, [ebx] 247 %endif 247 %endif 248 248 db 0c4h, 0e2h, 0f8h, 0f3h, 01bh ; blsi rax, dword [ebx] - but VEX.W=1 is ignored, so same as previous 249 249 %ifndef RT_OS_OS2 250 250 blsmsk eax, [ebx+edi*2] 251 251 shlx eax, ebx, ecx 252 %endif 252 %endif 253 253 254 254 pmovmskb eax, mm2 255 255 pmovmskb eax, xmm3 256 256 vpmovmskb eax, xmm3 257 %ifndef RT_OS_OS2 257 %ifndef RT_OS_OS2 258 258 vpmovmskb eax, ymm3 259 %endif 259 %endif 260 260 261 261 ENDPROC TestProc32
Note:
See TracChangeset
for help on using the changeset viewer.