Searched refs:InstX86Cmov (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 2467 class InstX86Cmov final : public InstX86Base { 2468 InstX86Cmov() = delete; 2469 InstX86Cmov(const InstX86Cmov &) = delete; 2470 InstX86Cmov &operator=(const InstX86Cmov &) = delete; 2473 static InstX86Cmov *create(Cfg *Func, Variable *Dest, Operand *Source, in create() 2475 return new (Func->allocate<InstX86Cmov>()) in create() 2476 InstX86Cmov(Func, Dest, Source, Cond); in create() 2486 InstX86Cmov(Cfg *Func, Variable *Dest, Operand *Source, BrCond Cond); 2984 InstX86Setcc(const InstX86Cmov &) = delete; 3283 using Cmov = typename InstImpl<TraitsType>::InstX86Cmov;
|
D | IceInstX86BaseImpl.h | 191 InstImpl<TraitsType>::InstX86Cmov::InstX86Cmov(Cfg *Func, Variable *Dest, in InstX86Cmov() function 1491 void InstImpl<TraitsType>::InstX86Cmov::emit(const Cfg *Func) const { in emit() 1507 void InstImpl<TraitsType>::InstX86Cmov::emitIAS(const Cfg *Func) const { in emitIAS() 1537 void InstImpl<TraitsType>::InstX86Cmov::dump(const Cfg *Func) const { in dump()
|