Searched refs:InstX86StoreQ (Results 1 – 2 of 2) sorted by relevance
2799 class InstX86StoreQ final : public InstX86Base {2800 InstX86StoreQ() = delete;2801 InstX86StoreQ(const InstX86StoreQ &) = delete;2802 InstX86StoreQ &operator=(const InstX86StoreQ &) = delete;2805 static InstX86StoreQ *create(Cfg *Func, Operand *Value, in create()2807 return new (Func->allocate<InstX86StoreQ>()) in create()2808 InstX86StoreQ(Func, Value, Mem); in create()2818 InstX86StoreQ(Cfg *Func, Operand *Value, X86OperandMem *Mem);3297 using StoreQ = typename InstImpl<TraitsType>::InstX86StoreQ;
307 InstImpl<TraitsType>::InstX86StoreQ::InstX86StoreQ(Cfg *Func, Operand *Value, in InstX86StoreQ() function2109 void InstImpl<TraitsType>::InstX86StoreQ::emit(const Cfg *Func) const { in emit()2125 void InstImpl<TraitsType>::InstX86StoreQ::emitIAS(const Cfg *Func) const { in emitIAS()2138 void InstImpl<TraitsType>::InstX86StoreQ::dump(const Cfg *Func) const { in dump()