Lines Matching refs:vfmasd
1066 vfmasd(0x99, dst, src1, src2); in vfmadd132sd()
1069 vfmasd(0xa9, dst, src1, src2); in vfmadd213sd()
1072 vfmasd(0xb9, dst, src1, src2); in vfmadd231sd()
1084 vfmasd(0x9b, dst, src1, src2); in vfmsub132sd()
1087 vfmasd(0xab, dst, src1, src2); in vfmsub213sd()
1090 vfmasd(0xbb, dst, src1, src2); in vfmsub231sd()
1102 vfmasd(0x9d, dst, src1, src2); in vfnmadd132sd()
1105 vfmasd(0xad, dst, src1, src2); in vfnmadd213sd()
1108 vfmasd(0xbd, dst, src1, src2); in vfnmadd231sd()
1120 vfmasd(0x9f, dst, src1, src2); in vfnmsub132sd()
1123 vfmasd(0xaf, dst, src1, src2); in vfnmsub213sd()
1126 vfmasd(0xbf, dst, src1, src2); in vfnmsub231sd()
1128 void vfmasd(byte op, XMMRegister dst, XMMRegister src1, const Operand& src2);