Searched refs:InstX86Movp (Results 1 – 2 of 2) sorted by relevance
1318 class InstX86Movp : public InstX86BaseMovlike<InstX86Base::Movp> {1320 static InstX86Movp *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1321 return new (Func->allocate<InstX86Movp>()) in create()1322 InstX86Movp(Func, Dest, Source); in create()1329 InstX86Movp(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movp() function3211 using Movp = typename InstImpl<TraitsType>::InstX86Movp;3371 const char *InstImpl<TraitsType>::InstX86Movp::Base::Opcode = "movups"; \
2401 void InstImpl<TraitsType>::InstX86Movp::emit(const Cfg *Func) const { in emit()2417 void InstImpl<TraitsType>::InstX86Movp::emitIAS(const Cfg *Func) const { in emitIAS()