Home
last modified time | relevance | path

Searched refs:InstX86Movq (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1334 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() function
3212 using Movq = typename InstImpl<TraitsType>::InstX86Movq;
3374 const char *InstImpl<TraitsType>::InstX86Movq::Base::Opcode = "movq"; \
DIceInstX86BaseImpl.h2428 void InstImpl<TraitsType>::InstX86Movq::emit(const Cfg *Func) const { in emit()
2444 void InstImpl<TraitsType>::InstX86Movq::emitIAS(const Cfg *Func) const { in emitIAS()