Home
last modified time | relevance | path

Searched defs:pmulhw (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
DMMX-64.s941 pmulhw 485498096, %mm4 label
945 pmulhw 64(%rdx), %mm4 label
949 pmulhw 64(%rdx,%rax,4), %mm4 label
953 pmulhw -64(%rdx,%rax,4), %mm4 label
957 pmulhw 64(%rdx,%rax), %mm4 label
961 pmulhw %mm4, %mm4 label
965 pmulhw (%rdx), %mm4 label
DMMX-32.s917 pmulhw -485498096(%edx,%eax,4), %mm4 label
921 pmulhw 485498096(%edx,%eax,4), %mm4 label
925 pmulhw 485498096(%edx), %mm4 label
929 pmulhw 485498096, %mm4 label
933 pmulhw 64(%edx,%eax), %mm4 label
937 pmulhw (%edx), %mm4 label
941 pmulhw %mm4, %mm4 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-mmx.s75 pmulhw %mm0, %mm2 label
76 pmulhw (%rax), %mm2 label
Dresources-sse2.s252 pmulhw %xmm0, %xmm2 label
253 pmulhw (%rax), %xmm2 label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h912 void AssemblerX86Base<TraitsType>::pmulhw(Type Ty, XmmRegister dst, in pmulhw() function
925 void AssemblerX86Base<TraitsType>::pmulhw(Type Ty, XmmRegister dst, in pmulhw() function
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp7414 RValue<Short4> pmulhw(RValue<Short4> x, RValue<Short4> y) in pmulhw() function
7416 …llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh… in pmulhw() local
7435 RValue<Short8> pmulhw(RValue<Short8> x, RValue<Short8> y) in pmulhw() function
7437 …llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh… in pmulhw() local
DSubzeroReactor.cpp3616 auto pmulhw = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in MulHigh() local