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

/external/llvm/test/MC/X86/
H A Dx86-32-coverage.s19616 // CHECK: blendvps (%eax), %xmm1 # encoding: [0x66,0x0f,0x38,0x14,0x08]
19617 blendvps (%eax), %xmm1
19618 // CHECK: blendvps %xmm2, %xmm1 # encoding: [0x66,0x0f,0x38,0x14,0xca]
19619 blendvps %xmm2, %xmm1
19655 // CHECK: blendvps %xmm2, %xmm1
19656 blendvps %xmm2, %xmm1 label
19657 // CHECK: blendvps %xmm2, %xmm1
19658 blendvps %xmm0, %xmm2, %xmm1 label
19659 // CHECK: blendvps (%eax), %xmm1
19660 blendvps ( label
19662 blendvps %xmm0, (%eax), %xmm1 label
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsse4.asm13 blendvps xmm1, xmm2 label
14 blendvps xmm1, xmm2, xmm0 label
15 blendvps xmm1, [0] label
16 blendvps xmm1, [0], xmm0 label
H A Davx.asm209 ; blendvps doesn't have vex-encoded version of implicit xmm0
210 blendvps xmm1, xmm3 label
211 blendvps xmm1, [rax] label
212 blendvps xmm1, dqword [rax] label
213 blendvps xmm1, xmm3, xmm0 label
214 blendvps xmm1, [rax], xmm0 label
215 blendvps xmm1, dqword [rax], xmm0 label

Completed in 2414 milliseconds