Home | History | Annotate | Download | only in src

Lines Matching defs:Movzx

127       Movzx,
624 // Movsx and movzx need both the source and dest type width letter to
1226 class InstX86Movzx : public InstX86BaseUnaryopGPR<InstX86Base::Movzx> {
1244 : InstX86BaseUnaryopGPR<InstX86Base::Movzx>(Func, Dest, Src) {}
3206 using Movzx = typename InstImpl<TraitsType>::InstX86Movzx;
3646 &InstImpl<TraitsType>::Assembler::movzx, \
3647 &InstImpl<TraitsType>::Assembler::movzx, nullptr}; \