Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1931 class InstX86Pmull
1935 static InstX86Pmull *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1946 return new (Func->allocate<InstX86Pmull>()) in create()
1947 InstX86Pmull(Func, Dest, Source); in create()
1951 InstX86Pmull(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmull() function
3253 using Pmull = typename InstImpl<TraitsType>::InstX86Pmull;
3498 const char *InstImpl<TraitsType>::InstX86Pmull::Base::Opcode = "pmull"; \
3872 InstImpl<TraitsType>::InstX86Pmull::Base::Emitter = { \