Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1724 class InstX86Maxps
1728 static InstX86Maxps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1729 return new (Func->allocate<InstX86Maxps>()) in create()
1730 InstX86Maxps(Func, Dest, Source); in create()
1734 InstX86Maxps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Maxps() function
3247 using Maxps = typename InstImpl<TraitsType>::InstX86Maxps;
3408 const char *InstImpl<TraitsType>::InstX86Maxps::Base::Opcode = "max"; \
3968 InstImpl<TraitsType>::InstX86Maxps::Base::Emitter = { \