HomeSort by relevance Sort by last modified time
    Searched full:pshufw (Results 26 - 50 of 68) sorted by null

12 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
katmai.d 154 222: 0f 70 da 01 [ ]*pshufw \$0x1,%mm2,%mm3
155 226: 0f 70 75 00 04 [ ]*pshufw \$0x4,0x0\(%ebp\),%mm6
  /external/llvm/test/MC/X86/
x86-16.s 558 // CHECK: pshufw $14, %mm4, %mm0 # encoding: [0x0f,0x70,0xc4,0x0e]
559 pshufw $14, %mm4, %mm0 label
561 // CHECK: pshufw $90, %mm4, %mm0 # encoding: [0x0f,0x70,0xc4,0x5a]
562 pshufw $90, %mm4, %mm0 label
x86-32.s 648 // CHECK: pshufw $14, %mm4, %mm0 # encoding: [0x0f,0x70,0xc4,0x0e]
649 pshufw $14, %mm4, %mm0 label
651 // CHECK: pshufw $90, %mm4, %mm0 # encoding: [0x0f,0x70,0xc4,0x5a]
653 pshufw $90, %mm4, %mm0 label
  /external/boringssl/src/crypto/aes/asm/
aes-586.pl 363 &pshufw ("mm2","mm0",0x0d); # 7, 6, 3, 2
370 &pshufw ("mm6","mm4",0x08); # 13,12, 9, 8
408 &pshufw ("mm1","mm0",0x08); # 5, 4, 1, 0
609 &pshufw ("mm1","mm0",0x08); # 5, 4, 1, 0
610 &pshufw ("mm5","mm4",0x0d); # 15,14,11,10
617 &pshufw ("mm2","mm0",0x0d); # 7, 6, 3, 2
627 &pshufw ("mm6","mm4",0x08); # 13,12, 9, 8
732 &pshufw ("mm2","mm0",0xb1); &pshufw ("mm6","mm4",0xb1);# ROTATE(r0,16)
735 &pshufw ("mm3","mm2",0xb1); &pshufw ("mm7","mm6",0xb1);# r
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 78 { &::pshufw($p1,$p2,0xe4); }
  /external/libvpx/libvpx/vpx_dsp/x86/
subpel_variance_sse2.asm 82 pshufw m4, m6, 0xe
83 pshufw m3, m7, 0xe
90 pshufw m4, m6, 0xe
605 pshufw m4, m2, 0xe
    [all...]
intrapred_ssse3.asm 809 pshufw m1, m1, q1111 ; d, d, d, d
    [all...]
  /external/valgrind/docs/internals/
3_1_BUGSTATUS.txt 32 wontfix 124697 vex x86->IR: 0xF 0x70 0xC9 0x0 (pshufw)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 106 pshufw m4, m6, 0xe
107 pshufw m3, m7, 0xe
114 pshufw m4, m6, 0xe
629 pshufw m4, m2, 0xe
    [all...]
  /external/llvm/test/MC/Disassembler/X86/
x86-16.txt 516 # CHECK: pshufw $14, %mm4, %mm0
519 # CHECK: pshufw $90, %mm4, %mm0
  /external/valgrind/none/tests/amd64/
insn_sse.def 122 pshufw imm8[0x1b] mm.sw[11,22,33,44] mm.sw[0,0,0,0] => 2.sw[44,33,22,11]
123 pshufw imm8[0x1b] m64.sw[11,22,33,44] mm.sw[0,0,0,0] => 2.sw[44,33,22,11]
  /external/valgrind/none/tests/x86/
insn_sse.def 122 pshufw imm8[0x1b] mm.sw[11,22,33,44] mm.sw[0,0,0,0] => 2.sw[44,33,22,11]
123 pshufw imm8[0x1b] m64.sw[11,22,33,44] mm.sw[0,0,0,0] => 2.sw[44,33,22,11]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
445 pshufw mm6,mm6,4Eh /*40 Swap the two double-words using bitmask 01001110=4Eh*/
462 pshufw mm4,mm4,4Eh /*55 Swap the two double-words using bitmask 01001110=4Eh*/
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
445 pshufw mm6,mm6,4Eh /*40 Swap the two double-words using bitmask 01001110=4Eh*/
462 pshufw mm4,mm4,4Eh /*55 Swap the two double-words using bitmask 01001110=4Eh*/
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrMMX.td 566 "pshufw\t{$src2, $src1, $dst|$dst, $src1, $src2}",
572 "pshufw\t{$src2, $src1, $dst|$dst, $src1, $src2}",
X86TargetTransformInfo.cpp 472 // This shuffle generates a single pshufw.
    [all...]
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 143 /// DecodePSHUFMask - This decodes the shuffle masks for pshufw, pshufd, and vpermilp*.
  /external/llvm/test/CodeGen/X86/
mmx-intrinsics.ll     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 809 pshufw m1, m1, q1111 ; d, d, d, d
    [all...]
  /external/boringssl/linux-x86/crypto/modes/
ghash-x86.S 898 pshufw $27,%mm6,%mm6
  /external/boringssl/mac-x86/crypto/modes/
ghash-x86.S 891 pshufw $27,%mm6,%mm6
  /external/boringssl/win-x86/crypto/modes/
ghash-x86.asm 900 pshufw mm6,mm6,27
  /external/valgrind/
NEWS.old 629 124697 vex x86->IR: 0xF 0x70 0xC9 0x0 (pshufw)
    [all...]
  /external/boringssl/src/crypto/modes/asm/
ghash-x86.pl 808 &pshufw ($Zhi,$Zhi,0b00011011); # 76543210
    [all...]
  /external/elfutils/libcpu/defs/
i386 755 00001111,01110000,{MOD}{mmxreg}{R_M},{imm8}:pshufw {imm8},{MOD}{R_M},{mmxreg}
    [all...]

Completed in 1827 milliseconds

12 3