Searched refs:v4hi (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c7916 tree v4hi = build_vector_type (intHI_type_node, 4);
7920 tree v4qi_ftype_v4hi = build_function_type_list (v4qi, v4hi, 0);
7923 tree v4hi_ftype_v4qi = build_function_type_list (v4hi, v4qi, 0);
7925 tree v4hi_ftype_v4qi_v4hi = build_function_type_list (v4hi, v4qi, v4hi, 0);
7926 tree v4hi_ftype_v4qi_v2hi = build_function_type_list (v4hi, v4qi, v2hi, 0);
7928 tree v4hi_ftype_v8qi_v4hi = build_function_type_list (v4hi, v8qi, v4hi, 0);
7929 tree v4hi_ftype_v4hi_v4hi = build_function_type_list (v4hi, v4hi, v4h
7891 tree v4hi = build_vector_type (intHI_type_node, 4); local
[all...]

Completed in 111 milliseconds