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

1 2

  /external/llvm/test/CodeGen/X86/
vec_shuffle-30.ll 4 ; Test case when creating pshufhw, we incorrectly set the higher order bit
sse3.ll 53 ; X64: pshufhw $27, %xmm0, %xmm0
63 ; X64: pshufhw $100, [[XMM0]], [[XMM1:%xmm[0-9]+]]
92 ; X64: pshufhw $-56, %xmm0, %xmm0
120 ; X64: pshufhw $-58, %xmm0, %xmm0
199 ; X64: pshufhw $3, %xmm0, %xmm0
224 ; X64: pshufhw $8, %xmm1, %xmm0
vec_shuffle.ll 26 ; CHECK: pshufhw $-58
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 73 pshufhw xmm0, xmm3, 0xd8
75 pshufhw xmm1, xmm3, 0xd8
dct_sse2.asm 83 pshufhw xmm1, xmm1, 0b1h ;22 23 02 03 xx xx xx xx
84 pshufhw xmm2, xmm2, 0b1h ;32 33 12 13 xx xx xx xx
133 pshufhw xmm0, xmm0, 0d8h ;b1 a1 b1 a1 b1 a1 b1 a1
134 pshufhw xmm3, xmm3, 0d8h ;c1 d1 c1 d1 c1 d1 c1 d1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssewidth.asm 406 pshufhw xmm1, xmm2, byte 0 label
407 pshufhw xmm1, dqword [rbx], byte 0 label
avx.asm 1937 pshufhw xmm1, xmm2, 5 label
1938 pshufhw xmm1, [rax], byte 5 label
1939 pshufhw xmm1, dqword [rax], 5 label
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_subpixel_8t_sse2.asm 99 pshufhw xmm4, xmm7, 0b ;k4
100 pshufhw xmm5, xmm7, 01010101b ;k5
101 pshufhw xmm6, xmm7, 10101010b ;k6
102 pshufhw xmm7, xmm7, 11111111b ;k7
vp9_subpixel_8t_ssse3.asm 563 pshufhw xmm6, xmm6, 10101010b ;k0_k1_k4_k5
565 pshufhw xmm7, xmm7, 11111111b ;k2_k3_k6_k7
vp9_intrapred_ssse3.asm 836 pshufhw m0, m0, q0000 ; de, d2ef, ef, e2fg, fg, f2gh, gh, g3h, 8xh
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 349 //TEST_INSN( &AllMask, 16,pshufhw)
581 //TEST_INSN( &AllMask, 16,pshufhw)
  /external/qemu/target-i386/
ops_sse_header.h 130 DEF_HELPER_3(glue(pshufhw, SUFFIX), void, Reg, Reg, int)
  /external/libyuv/files/source/
scale.cc 982 pshufhw xmm0, xmm0, 0xff
998 pshufhw xmm0, xmm0, 0xff
1015 pshufhw xmm0, xmm0, 0xff
1070 pshufhw xmm0, xmm0, 0xff
    [all...]
row_win.cc     [all...]
row_posix.cc     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 6223 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV; local
    [all...]
X86InstrFragmentsSIMD.td 172 def X86PShufhw : SDNode<"X86ISD::PSHUFHW", SDTShuff2OpI>;
X86ISelLowering.h 304 PSHUFHW,
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 52 pshufhw xmm4, xmm4, 00000000b
  /external/valgrind/main/none/tests/amd64/
insn_sse2.def 224 pshufhw imm8[0x1b] xmm.sw[11,22,33,44,55,66,77,88] xmm.sw[0,0,0,0,0,0,0,0] => 2.sw[11,22,33,44,88,77,66,55]
225 pshufhw imm8[0x1b] m128.sw[11,22,33,44,55,66,77,88] xmm.sw[0,0,0,0,0,0,0,0] => 2.sw[11,22,33,44,88,77,66,55]
    [all...]
  /external/valgrind/main/none/tests/x86/
insn_sse2.def 224 pshufhw imm8[0x1b] xmm.sw[11,22,33,44,55,66,77,88] xmm.sw[0,0,0,0,0,0,0,0] => 2.sw[11,22,33,44,88,77,66,55]
225 pshufhw imm8[0x1b] m128.sw[11,22,33,44,55,66,77,88] xmm.sw[0,0,0,0,0,0,0,0] => 2.sw[11,22,33,44,88,77,66,55]
    [all...]
  /external/elfutils/libcpu/defs/
i386 751 11110011,00001111,01110000,{Mod}{xmmreg}{R_m},{imm8}:pshufhw {imm8},{Mod}{R_m},{xmmreg}
    [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
ia32_opcode_map.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
ia32_opcode_map.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
ia32_opcode_map.cc     [all...]

Completed in 708 milliseconds

1 2