Searched refs:InstX86Shrd (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 2444 class InstX86Shrd final : public InstX86Base { 2445 InstX86Shrd() = delete; 2446 InstX86Shrd(const InstX86Shrd &) = delete; 2447 InstX86Shrd &operator=(const InstX86Shrd &) = delete; 2450 static InstX86Shrd *create(Cfg *Func, Variable *Dest, Variable *Source1, in create() 2452 return new (Func->allocate<InstX86Shrd>()) in create() 2453 InstX86Shrd(Func, Dest, Source1, Source2); in create() 2463 InstX86Shrd(Cfg *Func, Variable *Dest, Variable *Source1, Operand *Source2); 3282 using Shrd = typename InstImpl<TraitsType>::InstX86Shrd;
|
D | IceInstX86BaseImpl.h | 84 InstImpl<TraitsType>::InstX86Shrd::InstX86Shrd(Cfg *Func, Variable *Dest, in InstX86Shrd() function 1452 void InstImpl<TraitsType>::InstX86Shrd::emit(const Cfg *Func) const { in emit() 1470 void InstImpl<TraitsType>::InstX86Shrd::emitIAS(const Cfg *Func) const { in emitIAS() 1481 void InstImpl<TraitsType>::InstX86Shrd::dump(const Cfg *Func) const { in dump()
|