• Home
  • Raw
  • Download

Lines Matching defs:Dest

98   Inst *createLoweredMove(Variable *Dest, Variable *SrcVar) override {  in createLoweredMove()
196 ConstantRelocatable *createGetIPForRegister(const Variable *Dest) { in createGetIPForRegister()
516 void _adc(Variable *Dest, Operand *Src0) { in _adc()
524 void _add(Variable *Dest, Operand *Src0) { in _add()
532 void _addps(Variable *Dest, Operand *Src0) { in _addps()
536 void _addss(Variable *Dest, Operand *Src0) { in _addss()
543 void _and(Variable *Dest, Operand *Src0) { in _and()
547 void _andnps(Variable *Dest, Operand *Src0) { in _andnps()
551 void _andps(Variable *Dest, Operand *Src0) { in _andps()
559 void _blendvps(Variable *Dest, Operand *Src0, Operand *Src1) { in _blendvps()
577 void _bsf(Variable *Dest, Operand *Src0) { in _bsf()
581 void _bsr(Variable *Dest, Operand *Src0) { in _bsr()
589 void _cbwdq(Variable *Dest, Operand *Src0) { in _cbwdq()
593 void _cmov(Variable *Dest, Operand *Src0, BrCond Condition) { in _cmov()
601 void _cmpps(Variable *Dest, Operand *Src0, CmppsCond Condition) { in _cmpps()
628 void _cvt(Variable *Dest, Operand *Src0, in _cvt()
633 void _round(Variable *Dest, Operand *Src0, Operand *Imm) { in _round()
637 void _div(Variable *Dest, Operand *Src0, Operand *Src1) { in _div()
641 void _divps(Variable *Dest, Operand *Src0) { in _divps()
645 void _divss(Variable *Dest, Operand *Src0) { in _divss()
661 typename std::enable_if<T::UsesX87, void>::type _fstp(Variable *Dest) { in _fstp()
671 void _idiv(Variable *Dest, Operand *Src0, Operand *Src1) { in _idiv()
675 void _imul(Variable *Dest, Operand *Src0) { in _imul()
679 void _imul_imm(Variable *Dest, Operand *Src0, Constant *Imm) { in _imul_imm()
683 void _insertps(Variable *Dest, Operand *Src0, Operand *Src1) { in _insertps()
692 void _lea(Variable *Dest, Operand *Src0) { in _lea()
722 typename Traits::Insts::Movp *_movp(Variable *Dest, Operand *Src0) { in _movp()
726 void _movd(Variable *Dest, Operand *Src0) { in _movd()
730 void _movq(Variable *Dest, Operand *Src0) { in _movq()
734 void _movss(Variable *Dest, Variable *Src0) { in _movss()
737 void _movsx(Variable *Dest, Operand *Src0) { in _movsx()
741 typename Traits::Insts::Movzx *_movzx(Variable *Dest, Operand *Src0) { in _movzx()
745 void _maxss(Variable *Dest, Operand *Src0) { in _maxss()
749 void _minss(Variable *Dest, Operand *Src0) { in _minss()
753 void _maxps(Variable *Dest, Operand *Src0) { in _maxps()
757 void _minps(Variable *Dest, Operand *Src0) { in _minps()
761 void _mul(Variable *Dest, Variable *Src0, Operand *Src1) { in _mul()
765 void _mulps(Variable *Dest, Operand *Src0) { in _mulps()
769 void _mulss(Variable *Dest, Operand *Src0) { in _mulss()
780 void _or(Variable *Dest, Operand *Src0) { in _or()
784 void _orps(Variable *Dest, Operand *Src0) { in _orps()
792 void _padd(Variable *Dest, Operand *Src0) { in _padd()
796 void _padds(Variable *Dest, Operand *Src0) { in _padds()
800 void _paddus(Variable *Dest, Operand *Src0) { in _paddus()
804 void _pand(Variable *Dest, Operand *Src0) { in _pand()
808 void _pandn(Variable *Dest, Operand *Src0) { in _pandn()
812 void _pblendvb(Variable *Dest, Operand *Src0, Operand *Src1) { in _pblendvb()
822 void _pcmpgt(Variable *Dest, Operand *Src0) { in _pcmpgt()
826 void _pextr(Variable *Dest, Operand *Src0, Operand *Src1) { in _pextr()
830 void _pinsr(Variable *Dest, Operand *Src0, Operand *Src1) { in _pinsr()
834 void _pmull(Variable *Dest, Operand *Src0) { in _pmull()
838 void _pmulhw(Variable *Dest, Operand *Src0) { in _pmulhw()
842 void _pmulhuw(Variable *Dest, Operand *Src0) { in _pmulhuw()
846 void _pmaddwd(Variable *Dest, Operand *Src0) { in _pmaddwd()
850 void _pmuludq(Variable *Dest, Operand *Src0) { in _pmuludq()
854 void _pop(Variable *Dest) { in _pop()
857 void _por(Variable *Dest, Operand *Src0) { in _por()
861 void _punpckl(Variable *Dest, Operand *Src0) { in _punpckl()
865 void _punpckh(Variable *Dest, Operand *Src0) { in _punpckh()
869 void _packss(Variable *Dest, Operand *Src0) { in _packss()
873 void _packus(Variable *Dest, Operand *Src0) { in _packus()
877 void _pshufb(Variable *Dest, Operand *Src0) { in _pshufb()
881 void _pshufd(Variable *Dest, Operand *Src0, Operand *Src1) { in _pshufd()
885 void _psll(Variable *Dest, Operand *Src0) { in _psll()
889 void _psra(Variable *Dest, Operand *Src0) { in _psra()
893 void _psrl(Variable *Dest, Operand *Src0) { in _psrl()
897 void _psub(Variable *Dest, Operand *Src0) { in _psub()
901 void _psubs(Variable *Dest, Operand *Src0) { in _psubs()
905 void _psubus(Variable *Dest, Operand *Src0) { in _psubus()
912 void _pxor(Variable *Dest, Operand *Src0) { in _pxor()
919 void _rol(Variable *Dest, Operand *Src0) { in _rol()
923 void _round(Variable *Dest, Operand *Src, Constant *Imm) { in _round()
931 void _sar(Variable *Dest, Operand *Src0) { in _sar()
935 void _sbb(Variable *Dest, Operand *Src0) { in _sbb()
943 void _setcc(Variable *Dest, BrCond Condition) { in _setcc()
946 void _shl(Variable *Dest, Operand *Src0) { in _shl()
950 void _shld(Variable *Dest, Variable *Src0, Operand *Src1) { in _shld()
954 void _shr(Variable *Dest, Operand *Src0) { in _shr()
958 void _shrd(Variable *Dest, Variable *Src0, Operand *Src1) { in _shrd()
962 void _shufps(Variable *Dest, Operand *Src0, Operand *Src1) { in _shufps()
966 void _movmsk(Variable *Dest, Operand *Src0) { in _movmsk()
970 void _sqrt(Variable *Dest, Operand *Src0) { in _sqrt()
990 void _sub(Variable *Dest, Operand *Src0) { in _sub()
1001 void _subps(Variable *Dest, Operand *Src0) { in _subps()
1005 void _subss(Variable *Dest, Operand *Src0) { in _subss()
1019 void _xadd(Operand *Dest, Variable *Src, bool Locked) { in _xadd()
1028 void _xchg(Operand *Dest, Variable *Src) { in _xchg()
1037 void _xor(Variable *Dest, Operand *Src0) { in _xor()
1041 void _xorps(Variable *Dest, Operand *Src0) { in _xorps()