/external/libjpeg-turbo/simd/ |
jdcolext-sse2.asm | 140 pmulhw xmm4,[GOTOFF(eax,PW_MF0228)] ; xmm4=(2*CbE * -FIX(0.22800)) 141 pmulhw xmm5,[GOTOFF(eax,PW_MF0228)] ; xmm5=(2*CbO * -FIX(0.22800)) 142 pmulhw xmm0,[GOTOFF(eax,PW_F0402)] ; xmm0=(2*CrE * FIX(0.40200)) 143 pmulhw xmm1,[GOTOFF(eax,PW_F0402)] ; xmm1=(2*CrO * FIX(0.40200))
|
jdmrgext-mmx.asm | 124 pmulhw mm6,[GOTOFF(eax,PW_MF0228)] ; mm6=(2*CbH * -FIX(0.22800)) 125 pmulhw mm4,[GOTOFF(eax,PW_MF0228)] ; mm4=(2*CbL * -FIX(0.22800)) 126 pmulhw mm7,[GOTOFF(eax,PW_F0402)] ; mm7=(2*CrH * FIX(0.40200)) 127 pmulhw mm0,[GOTOFF(eax,PW_F0402)] ; mm0=(2*CrL * FIX(0.40200))
|
jdmrgext-sse2-64.asm | 114 pmulhw xmm6,[rel PW_MF0228] ; xmm6=(2*CbH * -FIX(0.22800)) 115 pmulhw xmm4,[rel PW_MF0228] ; xmm4=(2*CbL * -FIX(0.22800)) 116 pmulhw xmm7,[rel PW_F0402] ; xmm7=(2*CrH * FIX(0.40200)) 117 pmulhw xmm0,[rel PW_F0402] ; xmm0=(2*CrL * FIX(0.40200))
|
jdmrgext-sse2.asm | 125 pmulhw xmm6,[GOTOFF(eax,PW_MF0228)] ; xmm6=(2*CbH * -FIX(0.22800)) 126 pmulhw xmm4,[GOTOFF(eax,PW_MF0228)] ; xmm4=(2*CbL * -FIX(0.22800)) 127 pmulhw xmm7,[GOTOFF(eax,PW_F0402)] ; xmm7=(2*CrH * FIX(0.40200)) 128 pmulhw xmm0,[GOTOFF(eax,PW_F0402)] ; xmm0=(2*CrL * FIX(0.40200))
|
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 153 pmulhw mm4, mm4
|
postproc_sse2.asm | 372 pmulhw xmm4, xmm4
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 153 pmulhw mm4, mm4
|
postproc_sse2.asm | 372 pmulhw xmm4, xmm4
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 597 "PMULHW",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 594 "PMULHW",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 597 "PMULHW",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 594 "PMULHW",
|
/external/valgrind/memcheck/tests/amd64/ |
sse_memory.stdout.exp | [all...] |
sse_memory.c | 344 TEST_INSN( &AllMask, 16,pmulhw)
|
/external/valgrind/memcheck/tests/x86/ |
sse2_memory.stdout.exp | [all...] |
/external/libyuv/files/source/ |
scale_argb.cc | 230 pmulhw xmm2, xmm5 // scale diff 231 pmulhw xmm3, xmm5 538 "pmulhw %%xmm5,%%xmm2 \n" 539 "pmulhw %%xmm5,%%xmm3 \n" [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
sse2avx.s | 228 pmulhw %xmm4,%xmm6 229 pmulhw (%ecx),%xmm6 889 pmulhw xmm6,xmm4 890 pmulhw xmm6,XMMWORD PTR [ecx]
|
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]
|
/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]
|
/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]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 373 pmulhw mm4, mm4
|
/external/llvm/test/CodeGen/X86/ |
vector-idiv.ll | 211 ; SSE41-NEXT: pmulhw {{.*}}(%rip), %xmm0 220 ; SSE-NEXT: pmulhw {{.*}}(%rip), %xmm0 242 ; SSE41-NEXT: pmulhw %xmm2, %xmm0 247 ; SSE41-NEXT: pmulhw %xmm2, %xmm1 257 ; SSE-NEXT: pmulhw %xmm2, %xmm0 262 ; SSE-NEXT: pmulhw %xmm2, %xmm1 [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_postproc_sse2.asm | 362 pmulhw xmm4, xmm4
|