VirtualBox

Ignore:
Timestamp:
Oct 20, 2014 4:04:09 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96613
Message:

DIS: #6251: AVX / VEX instructions support (two byte instructions only) and some fixes to the other tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/tstDisasm-1A.asm

    r53032 r53094  
    190190        vmread     eax, ebx
    191191        vmwrite    eax, ebx
     192
     193        movd       mm0, [edi]
     194        movq       mm0, [edi]
     195        movq       mm0, mm1
     196
     197        vmovups    xmm0, xmm1
     198        vmovaps    ymm0, ymm1
     199        vunpcklps  xmm0, xmm1, xmm2
     200        vunpcklps  ymm0, ymm1, ymm2
     201
     202        lddqu      xmm1, [ds:ebp+edi*8+00f000001h]
     203        vlddqu     xmm1, [ds:ebp+edi*8+00f000001h]
     204        vlddqu      ymm1, [ds:ebp+edi*8+00f000001h]
    192205
    193206ENDPROC   TestProc32
     
    314327        tzcnt      eax, [edi]
    315328        tzcnt      eax, [edi + 1000h]
     329
     330        vpunpcklbw ymm1, ymm2, ymm3
    316331%endif
    317332
     
    338353        vmwrite    rax, rbx
    339354
     355        getsec
     356
     357        movd       mm0, [rdi]
     358        movq       mm0, [edi]
     359        movq       mm0, mm1
     360
     361        vmovups    xmm0, xmm1
     362        vmovaps    ymm0, ymm1
     363        vunpcklps  xmm0, xmm1, xmm2
     364        vunpcklps  ymm0, ymm1, ymm2
     365        vunpcklps  ymm0, ymm10, ymm2
     366
     367        vmovups    xmm5, xmm9
     368
     369        vcmpps     xmm1, xmm2, xmm3, 12
     370
     371        lddqu      xmm1, [ebp+edi*8+00f000001h]
     372        vlddqu     xmm1, [rbp+rdi*8+00f000001h]
     373        vlddqu     ymm1, [rbp+rdi*8+00f000001h]
     374
    340375        ret
    341376ENDPROC   TestProc64
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette