/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/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/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/elfutils/libcpu/defs/ |
i386 | 635 00001111,00010100,{Mod}{xmmreg}{R_m}:unpcklps {Mod}{R_m},{xmmreg} [all...] |
/external/llvm/lib/Target/X86/ |
README-SSE.txt | 59 unpcklps %xmm3, %xmm0 ## xmm0 = xmm0[0],xmm3[0],xmm0[1],xmm3[1]
|
X86InstrSSE.td | [all...] |
X86ISelLowering.cpp | [all...] |
/external/valgrind/main/ |
NEWS | [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-as | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/ |
as | |
/external/valgrind/main/VEX/priv/ |
guest_amd64_toIR.c | [all...] |
guest_x86_toIR.c | [all...] |