/external/mesa3d/src/mesa/x86/ |
D | read_rgba_span_x86.S | 572 pmulhuw %mm7, %mm0 573 pmulhuw %mm7, %mm2 602 pmulhuw %mm7, %mm0 603 pmulhuw %mm7, %mm2 640 pmulhuw %mm7, %mm0 641 pmulhuw %mm7, %mm2 669 pmulhuw %mm7, %mm0
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_mmx.asm | 53 pmulhuw mm3, mm1 93 pmulhuw mm7, mm5 134 pmulhuw mm7, mm5 175 pmulhuw mm7, mm5
|
/external/valgrind/none/tests/x86/ |
D | insn_mmxext.def | 23 pmulhuw mm.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a] 24 pmulhuw m64.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a]
|
D | insn_sse.def | 118 pmulhuw mm.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a] 119 pmulhuw m64.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a]
|
D | insn_sse2.def | 208 pmulhuw xmm.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,3… 209 pmulhuw m128.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,…
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32-coverage.s | 1050 pmulhuw %mm3,%mm3 1053 pmulhuw %xmm5,%xmm5 8042 pmulhuw 0xdeadbeef(%ebx,%ecx,8),%mm3 8046 pmulhuw 0x45,%mm3 8050 pmulhuw 0x7eed,%mm3 8054 pmulhuw 0xbabecafe,%mm3 8058 pmulhuw 0x12345678,%mm3 8062 pmulhuw %mm3,%mm3 8066 pmulhuw 0xdeadbeef(%ebx,%ecx,8),%xmm5 8070 pmulhuw 0x45,%xmm5 [all …]
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 6413 pmulhuw 0xdeadbeef(%ebx,%ecx,8),%mm3 6417 pmulhuw 0x45,%mm3 6421 pmulhuw 0x7eed,%mm3 6425 pmulhuw 0xbabecafe,%mm3 6429 pmulhuw 0x12345678,%mm3 6433 pmulhuw %mm3,%mm3 6437 pmulhuw 0xdeadbeef(%ebx,%ecx,8),%xmm5 6441 pmulhuw 0x45,%xmm5 6445 pmulhuw 0x7eed,%xmm5 6449 pmulhuw 0xbabecafe,%xmm5 [all …]
|
/external/valgrind/memcheck/tests/x86/ |
D | sse2_memory.stdout.exp | 711 r pmulhuw 5287d0691644758991504070471958b1 33b53312cb7109c56739ae8f09ecc3be c75f8507431ecb691012… 712 r pmulhuw faafdd4ea4c24666808ab16ea962d4c9 bab9f8b95317f213fd117ae47114ddef ab7f4a39bb11f707bb09… 713 r pmulhuw 681418d1629c3de33d3b673a0e1d39ed 71e530968c3c1e8f7b3c00100ec22e2c 4a12ab7afc24097ffe0d… 714 r pmulhuw f91a715af3dcd24f3596e28b2c238fba d33decb03b8b272a6d8de068b56fdeb2 8306813e2a78240dfb52… 715 r pmulhuw 6903392f5d6cdfd736ae03f8173040b1 bea49dee838e05b0c1b61c239b7576a0 3102032c533c6d945d7c… 716 m pmulhuw f092fca2e6124150e5f795f7c916329e d4f0207604189c8a6a740af844de132e 3a8a344bc501732bba70… 717 m pmulhuw 6900e845512d92b370ee2a1c57a799f9 b7e63837ac89a05860bc98e087a73170 5e00140f5e182a3e73af… 718 m pmulhuw a84f9e9686fffe3d7bf0d28f34f50e57 efc6ef567a4ae60d0239ade714e62397 e63d2533564a5d038d35… 719 m pmulhuw 2c82319c47321fdd93cf2da7327bbaf7 b752189cf3c6c5599e7ba92381d5d1a1 0f2a3c5f1227894d3b64… 720 m pmulhuw d07b0f3ebb52ed61a43f3b99879226f7 ad2ee2aefa47f6cbe0f74e8cc18f836b 9316642a4217054e9e3d…
|
D | sse_memory.c | 343 TEST_INSN( &AllMask, 16,pmulhuw)
|
/external/swiftshader/src/Reactor/ |
D | x86.hpp | 138 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y); 142 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y);
|
D | Nucleus.cpp | 3498 return x86::pmulhuw(x, y); in MulHigh() 3732 return x86::pmulhuw(x, y); // FIXME: Fallback required in MulHigh() 7761 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y) in pmulhuw() function 7764 llvm::Function *pmulhuw = Intrinsic::getDeclaration(module, Intrinsic::x86_mmx_pmulhu_w); in pmulhuw() local 7766 … return As<UShort4>(RValue<MMX>(Nucleus::createCall(pmulhuw, As<MMX>(x).value, As<MMX>(y).value))); in pmulhuw() 7785 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y) in pmulhuw() function 7788 llvm::Function *pmulhuw = Intrinsic::getDeclaration(module, Intrinsic::x86_sse2_pmulhu_w); in pmulhuw() local 7790 return RValue<UShort8>(Nucleus::createCall(pmulhuw, x.value, y.value)); in pmulhuw()
|
/external/valgrind/none/tests/amd64/ |
D | insn_sse.def | 118 pmulhuw mm.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a] 119 pmulhuw m64.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a]
|
D | insn_sse2.def | 208 pmulhuw xmm.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,3… 209 pmulhuw m128.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,…
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | 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) 2524 __asm pmulhuw xmm4, xmmword ptr [YuvConstants + KYTORGB] \ 3042 pmulhuw xmm0, xmm2 4336 pmulhuw xmm0, xmm1 // rgb * a 4341 pmulhuw xmm1, xmm2 // rgb * a [all …]
|
D | scale_win.cc | 743 pmulhuw xmm6, xmm4 // divide by 9,9,6, 9,9,6 in ScaleRowDown38_3_Box_SSSE3() 788 pmulhuw xmm1, xmm5 // divide by 3,3,2, 3,3,2 in ScaleRowDown38_2_Box_SSSE3()
|
/external/libyuv/files/source/ |
D | 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) 2452 __asm pmulhuw xmm4, xmmword ptr [YuvConstants + KYTORGB] \ 2925 pmulhuw xmm0, xmm2 4273 pmulhuw xmm0, xmm1 // rgb * a 4278 pmulhuw xmm1, xmm2 // rgb * a [all …]
|
D | scale_win.cc | 749 pmulhuw xmm6, xmm4 // divide by 9,9,6, 9,9,6 in ScaleRowDown38_3_Box_SSSE3() 794 pmulhuw xmm1, xmm5 // divide by 3,3,2, 3,3,2 in ScaleRowDown38_2_Box_SSSE3()
|
/external/valgrind/memcheck/tests/amd64/ |
D | sse_memory.stdout.exp | 1161 r pmulhuw 9e2bf87bab50d8f67e3471e648baadd5 f8134966c1cbcf13ffbbeacf81d51c7e 66038831344019138c26… 1162 r pmulhuw 16b572ea99e90df203f054f57c7b1e2e f4f05d9b26fc963b00fdb9296954559c 71aa488e15e6563832ed… 1163 r pmulhuw 6484dea44fcdf461f77a504cddeb1535 509dc852f53a4c05aa893673cf378107 5a514f35482f06021f42… 1164 r pmulhuw 45d98dedd1e5677026e446847ec5f968 e9fcfb705211ec3fea1063e4e7d728de a5d6d6688c0f101c120f… 1165 r pmulhuw d6d72fec85fc9d2fbe227611d5a59426 fad0c8bcc1eacd970b269f9446703420 30b02bae8fe73b1c2905… 1166 m pmulhuw e3533e13cc6ac4e450b140471511ccd9 9282d6a92dbd308b4b04814bb7030eae c92ac40ceb4e617cf902… 1167 m pmulhuw 2913907ced088ada9e8af1a9fbf1e9d8 57baf008f0b21854b93f6668563cf01e f20d59043d06c9478122… 1168 m pmulhuw 665a91df8feb19692d64a873786cd11d 614350d25045ad375565887f49892275 ca17aab7c73fdb16a727… 1169 m pmulhuw 770cb320d79e6961eaf267dcc0dd0dc6 4dc025ac34c2a7c4cae7a5868405ec90 5c09fc157f78d34af0db… 1170 m pmulhuw 9aeac608498cd26f20c78efa667e85d1 16b2001edf5220692719df545baaf72f 33a30701692deb2d9013…
|
D | sse_memory.c | 343 TEST_INSN( &AllMask, 16,pmulhuw)
|
/external/llvm/test/CodeGen/X86/ |
D | shrink_vmul.ll | 181 ; CHECK-NEXT: pmulhuw %xmm0, %xmm2 216 ; CHECK-NEXT: pmulhuw %xmm0, %xmm2 251 ; CHECK-NEXT: pmulhuw %xmm0, %xmm2 291 ; CHECK-NEXT: pmulhuw %xmm0, %xmm4 297 ; CHECK-NEXT: pmulhuw %xmm1, %xmm4 742 ; CHECK-NEXT: pmulhuw %xmm1, %xmm2
|
D | vector-idiv-udiv-128.ll | 153 ; SSE-NEXT: pmulhuw %xmm0, %xmm1 441 ; SSE-NEXT: pmulhuw %xmm0, %xmm1
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrMMX.td | 269 defm MMX_PMULHUW : MMXI_binop_rm_int<0xE4, "pmulhuw", int_x86_mmx_pmulhu_w, 1>;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 814 01100110,00001111,11100100,{Mod}{xmmreg}{R_m}:pmulhuw {Mod}{R_m},{xmmreg} 815 00001111,11100100,{MOD}{mmxreg}{R_M}:pmulhuw {MOD}{R_M},{mmxreg}
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 416 defm MMX_PMULHUW : MMXI_binop_rm_int<0xE4, "pmulhuw", int_x86_mmx_pmulhu_w,
|