Searched refs:v2q15_c (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-mips.c | 16 v2q15 v2q15_r, v2q15_a, v2q15_b, v2q15_c; in foo() local 187 a64_r = __builtin_mips_mulsaq_s_w_ph(a64_a, v2q15_b, v2q15_c); in foo() 191 v2q15_c = (v2q15) {0x0002, 0x8000}; in foo() 192 a64_r = __builtin_mips_maq_s_w_phl(a64_a, v2q15_b, v2q15_c); in foo() 194 a64_r = __builtin_mips_maq_s_w_phr(a64_a, v2q15_b, v2q15_c); in foo() 197 a64_r = __builtin_mips_maq_sa_w_phl(a64_a, v2q15_b, v2q15_c); in foo() 199 a64_r = __builtin_mips_maq_sa_w_phr(a64_a, v2q15_b, v2q15_c); in foo() 223 v2q15_c = (v2q15) {0x0002, 0x8000}; in foo() 224 a64_r = __builtin_mips_dpaq_s_w_ph(a64_a, v2q15_b, v2q15_c); in foo() 226 a64_r = __builtin_mips_dpsq_s_w_ph(a64_a, v2q15_b, v2q15_c); in foo() [all …]
|