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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Davx.asm2604 vxorps xmm1, xmm2 label
2605 vxorps xmm1, [rax] label
2606 vxorps xmm1, dqword [rax] label
2607 vxorps xmm1, xmm2, xmm3 label
2608 vxorps xmm1, xmm2, [rax] label
2609 vxorps xmm1, xmm2, dqword [rax] label
2610 vxorps ymm1, ymm2, ymm3 label
2611 vxorps ymm1, ymm2, [rax] label
2612 vxorps ymm1, ymm2, yword [rax] label

Completed in 98 milliseconds