Home | History | Annotate | Download | only in common

Lines Matching refs:SIMDINLINE

33     static SIMDINLINE Float SIMDCALL op(Float a)   \
42 static SIMDINLINE Float SIMDCALL op(Float a, Float b) \
49 static SIMDINLINE Float SIMDCALL op(Float a, Float b) \
56 static SIMDINLINE Double SIMDCALL op(Double a, Double b) \
63 static SIMDINLINE Float SIMDCALL op(Float a, Float b) \
71 static SIMDINLINE Double SIMDCALL op(Double a, Double b) \
78 static SIMDINLINE Float SIMDCALL op(Float a, Float b, Float c) \
84 static SIMDINLINE Integer SIMDCALL op(Integer a) \
89 static SIMDINLINE Integer SIMDCALL op(SIMD256Impl::Integer a) \
95 static SIMDINLINE Integer SIMDCALL op(SIMD128Impl::Integer a) \
102 static SIMDINLINE Integer SIMDCALL op(Integer a) \
109 static SIMDINLINE Integer SIMDCALL op(Integer a, Integer b) \
116 static SIMDINLINE Integer SIMDCALL op(Integer a, Integer b) \
122 static SIMDINLINE Integer SIMDCALL op(Integer a, Integer b) \
129 static SIMDINLINE Integer SIMDCALL op(Integer a, Integer b) \
136 static SIMDINLINE Integer vmask(__mmask32 m)
140 static SIMDINLINE Integer vmask(__mmask64 m)
158 static SIMDINLINE Integer SIMDCALL cmp_epi8(Integer a, Integer b)
165 static SIMDINLINE Integer SIMDCALL cmp_epi16(Integer a, Integer b)
188 static SIMDINLINE uint64_t SIMDCALL movemask_epi8(Integer a)