/external/llvm/test/CodeGen/X86/ |
vec_set-9.ll | 6 ; CHECK: {{movlhps.*%xmm0, %xmm0}}
|
fp-trunc.ll | 31 ; CHECK: movlhps 44 ; CHECK: movlhps 47 ; CHECK: movlhps
|
fp-load-trunc.ll | 32 ; CHECK: movlhps 46 ; CHECK: movlhps 49 ; CHECK: movlhps
|
vec_shuffle-22.ll | 4 ; CHECK: movlhps
|
vec_set-5.ll | 2 ; RUN: grep movlhps %t | count 1
|
sse3.ll | 74 ; X64: movlhps %xmm1, %xmm0 169 ; X64: movlhps [[X0]], [[X0]] 184 ; X64: movlhps %xmm0, %xmm0 198 ; X64: movlhps %xmm0, %xmm0
|
avx-basic.ll | 75 ; CHECK: movlhps 77 ; CHECK-NEXT: movlhps
|
vec_shuffle-38.ll | 63 ; CHECK-NOT: movlhps
|
pr3154.ll | 32 call void asm sideeffect "movsd $0, %xmm7 \0A\09movapd ff_pd_1, %xmm6 \0A\09movapd ff_pd_2, %xmm5 \0A\09movlhps %xmm7, %xmm7 \0A\09subpd %xmm5, %xmm7 \0A\09addsd %xmm6, %xmm7 \0A\09", "*m,~{dirflag},~{fpsr},~{flags}"(double* %c) nounwind
|
sse2.ll | 183 ; CHECK: movlhps [[X2]], [[X0]]
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 523 movlhps xmm0,xmm0 /*2 Move them to the high double-word*/ 525 movlhps xmm1,xmm1 /*5 Move them to the high double-word*/ 527 movlhps xmm2,xmm2 /*8 Move them to the high double-word*/ 539 movlhps xmm4,xmm4 /*20 Move them to the high double-word*/ 546 movlhps xmm5,xmm5 /*23 Move them to the high double-word*/ 554 movlhps xmm6,xmm6 /*26 Move them to the high double-word*/ 564 movlhps xmm0,xmm0 /*(2 Next) Move them to the high double-word*/ 566 movlhps xmm1,xmm1 /*(5 Next) Move them to the high double-word*/ 570 movlhps xmm2,xmm2 /*(8 Next) Move them to the high double-word*/ [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 523 movlhps xmm0,xmm0 /*2 Move them to the high double-word*/ 525 movlhps xmm1,xmm1 /*5 Move them to the high double-word*/ 527 movlhps xmm2,xmm2 /*8 Move them to the high double-word*/ 539 movlhps xmm4,xmm4 /*20 Move them to the high double-word*/ 546 movlhps xmm5,xmm5 /*23 Move them to the high double-word*/ 554 movlhps xmm6,xmm6 /*26 Move them to the high double-word*/ 564 movlhps xmm0,xmm0 /*(2 Next) Move them to the high double-word*/ 566 movlhps xmm1,xmm1 /*(5 Next) Move them to the high double-word*/ 570 movlhps xmm2,xmm2 /*(8 Next) Move them to the high double-word*/ [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 523 movlhps xmm0,xmm0 /*2 Move them to the high double-word*/ 525 movlhps xmm1,xmm1 /*5 Move them to the high double-word*/ 527 movlhps xmm2,xmm2 /*8 Move them to the high double-word*/ 539 movlhps xmm4,xmm4 /*20 Move them to the high double-word*/ 546 movlhps xmm5,xmm5 /*23 Move them to the high double-word*/ 554 movlhps xmm6,xmm6 /*26 Move them to the high double-word*/ 564 movlhps xmm0,xmm0 /*(2 Next) Move them to the high double-word*/ 566 movlhps xmm1,xmm1 /*(5 Next) Move them to the high double-word*/ 570 movlhps xmm2,xmm2 /*(8 Next) Move them to the high double-word*/ [all...] |
/external/valgrind/main/memcheck/tests/amd64/ |
sse_memory.c | 216 //TEST_INSN( &AllMask, 0,movlhps) 447 //TEST_INSN( &AllMask, 0,movlhps)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
ssewidth.asm | 232 movlhps xmm1, xmm2 label
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance.asm | 282 movlhps m0, m2 562 movlhps m0, m2 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/ |
x86sse.c | 461 emit_op_modrm( p, 0x16, 0x17, dst, src ); /* cf movlhps */
|
/external/elfutils/tests/ |
testfile44.expect.bz2 | |
/external/llvm/lib/Target/X86/ |
X86InstrFragmentsSIMD.td | 184 def X86Movlhps : SDNode<"X86ISD::MOVLHPS", SDTShuff2Op>;
|
X86ISelLowering.cpp | [all...] |
/external/mesa3d/src/mesa/x86/rtasm/ |
x86sse.c | 461 emit_op_modrm( p, 0x16, 0x17, dst, src ); /* cf movlhps */
|
/external/valgrind/main/none/tests/amd64/ |
insn_sse.def | 76 movlhps xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.11,22.22,33.33,44.44] => 1.ps[11.11,22.22,12.34,56.78]
|
/external/valgrind/main/none/tests/x86/ |
insn_sse.def | 76 movlhps xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.11,22.22,33.33,44.44] => 1.ps[11.11,22.22,12.34,56.78]
|
/external/elfutils/libcpu/defs/ |
i386 | 640 00001111,00010110,11{xmmreg1}{xmmreg2}:movlhps {xmmreg2},{xmmreg1} 643 00001111,00010111,11{xmmreg1}{xmmreg2}:movlhps {xmmreg1},{xmmreg2} [all...] |
/external/libyuv/files/source/ |
row_win.cc | [all...] |