Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1740 class InstX86Minps
1744 static InstX86Minps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1745 return new (Func->allocate<InstX86Minps>()) in create()
1746 InstX86Minps(Func, Dest, Source); in create()
1750 InstX86Minps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Minps() function
3248 using Minps = typename InstImpl<TraitsType>::InstX86Minps;
3411 const char *InstImpl<TraitsType>::InstX86Minps::Base::Opcode = "min"; \
3974 InstImpl<TraitsType>::InstX86Minps::Base::Emitter = { \