Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2982 class InstX86Setcc final : public InstX86Base {
2983 InstX86Setcc() = delete;
2984 InstX86Setcc(const InstX86Cmov &) = delete;
2985 InstX86Setcc &operator=(const InstX86Setcc &) = delete;
2988 static InstX86Setcc *create(Cfg *Func, Variable *Dest, BrCond Cond) { in create()
2989 return new (Func->allocate<InstX86Setcc>()) in create()
2990 InstX86Setcc(Func, Dest, Cond); in create()
3000 InstX86Setcc(Cfg *Func, Variable *Dest, BrCond Cond);
3311 using Setcc = typename InstImpl<TraitsType>::InstX86Setcc;
DIceInstX86BaseImpl.h365 InstImpl<TraitsType>::InstX86Setcc::InstX86Setcc(Cfg *Func, Variable *Dest, in InstX86Setcc() function
2941 void InstImpl<TraitsType>::InstX86Setcc::emit(const Cfg *Func) const { in emit()
2951 void InstImpl<TraitsType>::InstX86Setcc::emitIAS(const Cfg *Func) const { in emitIAS()
2966 void InstImpl<TraitsType>::InstX86Setcc::dump(const Cfg *Func) const { in dump()