Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2492 class InstX86Cmpps final : public InstX86Base {
2493 InstX86Cmpps() = delete;
2494 InstX86Cmpps(const InstX86Cmpps &) = delete;
2495 InstX86Cmpps &operator=(const InstX86Cmpps &) = delete;
2498 static InstX86Cmpps *create(Cfg *Func, Variable *Dest, Operand *Source, in create()
2500 return new (Func->allocate<InstX86Cmpps>()) in create()
2501 InstX86Cmpps(Func, Dest, Source, Condition); in create()
2511 InstX86Cmpps(Cfg *Func, Variable *Dest, Operand *Source, CmppsCond Cond);
3284 using Cmpps = typename InstImpl<TraitsType>::InstX86Cmpps;
DIceInstX86BaseImpl.h202 InstImpl<TraitsType>::InstX86Cmpps::InstX86Cmpps(Cfg *Func, Variable *Dest, in InstX86Cmpps() function
1549 void InstImpl<TraitsType>::InstX86Cmpps::emit(const Cfg *Func) const { in emit()
1566 void InstImpl<TraitsType>::InstX86Cmpps::emitIAS(const Cfg *Func) const { in emitIAS()
1588 void InstImpl<TraitsType>::InstX86Cmpps::dump(const Cfg *Func) const { in dump()