Searched defs:vmovdqa (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Davx.asm827 vmovdqa xmm1, xmm2 label
828 vmovdqa xmm1, [rax] label
829 vmovdqa xmm1, dqword [rax] label
830 vmovdqa [rax], xmm2 label
831 vmovdqa dqword [rax], xmm2 label
832 vmovdqa ymm1, ymm2 label
833 vmovdqa ymm1, [rax] label
834 vmovdqa ymm1, yword [rax] label
835 vmovdqa [rax], ymm2 label
836 vmovdqa ywor label
[all...]

Completed in 139 milliseconds