Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1899 class InstX86Mulps
1903 static InstX86Mulps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1904 return new (Func->allocate<InstX86Mulps>()) in create()
1905 InstX86Mulps(Func, Dest, Source); in create()
1909 InstX86Mulps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Mulps() function
3251 using Mulps = typename InstImpl<TraitsType>::InstX86Mulps;
3492 const char *InstImpl<TraitsType>::InstX86Mulps::Base::Opcode = "mul"; \
3824 InstImpl<TraitsType>::InstX86Mulps::Base::Emitter = { \