Searched refs:InstX86Xadd (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 3012 class InstX86Xadd final : public InstX86BaseLockable { 3013 InstX86Xadd() = delete; 3014 InstX86Xadd(const InstX86Xadd &) = delete; 3015 InstX86Xadd &operator=(const InstX86Xadd &) = delete; 3018 static InstX86Xadd *create(Cfg *Func, Operand *Dest, Variable *Source, in create() 3020 return new (Func->allocate<InstX86Xadd>()) in create() 3021 InstX86Xadd(Func, Dest, Source, Locked); in create() 3031 InstX86Xadd(Cfg *Func, Operand *Dest, Variable *Source, bool Locked); 3312 using Xadd = typename InstImpl<TraitsType>::InstX86Xadd;
|
D | IceInstX86BaseImpl.h | 370 InstImpl<TraitsType>::InstX86Xadd::InstX86Xadd(Cfg *Func, Operand *Dest, in InstX86Xadd() function 2975 void InstImpl<TraitsType>::InstX86Xadd::emit(const Cfg *Func) const { in emit() 2991 void InstImpl<TraitsType>::InstX86Xadd::emitIAS(const Cfg *Func) const { in emitIAS() 3006 void InstImpl<TraitsType>::InstX86Xadd::dump(const Cfg *Func) const { in dump()
|