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

1 2

  /external/llvm/test/CodeGen/X86/
vec_shuffle-26.ll 17 ; CHECK: unpckhps
18 ; CHECK: unpckhps
20 ; CHECK: unpckhps
23 ; ATOM: unpckhps
24 ; ATOM: unpckhps
25 ; ATOM: unpckhps
28 %unpckhps = shufflevector <4 x float> %p0, <4 x float> %p2, <4 x i32> < i32 2, i32 6, i32 3, i32 7 > ; <<4 x float>> [#uses=2]
34 %unpcklps20 = shufflevector <4 x float> %unpckhps, <4 x float> %unpckhps11, <4 x i32> < i32 0, i32 4, i32 1, i32 5 > ; <<4 x float>> [#uses=1]
35 %unpckhps23 = shufflevector <4 x float> %unpckhps, <4 x float> %unpckhps11, <4 x i32> < i32 2, i32 6, i32 3, i32 7 > ; <<4 x float>> [#uses=1]
vec_shuffle-25.ll 3 ; RUN: grep unpckhps %t | count 1
18 %unpckhps = shufflevector <4 x float> %p0, <4 x float> %p2, <4 x i32> < i32 2, i32 6, i32 3, i32 7 > ; <<4 x float>> [#uses=2]
26 %unpcklps20 = shufflevector <4 x float> %unpckhps, <4 x float> %unpckhps11, <4 x i32> < i32 0, i32 4, i32 1, i32 5 > ; <<4 x float>> [#uses=1]
29 %unpckhps23 = shufflevector <4 x float> %unpckhps, <4 x float> %unpckhps11, <4 x i32> < i32 2, i32 6, i32 3, i32 7 > ; <<4 x float>> [#uses=1]
sse-align-12.ll 21 ; CHECK: unpckhps
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jfsseflt-64.asm 96 unpckhps xmm4,xmm1 ; xmm4=(22 32 23 33)
99 unpckhps xmm5,xmm3 ; xmm5=(26 36 27 37)
114 unpckhps xmm4,xmm7 ; xmm4=(02 12 03 13)
117 unpckhps xmm2,xmm3 ; xmm2=(06 16 07 17)
231 unpckhps xmm4,xmm1 ; xmm4=(22 23 32 33)
234 unpckhps xmm5,xmm3 ; xmm5=(62 63 72 73)
249 unpckhps xmm4,xmm7 ; xmm4=(20 21 30 31)
252 unpckhps xmm2,xmm3 ; xmm2=(60 61 70 71)
jfsseflt.asm 103 unpckhps xmm4,xmm1 ; xmm4=(22 32 23 33)
106 unpckhps xmm5,xmm3 ; xmm5=(26 36 27 37)
121 unpckhps xmm4,xmm7 ; xmm4=(02 12 03 13)
124 unpckhps xmm2,xmm3 ; xmm2=(06 16 07 17)
239 unpckhps xmm4,xmm1 ; xmm4=(22 23 32 33)
242 unpckhps xmm5,xmm3 ; xmm5=(62 63 72 73)
257 unpckhps xmm4,xmm7 ; xmm4=(20 21 30 31)
260 unpckhps xmm2,xmm3 ; xmm2=(60 61 70 71)
jiss2flt-64.asm 257 unpckhps xmm1,xmm7 ; xmm1=(02 12 03 13)
260 unpckhps xmm3,xmm5 ; xmm3=(62 72 63 73)
278 unpckhps xmm2,xmm3 ; xmm2=(22 32 23 33)
281 unpckhps xmm4,xmm0 ; xmm4=(42 52 43 53)
jiss2flt.asm 264 unpckhps xmm1,xmm7 ; xmm1=(02 12 03 13)
267 unpckhps xmm3,xmm5 ; xmm3=(62 72 63 73)
285 unpckhps xmm2,xmm3 ; xmm2=(22 32 23 33)
288 unpckhps xmm4,xmm0 ; xmm4=(42 52 43 53)
jisseflt.asm 302 unpckhps xmm1,xmm7 ; xmm1=(02 12 03 13)
305 unpckhps xmm3,xmm5 ; xmm3=(62 72 63 73)
323 unpckhps xmm2,xmm3 ; xmm2=(22 32 23 33)
326 unpckhps xmm4,xmm0 ; xmm4=(42 52 43 53)
  /external/valgrind/main/memcheck/tests/x86/
sse1_memory.stdout.exp     [all...]
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 52 /// DecodeUNPCKHMask - This decodes the shuffle masks for unpckhps/unpckhpd
X86ShuffleDecode.cpp 156 /// DecodeUNPCKHMask - This decodes the shuffle masks for unpckhps/unpckhpd
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssewidth.asm 552 unpckhps xmm1, xmm2 label
553 unpckhps xmm1, dqword [rbx] label
avx.asm 2549 unpckhps xmm1, xmm2 label
2550 unpckhps xmm1, [rax] label
2551 unpckhps xmm1, dqword [rax] label
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 248 TEST_INSN( &AllMask, PS,unpckhps)
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
sse_xform1.S 428 UNPCKHPS( XMM2, XMM2 ) /* ox*m3+m15 | ox*m3+m15 | ox*m2+m14 | ox*m2+m14 */
sse_xform2.S 448 UNPCKHPS( XMM3, XMM3 )
sse_xform3.S 494 UNPCKHPS( XMM4, XMM4 )
  /external/mesa3d/src/mesa/x86/
sse_xform1.S 428 UNPCKHPS( XMM2, XMM2 ) /* ox*m3+m15 | ox*m3+m15 | ox*m2+m14 | ox*m2+m14 */
sse_xform2.S 448 UNPCKHPS( XMM3, XMM3 )
sse_xform3.S 494 UNPCKHPS( XMM4, XMM4 )
  /external/llvm/test/MC/X86/
shuffle-comments.s 198 unpckhps %xmm0, %xmm1 label
200 unpckhps (%rax), %xmm1 label
x86-32-coverage.s 1127 // CHECK: unpckhps %xmm5, %xmm5
1128 unpckhps %xmm5,%xmm5
    [all...]
  /external/valgrind/main/none/tests/amd64/
insn_sse.def 149 unpckhps xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[55.66,43.21,77.88,87.65]
150 unpckhps m128.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[55.66,43.21,77.88,87.65]
  /external/valgrind/main/none/tests/x86/
insn_sse.def 149 unpckhps xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[55.66,43.21,77.88,87.65]
150 unpckhps m128.ps[12.34,56.78,43.21,87.65] xmm.ps[11.22,33.44,55.66,77.88] => 1.ps[55.66,43.21,77.88,87.65]

Completed in 569 milliseconds

1 2