Searched refs:InstX86StoreD (Results 1 – 2 of 2) sorted by relevance
2821 class InstX86StoreD final : public InstX86Base {2822 InstX86StoreD() = delete;2823 InstX86StoreD(const InstX86StoreD &) = delete;2824 InstX86StoreD &operator=(const InstX86StoreD &) = delete;2827 static InstX86StoreD *create(Cfg *Func, Operand *Value, in create()2829 return new (Func->allocate<InstX86StoreD>()) in create()2830 InstX86StoreD(Func, Value, Mem); in create()2840 InstX86StoreD(Cfg *Func, Operand *Value, X86OperandMem *Mem);3298 using StoreD = typename InstImpl<TraitsType>::InstX86StoreD;
315 InstImpl<TraitsType>::InstX86StoreD::InstX86StoreD(Cfg *Func, Operand *Value, in InstX86StoreD() function2149 void InstImpl<TraitsType>::InstX86StoreD::emit(const Cfg *Func) const { in emit()2165 void InstImpl<TraitsType>::InstX86StoreD::emitIAS(const Cfg *Func) const { in emitIAS()2178 void InstImpl<TraitsType>::InstX86StoreD::dump(const Cfg *Func) const { in dump()