Searched refs:InstX86Mov (Results 1 – 2 of 2) sorted by relevance
1299 class InstX86Mov : public InstX86BaseMovlike<InstX86Base::Mov> {1301 static InstX86Mov *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1305 return new (Func->allocate<InstX86Mov>()) InstX86Mov(Func, Dest, Source); in create()1312 InstX86Mov(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Mov() function3210 using Mov = typename InstImpl<TraitsType>::InstX86Mov;3368 const char *InstImpl<TraitsType>::InstX86Mov::Base::Opcode = "mov"; \
2232 void InstImpl<TraitsType>::InstX86Mov::emit(const Cfg *Func) const { in emit()2275 void InstImpl<TraitsType>::InstX86Mov::emitIAS(const Cfg *Func) const { in emitIAS()