/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
ssemmx2.d | 71 181: 66 0f e5 90 90 90 90 90 pmulhw -0x6f6f6f70\(%eax\),%xmm2
|
x86-64-sse2avx.s | 228 pmulhw %xmm4,%xmm6 229 pmulhw (%rcx),%xmm6 932 pmulhw xmm6,xmm4 933 pmulhw xmm6,XMMWORD PTR [rcx]
|
intel.s | 384 pmulhw mm2, 0x90909090[eax]
|
opcode.s | 381 pmulhw 0x90909090(%eax),%mm2
|
/external/libopus/silk/x86/ |
NSQ_sse.c | 363 /* low part, use pmulhw, results in 8 16-bit, note we need simulate unsigned * signed, _mm_srai_epi16(psLPC_Q14_lo_01234567, 15) */ 439 /* low part, use pmulhw, results in 8 16-bit, note we need simulate unsigned * signed,_mm_srai_epi16(sAR2_Q14_lo_76543210, 15) */ [all...] |
/external/valgrind/none/tests/amd64/ |
insn_mmx.def | 66 pmulhw mm.sw[1111,2222,-1111,-2222] mm.sw[3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096] 67 pmulhw m64.sw[1111,2222,-1111,-2222] mm.sw[3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096]
|
insn_sse2.def | 210 pmulhw xmm.sw[1111,2222,-1111,-2222,1111,2222,-1111,-2222] xmm.sw[3333,-4444,3333,-4444,3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096,0x0038,0xff69,0xffc7,0x0096] 211 pmulhw m128.sw[1111,2222,-1111,-2222,1111,2222,-1111,-2222] xmm.sw[3333,-4444,3333,-4444,3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096,0x0038,0xff69,0xffc7,0x0096] [all...] |
/external/valgrind/none/tests/x86/ |
insn_mmx.def | 46 pmulhw mm.sw[1111,2222,-1111,-2222] mm.sw[3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096] 47 pmulhw m64.sw[1111,2222,-1111,-2222] mm.sw[3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096]
|
insn_sse2.def | 210 pmulhw xmm.sw[1111,2222,-1111,-2222,1111,2222,-1111,-2222] xmm.sw[3333,-4444,3333,-4444,3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096,0x0038,0xff69,0xffc7,0x0096] 211 pmulhw m128.sw[1111,2222,-1111,-2222,1111,2222,-1111,-2222] xmm.sw[3333,-4444,3333,-4444,3333,-4444,3333,-4444] => 1.uw[0x0038,0xff69,0xffc7,0x0096,0x0038,0xff69,0xffc7,0x0096] [all...] |
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
x86-32-coverage.s | 668 // CHECK: pmulhw %mm3, %mm3 669 pmulhw %mm3,%mm3 671 // CHECK: pmulhw %xmm5, %xmm5 672 pmulhw %xmm5,%xmm5 [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
deblock_sse2.asm | 374 pmulhw xmm4, xmm4
|
/external/valgrind/memcheck/tests/amd64/ |
sse_memory.c | 344 TEST_INSN( &AllMask, 16,pmulhw)
|
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceInstX86Base.h | 147 Pmulhw, [all...] |
IceAssemblerX86Base.h | 370 void pmulhw(Type Ty, XmmRegister dst, XmmRegister src); 371 void pmulhw(Type Ty, XmmRegister dst, const Address &src); [all...] |
/external/llvm/test/CodeGen/X86/ |
vector-idiv-sdiv-128.ll | 157 ; SSE-NEXT: pmulhw {{.*}}(%rip), %xmm0 461 ; SSE-NEXT: pmulhw %xmm0, %xmm1
|
/external/swiftshader/src/Reactor/ |
LLVMReactor.cpp | 6363 RValue<Short4> pmulhw(RValue<Short4> x, RValue<Short4> y) function in namespace:sw::x86 6365 llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh_w); local 6384 RValue<Short8> pmulhw(RValue<Short8> x, RValue<Short8> y) function in namespace:sw::x86 6386 llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh_w); local [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86InstrMMX.td | 268 defm MMX_PMULHW : MMXI_binop_rm_int<0xE5, "pmulhw", int_x86_mmx_pmulh_w, 1>;
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
amd64enc.s | [all...] |
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
amd64enc.s | [all...] |
/external/elfutils/libcpu/defs/ |
i386 | [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 430 pmulhw xmm1, xmm4 ; Filter 2 (lo) * 9 431 pmulhw xmm0, xmm4 ; Filter 2 (hi) * 9 [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrMMX.td | 413 defm MMX_PMULHW : MMXI_binop_rm_int<0xE5, "pmulhw", int_x86_mmx_pmulh_w,
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/ |
decode.txt | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/ |
decode.txt | [all...] |