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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h49 short as_short[4]; member in union:__anon537
271 res.as_short[0] = m1.as_short[2];
272 res.as_short[1] = m2.as_short[2];
273 res.as_short[2] = m1.as_short[3];
274 res.as_short[3] = m2.as_short[3];
351 res.as_short[
[all...]
H A Dxmmintrin.h1424 res.as_short[0] =
1425 (m1.as_short[0] > m2.as_short[0]) ? m1.as_short[0] : m2.as_short[0];
1426 res.as_short[1] =
1427 (m1.as_short[1] > m2.as_short[1]) ? m1.as_short[1] : m2.as_short[
[all...]
H A Demmintrin.h2064 t.as_short[0] = permute_selectors[element_selector_98];
2065 t.as_short[1] = permute_selectors[element_selector_BA];
2066 t.as_short[2] = permute_selectors[element_selector_DC];
2067 t.as_short[3] = permute_selectors[element_selector_FE];
2097 t.as_short[0] = permute_selectors[element_selector_10];
2098 t.as_short[1] = permute_selectors[element_selector_32];
2099 t.as_short[2] = permute_selectors[element_selector_54];
2100 t.as_short[3] = permute_selectors[element_selector_76];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h6358 #define as_short(x) __builtin_astype((x), short) macro

Completed in 210 milliseconds