Searched refs:v2q15_b (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 39 v2q15_b = (v2q15) {0x8000, 0x8000}; in foo() 40 v2q15_r = __builtin_mips_addq_ph(v2q15_a, v2q15_b); in foo() 42 v2q15_r = __builtin_mips_addq_s_ph(v2q15_a, v2q15_b); in foo() 44 v2q15_r = __builtin_mips_subq_ph(v2q15_a, v2q15_b); in foo() 46 v2q15_r = __builtin_mips_subq_s_ph(v2q15_a, v2q15_b); in foo() 103 v2q15_b = (v2q15) {0x1111, 0x2222}; in foo() 104 v4i8_r = __builtin_mips_precrq_qb_ph(v2q15_a, v2q15_b); in foo() 108 v2q15_b = (v2q15) {0x7F81, 0x2000}; in foo() 109 v4i8_r = __builtin_mips_precrqu_s_qb_ph(v2q15_a, v2q15_b); in foo() [all …]
|