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

1 2

  /external/llvm/test/CodeGen/X86/
sse1.ll 37 ; CHECK-NOT: shufps $16
38 ; CHECK: shufps $1,
39 ; CHECK-NOT: shufps $16
40 ; CHECK: shufps $1,
41 ; CHECK-NOT: shufps $16
43 ; CHECK-NOT: shufps $16
2009-06-18-movlp-shuffle-register.ll 6 ; CHECK: shufps $-28, %xmm
vec_shuffle-16.ll 7 ; sse: shufps
17 ; sse: shufps
27 ; sse: shufps
38 ; sse: shufps
sse2-mul.ll 11 ; CHECK: shufps $-120
vec_insert-2.ll 6 ; X32: shufps $36
15 ; X32: shufps $36
vec_set-6.ll 4 ; RUN: grep shufps %t | count 1
vec_shuffle-37.ll 10 ; CHECK-NEXT: shufps $36, %[[XMM1]], %[[XMM0]]
31 ; CHECK: shufps
vec_shuffle-30.ll 22 ; CHECK: shufps
palignr.ll 15 ; CHECK-YONAH: shufps
widen_shuffle-1.ll 36 ; CHECK: shufps
sse2.ll 159 ; CHECK: shufps
169 ; CHECK: shufps $69, (%eax), %xmm0
  /external/libyuv/files/source/
scale_argb.cc 54 shufps xmm0, xmm1, 0x88
87 shufps xmm0, xmm1, 0x88 // even pixels
88 shufps xmm2, xmm1, 0xdd // odd pixels
174 shufps xmm0, xmm1, 0x88 // even pixels
175 shufps xmm2, xmm1, 0xdd // odd pixels
240 shufps xmm0, xmm0, 0xff
254 shufps xmm0, xmm0, 0xff
269 shufps xmm0, xmm0, 0xff
323 shufps xmm0, xmm0, 0xff
337 shufps xmm0, xmm0, 0xf
    [all...]
row_win.cc 958 shufps xmm0, xmm1, 0x88
959 shufps xmm4, xmm1, 0xdd
962 shufps xmm2, xmm3, 0x88
963 shufps xmm4, xmm3, 0xdd
1028 shufps xmm0, xmm1, 0x88
1029 shufps xmm4, xmm1, 0xdd
1032 shufps xmm2, xmm3, 0x88
1033 shufps xmm4, xmm3, 0xdd
1094 shufps xmm0, xmm1, 0x88
1095 shufps xmm4, xmm1, 0xd
    [all...]
row_posix.cc 773 "shufps $0x88,%%xmm1,%%xmm0 \n"
774 "shufps $0xdd,%%xmm1,%%xmm7 \n"
777 "shufps $0x88,%%xmm6,%%xmm2 \n"
778 "shufps $0xdd,%%xmm6,%%xmm7 \n"
    [all...]
  /external/flac/libFLAC/ia32/
lpc_asm.nasm 461 shufps xmm0, xmm0, 0 ; xmm0 == data[sample],data[sample],data[sample],data[sample] = data[0],data[0],data[0],data[0]
472 shufps xmm0, xmm0, 0 ; xmm0 = data[sample],data[sample],data[sample],data[sample]
473 shufps xmm2, xmm2, 93h ; 93h=2-1-0-3 => xmm2 gets rotated left by one float
509 shufps xmm0, xmm0, 0 ; xmm0 == data[sample],data[sample],data[sample],data[sample] = data[0],data[0],data[0],data[0]
524 shufps xmm2, xmm2, 93h ; (3) 93h=2-1-0-3 => xmm2 gets rotated left by one float
526 shufps xmm3, xmm3, 93h ; (4) 93h=2-1-0-3 => xmm3 gets rotated left by one float
527 shufps xmm0, xmm0, 0 ; (1) xmm0 = data[sample],data[sample],data[sample],data[sample]
569 shufps xmm0, xmm0, 0 ; xmm0 == data[sample],data[sample],data[sample],data[sample] = data[0],data[0],data[0],data[0]
588 shufps xmm0, xmm0, 0 ; xmm0 = data[sample],data[sample],data[sample],data[sample]
591 shufps xmm2, xmm2, 93h ; 93h=2-1-0-3 => xmm2 gets rotated left by one floa
    [all...]
  /external/llvm/lib/Target/X86/
README-SSE.txt 158 shufps $0, %xmm2, %xmm5 #60.21
163 shufps $85, %xmm2, %xmm4 #61.21
164 shufps $170, %xmm2, %xmm3 #62.21
165 shufps $255, %xmm2, %xmm2 #63.21
227 This looks really bad. The problem is shufps is a destructive opcode. Since it
228 appears as operand two in more than one shufps ops. It resulted in a number of
323 shufps $50, %xmm1, %xmm2
324 shufps $132, %xmm2, %xmm0
745 shufps $2, %xmm1, %xmm2
746 shufps $132, %xmm2, %xmm
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.S     [all...]
aesni-x86.pl     [all...]
aesni-x86_64.S     [all...]
aesni-x86_64.pl     [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 242 //TEST_INSN( &AllMask, PS,shufps)
473 //TEST_INSN( &AllMask, PS,shufps)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 517 shufps xmm7,xmm7,0
805 shufps xmm1,xmm0,1
863 shufps xmm1,xmm0,1
911 shufps xmm1,xmm0,
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_detection.cpp 517 shufps xmm7,xmm7,0
805 shufps xmm1,xmm0,1
863 shufps xmm1,xmm0,1
911 shufps xmm1,xmm0,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 517 shufps xmm7,xmm7,0
805 shufps xmm1,xmm0,1
863 shufps xmm1,xmm0,1
911 shufps xmm1,xmm0,
    [all...]
  /external/qemu/target-i386/
ops_sse_header.h 126 DEF_HELPER_3(shufps, void, Reg, Reg, int)

Completed in 1175 milliseconds

1 2