Searched refs:InstX86Movq (Results 1 – 2 of 2) sorted by relevance
1334 class InstX86Movq : public InstX86BaseMovlike<InstX86Base::Movq> {1336 static InstX86Movq *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1337 return new (Func->allocate<InstX86Movq>()) in create()1338 InstX86Movq(Func, Dest, Source); in create()1345 InstX86Movq(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movq() function3212 using Movq = typename InstImpl<TraitsType>::InstX86Movq;3374 const char *InstImpl<TraitsType>::InstX86Movq::Base::Opcode = "movq"; \
2428 void InstImpl<TraitsType>::InstX86Movq::emit(const Cfg *Func) const { in emit()2444 void InstImpl<TraitsType>::InstX86Movq::emitIAS(const Cfg *Func) const { in emitIAS()