Lines Matching refs:vec_add
38 vector_struct.vshort1 = vec_add (vector_struct.vshort1, vector_struct.vshort2); in struct_of_vector_func()
39 vector_struct.vshort3 = vec_add (vector_struct.vshort3, vector_struct.vshort4); in struct_of_vector_func()
45 matrix[0] = vec_add (matrix[0], matrix[1]); in array_of_vector_func()
46 matrix[2] = vec_add (matrix[2], matrix[3]); in array_of_vector_func()
73 vint_res = vec_add (vint_f, intv_on_stack_f); in vec_func()
74 vint_res = vec_add (vint_res, y_f); in vec_func()
75 vuint_res = vec_add (vuint_f, ((vector unsigned int) {5,6,7,8})); in vec_func()
76 vshort_res = vec_add (vshort_f, x_f); in vec_func()
77 vushort_res = vec_add (vushort_f, in vec_func()
79 vchar_res = vec_add (vchar_f, a_f); in vec_func()
80 vfloat_res = vec_add (vfloat_f, b_f); in vec_func()
81 vfloat_res = vec_add (c_f, ((vector float) {1.1,1.1,1.1,1.1})); in vec_func()
82 vuchar_res = vec_add (vuchar_f, in vec_func()