D | fma.c | 11 } dt __attribute__((aligned (32))); variable 680 …sm __volatile__ ("vfmadd132sd %2, %3, %0" : "=x" (w) : "0" (dt.x[i]), "x" (dt.y[i]), "x" (dt.z[i])… in test_fma() 681 thisres |= test( w, dt.expected[i] ); in test_fma() 682 …sm __volatile__ ("vfmadd132sd %2, %3, %0" : "=x" (w) : "0" (dt.x[i]), "m" (dt.y[i]), "x" (dt.z[i])… in test_fma() 683 thisres |= test( w, dt.expected[i] ); in test_fma() 684 …sm __volatile__ ("vfmadd213sd %3, %2, %0" : "=x" (w) : "0" (dt.x[i]), "x" (dt.y[i]), "x" (dt.z[i])… in test_fma() 685 thisres |= test( w, dt.expected[i] ); in test_fma() 686 …sm __volatile__ ("vfmadd213sd %3, %2, %0" : "=x" (w) : "0" (dt.x[i]), "x" (dt.y[i]), "m" (dt.z[i])… in test_fma() 687 thisres |= test( w, dt.expected[i] ); in test_fma() 688 …sm __volatile__ ("vfmadd231sd %2, %1, %0" : "=x" (w) : "x" (dt.x[i]), "x" (dt.y[i]), "0" (dt.z[i])… in test_fma() [all …]
|