Searched refs:InstX86Shld (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 2421 class InstX86Shld final : public InstX86Base { 2422 InstX86Shld() = delete; 2423 InstX86Shld(const InstX86Shld &) = delete; 2424 InstX86Shld &operator=(const InstX86Shld &) = delete; 2427 static InstX86Shld *create(Cfg *Func, Variable *Dest, Variable *Source1, in create() 2429 return new (Func->allocate<InstX86Shld>()) in create() 2430 InstX86Shld(Func, Dest, Source1, Source2); in create() 2440 InstX86Shld(Cfg *Func, Variable *Dest, Variable *Source1, Operand *Source2); 3281 using Shld = typename InstImpl<TraitsType>::InstX86Shld;
|
D | IceInstX86BaseImpl.h | 74 InstImpl<TraitsType>::InstX86Shld::InstX86Shld(Cfg *Func, Variable *Dest, in InstX86Shld() function 1407 void InstImpl<TraitsType>::InstX86Shld::emit(const Cfg *Func) const { in emit() 1424 void InstImpl<TraitsType>::InstX86Shld::emitIAS(const Cfg *Func) const { in emitIAS() 1435 void InstImpl<TraitsType>::InstX86Shld::dump(const Cfg *Func) const { in dump()
|