/external/clang/test/CodeGen/ |
asm-inout.c | 45 // CHECK: call x86_mmx asm "pmulhuw $1, $0\0A\09", "=y,y,0,~{dirflag},~{fpsr},~{flags}"(x86_mmx %{{.*}}, x86_mmx %{{.*}}) 46 asm ("pmulhuw %1, %0\n\t" : "+y" (__A) : "y" (__B));
|
mmx-builtins.c | 116 // CHECK: pmulhuw
|
/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
|
/external/valgrind/main/none/tests/x86/ |
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]
|
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]
|
insn_sse2.def | 208 pmulhuw xmm.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,3333] => 1.uw[0x005e,0x00e2,0x018b,0x025a,0x034f,0x0071,0x0107,0x01c4] 209 pmulhuw m128.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,3333] => 1.uw[0x005e,0x00e2,0x018b,0x025a,0x034f,0x0071,0x0107,0x01c4] [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
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/mesa3d/src/mesa/x86/ |
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/valgrind/main/memcheck/tests/amd64/ |
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?
|
sse_memory.stdout.exp | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
ssewidth.asm | 385 pmulhuw xmm1, xmm2 label 386 pmulhuw xmm1, dqword [rbx] label
|
avx.asm | 1830 pmulhuw xmm1, xmm2 label 1831 pmulhuw xmm1, [rax] label 1832 pmulhuw xmm1, dqword [rax] label [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
sse2_memory.stdout.exp | [all...] |
/external/libyuv/files/source/ |
row_win.cc | 354 pmulhuw xmm1, xmm5 // * (256 + 8) 355 pmulhuw xmm2, xmm5 // * (256 + 8) 359 pmulhuw xmm0, xmm6 // << 5 * (256 + 4) 405 pmulhuw xmm2, xmm5 // * (256 + 8) 406 pmulhuw xmm1, xmm5 // * (256 + 8) 412 pmulhuw xmm0, xmm6 // << 6 * (256 + 8) [all...] |
row_posix.cc | 352 "pmulhuw %%xmm5,%%xmm1 \n" 353 "pmulhuw %%xmm5,%%xmm2 \n" 357 "pmulhuw %%xmm6,%%xmm0 \n" 402 "pmulhuw %%xmm5,%%xmm2 \n" 403 "pmulhuw %%xmm5,%%xmm1 \n" 409 "pmulhuw %%xmm6,%%xmm0 \n" [all...] |
scale.cc | 807 pmulhuw xmm6, xmm4 // divide by 9,9,6, 9,9,6 852 pmulhuw xmm1, xmm5 // divide by 3,3,2, 3,3,2 [all...] |
/external/qemu/target-i386/ |
ops_sse_header.h | 107 SSE_HELPER_W(pmulhuw, FMULHUW)
|
/external/valgrind/main/none/tests/amd64/ |
insn_sse.def | 122 pmulhuw mm.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a] 123 pmulhuw m64.uw[1111,2222,3333,4444] mm.uw[5555,6666,7777,8888] => 1.uw[0x005e,0x00e2,0x018b,0x025a]
|
insn_sse2.def | 208 pmulhuw xmm.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,3333] => 1.uw[0x005e,0x00e2,0x018b,0x025a,0x034f,0x0071,0x0107,0x01c4] 209 pmulhuw m128.uw[1111,2222,3333,4444,5555,6666,7777,8888] xmm.uw[5555,6666,7777,8888,9999,1111,2222,3333] => 1.uw[0x005e,0x00e2,0x018b,0x025a,0x034f,0x0071,0x0107,0x01c4] [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 1052 // CHECK: pmulhuw %mm3, %mm3 1053 pmulhuw %mm3,%mm3 1055 // CHECK: pmulhuw %xmm5, %xmm5 1056 pmulhuw %xmm5,%xmm5 [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale.c | [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrMMX.td | 390 defm MMX_PMULHUW : MMXI_binop_rm_int<0xE4, "pmulhuw", int_x86_mmx_pmulhu_w,
|
/external/elfutils/libcpu/defs/ |
i386 | [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...] |