Searched refs:InstX86Movzx (Results 1 – 2 of 2) sorted by relevance
1226 class InstX86Movzx : public InstX86BaseUnaryopGPR<InstX86Base::Movzx> {1228 static InstX86Movzx *create(Cfg *Func, Variable *Dest, Operand *Src) { in create()1231 return new (Func->allocate<InstX86Movzx>()) InstX86Movzx(Func, Dest, Src); in create()1243 InstX86Movzx(Cfg *Func, Variable *Dest, Operand *Src) in InstX86Movzx() function3206 using Movzx = typename InstImpl<TraitsType>::InstX86Movzx;3357 const char *InstImpl<TraitsType>::InstX86Movzx::Base::Opcode = "movz"; \3645 InstImpl<TraitsType>::InstX86Movzx::Base::Emitter = { \
2486 bool InstImpl<TraitsType>::InstX86Movzx::mayBeElided( in mayBeElided()2510 void InstImpl<TraitsType>::InstX86Movzx::emit(const Cfg *Func) const { in emit()2541 void InstImpl<TraitsType>::InstX86Movzx::emitIAS(const Cfg *Func) const { in emitIAS()