Lines Matching defs:Dest
855 void _vadd(Variable *Dest, Variable *Src0, Variable *Src1) { in _vadd()
858 void _vand(Variable *Dest, Variable *Src0, Variable *Src1) { in _vand()
861 InstARM32Vbsl *_vbsl(Variable *Dest, Variable *Src0, Variable *Src1) { in _vbsl()
864 void _vceq(Variable *Dest, Variable *Src0, Variable *Src1) { in _vceq()
867 InstARM32Vcge *_vcge(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcge()
870 InstARM32Vcgt *_vcgt(Variable *Dest, Variable *Src0, Variable *Src1) { in _vcgt()
877 void _vdiv(Variable *Dest, Variable *Src0, Variable *Src1) { in _vdiv()
888 void _veor(Variable *Dest, Variable *Src0, Variable *Src1) { in _veor()
894 void _vmla(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmla()
897 void _vmls(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmls()
900 void _vmul(Variable *Dest, Variable *Src0, Variable *Src1) { in _vmul()
903 void _vmvn(Variable *Dest, Variable *Src0) { in _vmvn()
906 void _vneg(Variable *Dest, Variable *Src0) { in _vneg()
910 void _vorr(Variable *Dest, Variable *Src0, Variable *Src1) { in _vorr()
913 InstARM32Vshl *_vshl(Variable *Dest, Variable *Src0, Variable *Src1) { in _vshl()
916 void _vshl(Variable *Dest, Variable *Src0, ConstantInteger32 *Src1) { in _vshl()
920 InstARM32Vshr *_vshr(Variable *Dest, Variable *Src0, in _vshr()
928 void _vsub(Variable *Dest, Variable *Src0, Variable *Src1) { in _vsub()