Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dmmintrin.h49 short as_short[4]; member
271 res.as_short[0] = m1.as_short[2]; in _mm_unpackhi_pi16()
272 res.as_short[1] = m2.as_short[2]; in _mm_unpackhi_pi16()
273 res.as_short[2] = m1.as_short[3]; in _mm_unpackhi_pi16()
274 res.as_short[3] = m2.as_short[3]; in _mm_unpackhi_pi16()
351 res.as_short[0] = m1.as_short[0]; in _mm_unpacklo_pi16()
352 res.as_short[1] = m2.as_short[0]; in _mm_unpacklo_pi16()
353 res.as_short[2] = m1.as_short[1]; in _mm_unpacklo_pi16()
354 res.as_short[3] = m2.as_short[1]; in _mm_unpacklo_pi16()
440 res.as_short[0] = m1.as_short[0] + m2.as_short[0]; in _mm_add_pi16()
[all …]
Dxmmintrin.h1424 res.as_short[0] = in _mm_max_pi16()
1425 (m1.as_short[0] > m2.as_short[0]) ? m1.as_short[0] : m2.as_short[0]; in _mm_max_pi16()
1426 res.as_short[1] = in _mm_max_pi16()
1427 (m1.as_short[1] > m2.as_short[1]) ? m1.as_short[1] : m2.as_short[1]; in _mm_max_pi16()
1428 res.as_short[2] = in _mm_max_pi16()
1429 (m1.as_short[2] > m2.as_short[2]) ? m1.as_short[2] : m2.as_short[2]; in _mm_max_pi16()
1430 res.as_short[3] = in _mm_max_pi16()
1431 (m1.as_short[3] > m2.as_short[3]) ? m1.as_short[3] : m2.as_short[3]; in _mm_max_pi16()
1498 res.as_short[0] = in _mm_min_pi16()
1499 (m1.as_short[0] < m2.as_short[0]) ? m1.as_short[0] : m2.as_short[0]; in _mm_min_pi16()
[all …]
Demmintrin.h2064 t.as_short[0] = permute_selectors[element_selector_98]; in _mm_shufflehi_epi16()
2065 t.as_short[1] = permute_selectors[element_selector_BA]; in _mm_shufflehi_epi16()
2066 t.as_short[2] = permute_selectors[element_selector_DC]; in _mm_shufflehi_epi16()
2067 t.as_short[3] = permute_selectors[element_selector_FE]; in _mm_shufflehi_epi16()
2097 t.as_short[0] = permute_selectors[element_selector_10]; in _mm_shufflelo_epi16()
2098 t.as_short[1] = permute_selectors[element_selector_32]; in _mm_shufflelo_epi16()
2099 t.as_short[2] = permute_selectors[element_selector_54]; in _mm_shufflelo_epi16()
2100 t.as_short[3] = permute_selectors[element_selector_76]; in _mm_shufflelo_epi16()
/external/llvm-project/libclc/generic/include/clc/
Das_type.h3 #define as_short(x) __builtin_astype(x, short) macro
/external/clang/lib/Headers/
Dopencl-c.h6686 short __ovld __cnfn as_short(char2);
6687 short __ovld __cnfn as_short(uchar2);
6688 short __ovld __cnfn as_short(short);
6689 short __ovld __cnfn as_short(ushort);
7230 short __ovld __cnfn as_short(half);
/external/llvm-project/clang/lib/Headers/
Dopencl-c.h6360 #define as_short(x) __builtin_astype((x), short) macro