Lines Matching refs:vec_mladd
2243 vsc = vec_mladd(vsc, vsc, vsc); in test_integer()
2244 vsc = vec_mladd(vuc, vsc, vsc); in test_integer()
2245 vsc = vec_mladd(vsc, vuc, vuc); in test_integer()
2246 vuc = vec_mladd(vuc, vuc, vuc); in test_integer()
2247 vss = vec_mladd(vss, vss, vss); in test_integer()
2248 vss = vec_mladd(vus, vss, vss); in test_integer()
2249 vss = vec_mladd(vss, vus, vus); in test_integer()
2250 vus = vec_mladd(vus, vus, vus); in test_integer()
2251 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
2252 vsi = vec_mladd(vui, vsi, vsi); in test_integer()
2253 vsi = vec_mladd(vsi, vui, vui); in test_integer()
2254 vui = vec_mladd(vui, vui, vui); in test_integer()