Home
last modified time | relevance | path

Searched refs:simde_vcombine_s8 (Results 1 – 11 of 11) sorted by relevance

/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dqmovn_high.h46 return simde_vcombine_s8(r, simde_vqmovn_s16(a)); in simde_vqmovn_high_s16()
H A Dmovn_high.h44 return simde_vcombine_s8(r, simde_vmovn_s16(a)); in simde_vmovn_high_s16()
H A Dcombine.h102 simde_vcombine_s8(simde_int8x8_t low, simde_int8x8_t high) { in simde_vcombine_s8() function
127 #define vcombine_s8(low, high) simde_vcombine_s8((low), (high))
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dmovn_high.h44 return simde_vcombine_s8(r, simde_vmovn_s16(a)); in simde_vmovn_high_s16()
H A Dqmovn_high.h46 return simde_vcombine_s8(r, simde_vqmovn_s16(a)); in simde_vqmovn_high_s16()
H A Dcombine.h102 simde_vcombine_s8(simde_int8x8_t low, simde_int8x8_t high) { in simde_vcombine_s8() function
127 #define vcombine_s8(low, high) simde_vcombine_s8((low), (high))
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dmovn_high.h44 return simde_vcombine_s8(r, simde_vmovn_s16(a)); in simde_vmovn_high_s16()
H A Dqmovn_high.h46 return simde_vcombine_s8(r, simde_vqmovn_s16(a)); in simde_vqmovn_high_s16()
H A Dcombine.h102 simde_vcombine_s8(simde_int8x8_t low, simde_int8x8_t high) { in simde_vcombine_s8() function
127 #define vcombine_s8(low, high) simde_vcombine_s8((low), (high))
/dports/devel/simde/simde-0.7.2/test/arm/neon/
H A Dcombine.c167 simde_int8x16_t r = simde_vcombine_s8(a, b); in test_simde_vcombine_s8()
178 simde_int8x16_t r = simde_vcombine_s8(a, b); in test_simde_vcombine_s8()
/dports/devel/emscripten/emscripten-2.0.3/system/include/neon/
H A Darm_neon.h16724 simde_vcombine_s8(simde_int8x8_t low, simde_int8x8_t high) { in simde_vcombine_s8() function
16749 #define vcombine_s8(low, high) simde_vcombine_s8((low), (high))
31999 …return simde_vcombine_s8(simde_vqadd_s8(simde_vget_low_s8(a), simde_vget_low_s8(b)), simde_vqadd_s… in simde_vqaddq_s8()
33009 return simde_vcombine_s8(r, simde_vqmovn_s16(a)); in simde_vqmovn_high_s16()