Home
last modified time | relevance | path

Searched refs:v4i8_c (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-mips.c19 v4i8 v4i8_r, v4i8_a, v4i8_b, v4i8_c; in foo() local
212 v4i8_c = (v4i8) {4, 5, 6, 7}; in foo()
213 a64_r = __builtin_mips_dpau_h_qbl(a64_a, v4i8_b, v4i8_c); in foo()
215 a64_r = __builtin_mips_dpau_h_qbr(a64_a, v4i8_b, v4i8_c); in foo()
217 a64_r = __builtin_mips_dpsu_h_qbl(a64_a, v4i8_b, v4i8_c); in foo()
219 a64_r = __builtin_mips_dpsu_h_qbr(a64_a, v4i8_b, v4i8_c); in foo()