Home
last modified time | relevance | path

Searched refs:InstX86Pmuludq (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2011 class InstX86Pmuludq
2015 static InstX86Pmuludq *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
2018 return new (Func->allocate<InstX86Pmuludq>()) in create()
2019 InstX86Pmuludq(Func, Dest, Source); in create()
2023 InstX86Pmuludq(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmuludq() function
3257 using Pmuludq = typename InstImpl<TraitsType>::InstX86Pmuludq;
3510 const char *InstImpl<TraitsType>::InstX86Pmuludq::Base::Opcode = "pmuludq"; \
3896 InstImpl<TraitsType>::InstX86Pmuludq::Base::Emitter = { \