Lines Matching defs:SrcTy
334 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx()
353 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx()
373 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx()
389 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx()
490 void AssemblerX86Base<TraitsType>::movd(Type SrcTy, XmmRegister dst, in movd()
501 void AssemblerX86Base<TraitsType>::movd(Type SrcTy, XmmRegister dst, in movd()
2068 Type SrcTy, GPRRegister src) { in cvtsi2ss()
2079 Type SrcTy, const Address &src) { in cvtsi2ss()
2090 void AssemblerX86Base<TraitsType>::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float()
2102 void AssemblerX86Base<TraitsType>::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float()
2115 Type SrcTy, XmmRegister src) { in cvttss2si()
2126 Type SrcTy, const Address &src) { in cvttss2si()
2138 Type SrcTy, XmmRegister src) { in cvtss2si()
2149 Type SrcTy, const Address &src) { in cvtss2si()