Home | History | Annotate | Download | only in common

Lines Matching refs:SIMDINLINE

36     static SIMDINLINE Integer SIMDCALL op(Integer const &a)   \
42 static SIMDINLINE Integer SIMDCALL op(Integer const &a) \
49 static SIMDINLINE Integer SIMDCALL op(Integer const &a) \
56 static SIMDINLINE Integer SIMDCALL op(Integer const &a) \
62 static SIMDINLINE Integer SIMDCALL op(Integer const &a, Integer const &b) \
68 static SIMDINLINE Integer SIMDCALL op(Integer const &a, Integer const &b) \
75 static SIMDINLINE Integer SIMDCALL op(Integer const &a, Integer const &b) \
82 static SIMDINLINE Integer SIMDCALL op(Integer const &a, Integer const &b) \
90 static SIMDINLINE Float SIMDCALL fmadd_ps(Float const &a, Float const &b, Float const &c) // return (a * b) + c
137 static SIMDINLINE Float SIMDCALL srlisi_ps(Float const &a)
164 static SIMDINLINE Integer SIMDCALL cmplt_epi32(Integer const &a, Integer const &b) // return a < b (int32)
179 static SIMDINLINE Float SIMDCALL permute_ps(Float const &a, Integer const &swiz) // return a[swiz[i]] for each 32-bit lane i (float)
186 static SIMDINLINE Integer SIMDCALL shuffle_epi64(Integer const &a, Integer const &b)
204 static SIMDINLINE Float SIMDCALL i32gather_ps(float const* p, Integer const &idx) // return *(float*)(((int8*)p) + (idx * ScaleT))
211 static SIMDINLINE Float SIMDCALL mask_i32gather_ps(Float const &old, float const* p, Integer const &idx, Float const &mask)
218 static SIMDINLINE uint32_t SIMDCALL movemask_epi8(Integer const &a)