HomeSort by relevance Sort by last modified time
    Searched refs:pmulhuw (Results 1 - 25 of 29) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 53 pmulhuw mm3, mm1
93 pmulhuw mm7, mm5
134 pmulhuw mm7, mm5
175 pmulhuw mm7, mm5
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
ssemmx2.s 19 pmulhuw %xmm5,%xmm4
20 pmulhuw (%esi),%xmm5
sse-noavx.s 45 pmulhuw %mm5,%mm4
x86-64-sse-noavx.s 46 pmulhuw %mm5,%mm4
katmai.s 146 pmulhuw %mm5,%mm4
147 pmulhuw (%esi),%mm5
ssemmx2.d 26 [ ]+45: 66 0f e4 e5[ ]+pmulhuw %xmm5,%xmm4
27 [ ]+49: 66 0f e4 2e[ ]+pmulhuw \(%esi\),%xmm5
sse-noavx.d 50 [ ]*[a-f0-9]+: 0f e4 e5 pmulhuw %mm5,%mm4
x86-64-sse-noavx.d 51 [ ]*[a-f0-9]+: 0f e4 e5 pmulhuw %mm5,%mm4
katmai.d 150 216: 0f e4 e5 [ ]*pmulhuw %mm5,%mm4
151 219: 0f e4 2e [ ]*pmulhuw \(%esi\),%mm5
sse2avx.s 224 pmulhuw %xmm4,%xmm6
225 pmulhuw (%ecx),%xmm6
885 pmulhuw xmm6,xmm4
886 pmulhuw xmm6,XMMWORD PTR [ecx]
x86-64-sse2avx.s 224 pmulhuw %xmm4,%xmm6
225 pmulhuw (%rcx),%xmm6
928 pmulhuw xmm6,xmm4
929 pmulhuw xmm6,XMMWORD PTR [rcx]
  /external/mesa3d/src/mesa/x86/
read_rgba_span_x86.S 564 pmulhuw %mm7, %mm0
565 pmulhuw %mm7, %mm2
594 pmulhuw %mm7, %mm0
595 pmulhuw %mm7, %mm2
632 pmulhuw %mm7, %mm0
633 pmulhuw %mm7, %mm2
661 pmulhuw %mm7, %mm0
  /external/swiftshader/src/Reactor/
x86.hpp 92 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y);
96 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y);
LLVMReactor.cpp 6351 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y) function in namespace:sw::x86
6353 llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulhu_w); local
6372 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y) function in namespace:sw::x86
6374 llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulhu_w); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-sse-noavx.d 52 [ ]*[a-f0-9]+: 0f e4 e5 pmulhuw %mm5,%mm4
  /external/valgrind/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 1049 // CHECK: pmulhuw %mm3, %mm3
1050 pmulhuw %mm3,%mm3
1052 // CHECK: pmulhuw %xmm5, %xmm5
1053 pmulhuw %xmm5,%xmm5
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc 493 pmulhuw xmm1, xmm5 // * (256 + 8)
494 pmulhuw xmm2, xmm5 // * (256 + 8)
498 pmulhuw xmm0, xmm6 // << 5 * (256 + 4)
690 pmulhuw xmm2, xmm5 // * (256 + 8)
691 pmulhuw xmm1, xmm5 // * (256 + 8)
697 pmulhuw xmm0, xmm6 // << 6 * (256 + 8)
    [all...]
scale_win.cc 743 pmulhuw xmm6, xmm4 // divide by 9,9,6, 9,9,6
788 pmulhuw xmm1, xmm5 // divide by 3,3,2, 3,3,2
    [all...]
  /external/libyuv/files/source/
row_win.cc 463 pmulhuw xmm1, xmm5 // * (256 + 8)
464 pmulhuw xmm2, xmm5 // * (256 + 8)
468 pmulhuw xmm0, xmm6 // << 5 * (256 + 4)
660 pmulhuw xmm2, xmm5 // * (256 + 8)
661 pmulhuw xmm1, xmm5 // * (256 + 8)
667 pmulhuw xmm0, xmm6 // << 6 * (256 + 8)
    [all...]
scale_win.cc 749 pmulhuw xmm6, xmm4 // divide by 9,9,6, 9,9,6
794 pmulhuw xmm1, xmm5 // divide by 3,3,2, 3,3,2
    [all...]
  /external/valgrind/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 235 //TEST_INSN( &AllMask, 0,pmulhuw) -- dup with sse2?
343 TEST_INSN( &AllMask, 16,pmulhuw)
466 //TEST_INSN( &AllMask, 0,pmulhuw) -- dup with sse2?
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 372 void pmulhuw(Type Ty, XmmRegister dst, XmmRegister src);
373 void pmulhuw(Type Ty, XmmRegister dst, const Address &src);
    [all...]

Completed in 1539 milliseconds

1 2