Lines Matching refs:vec_mladd
3483 vsc = vec_mladd(vsc, vsc, vsc); in test_integer()
3485 vsc = vec_mladd(vuc, vsc, vsc); in test_integer()
3487 vsc = vec_mladd(vsc, vuc, vuc); in test_integer()
3489 vuc = vec_mladd(vuc, vuc, vuc); in test_integer()
3491 vss = vec_mladd(vss, vss, vss); in test_integer()
3493 vss = vec_mladd(vus, vss, vss); in test_integer()
3495 vss = vec_mladd(vss, vus, vus); in test_integer()
3497 vus = vec_mladd(vus, vus, vus); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
3501 vsi = vec_mladd(vui, vsi, vsi); in test_integer()
3503 vsi = vec_mladd(vsi, vui, vui); in test_integer()
3505 vui = vec_mladd(vui, vui, vui); in test_integer()