HomeSort by relevance Sort by last modified time
    Searched full:unpcklps (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
vec_shuffle-25.ll 2 ; RUN: grep unpcklps %t | count 3
17 %unpcklps = shufflevector <4 x float> %p0, <4 x float> %p2, <4 x i32> < i32 0, i32 4, i32 1, i32 5 > ; <<4 x float>> [#uses=2]
21 %unpcklps14 = shufflevector <4 x float> %unpcklps, <4 x float> %unpcklps8, <4 x i32> < i32 0, i32 4, i32 1, i32 5 > ; <<4 x float>> [#uses=1]
23 %unpckhps17 = shufflevector <4 x float> %unpcklps, <4 x float> %unpcklps8, <4 x i32> < i32 2, i32 6, i32 3, i32 7 > ; <<4 x float>> [#uses=1]
vec_shuffle-26.ll 19 ; CHECK: unpcklps
26 ; ATOM: unpcklps
27 %unpcklps = shufflevector <4 x float> %p0, <4 x float> %p2, <4 x i32> < i32 0, i32 4, i32 1, i32 5 > ; <<4 x float>> [#uses=2]
31 %unpcklps14 = shufflevector <4 x float> %unpcklps, <4 x float> %unpcklps8, <4 x i32> < i32 0, i32 4, i32 1, i32 5 > ; <<4 x float>> [#uses=1]
32 %unpckhps17 = shufflevector <4 x float> %unpcklps, <4 x float> %unpcklps8, <4 x i32> < i32 2, i32 6, i32 3, i32 7 > ; <<4 x float>> [#uses=1]
extract-combine.ll 2 ; RUN: not grep unpcklps %t
sse1.ll 42 ; CHECK: unpcklps
sse2.ll 51 ; CHECK: unpcklps
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
sse_normal.S 78 UNPCKLPS( XMM2, XMM1 ) /* m5 | m0 */
140 UNPCKLPS( XMM1, XMM0 ) /* m4 | m0 */
148 UNPCKLPS( XMM2, XMM1 ) /* m5 | m1 */
152 UNPCKLPS( XMM3, XMM2 ) /* m6 | m2 */
233 UNPCKLPS( XMM1, XMM0 ) /* m5 | m0 */
sse_xform2.S 194 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
253 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
375 UNPCKLPS ( XMM2, XMM1 ) /* m5 | m0 */
sse_xform3.S 206 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
271 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
409 UNPCKLPS ( XMM2, XMM1 ) /* m5 | m0 */
  /external/mesa3d/src/mesa/x86/
sse_normal.S 78 UNPCKLPS( XMM2, XMM1 ) /* m5 | m0 */
140 UNPCKLPS( XMM1, XMM0 ) /* m4 | m0 */
148 UNPCKLPS( XMM2, XMM1 ) /* m5 | m1 */
152 UNPCKLPS( XMM3, XMM2 ) /* m6 | m2 */
233 UNPCKLPS( XMM1, XMM0 ) /* m5 | m0 */
sse_xform2.S 194 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
253 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
375 UNPCKLPS ( XMM2, XMM1 ) /* m5 | m0 */
sse_xform3.S 206 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
271 UNPCKLPS ( XMM2, XMM1 ) /* - | - | m5 | m0 */
409 UNPCKLPS ( XMM2, XMM1 ) /* m5 | m0 */
  /external/valgrind/main/memcheck/tests/x86/
sse1_memory.stdout.exp     [all...]
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 56 /// DecodeUNPCKLMask - This decodes the shuffle masks for unpcklps/unpcklpd
X86ShuffleDecode.cpp 175 /// DecodeUNPCKLMask - This decodes the shuffle masks for unpcklps/unpcklpd
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssewidth.asm 558 unpcklps xmm1, xmm2 label
559 unpcklps xmm1, dqword [rbx] label
avx.asm 2575 unpcklps xmm1, xmm2 label
2576 unpcklps xmm1, [rax] label
2577 unpcklps xmm1, dqword [rax] label
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 249 TEST_INSN( &AllMask, PS,unpcklps)
  /external/llvm/test/MC/X86/
shuffle-comments.s 183 unpcklps %xmm0, %xmm1 label
185 unpcklps (%rax), %xmm1 label
x86-32-coverage.s 1130 // CHECK: unpcklps %xmm5, %xmm5
1131 unpcklps %xmm5,%xmm5
    [all...]
  /external/valgrind/main/none/tests/amd64/
insn_sse.def 155 unpcklps xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[11.22,12.34,33.44,56.78]
156 unpcklps m128.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[11.22,12.34,33.44,56.78]
  /external/valgrind/main/none/tests/x86/
insn_sse.def 151 unpcklps xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[11.22,12.34,33.44,56.78]
152 unpcklps m128.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[11.22,12.34,33.44,56.78]
  /external/elfutils/tests/
testfile44.expect.bz2 
  /external/chromium_org/third_party/x86inc/
x86inc.asm 945 AVX_INSTR unpcklps, 1, 0
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 1159 AVX_INSTR unpcklps, 1, 0, 0

Completed in 544 milliseconds

1 2