Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DLTcollab/sse2neon
/ functions
Functions
1,254 in github.com/DLTcollab/sse2neon
⨍
Functions
1,254
◇
Types & classes
18
Function
_mm_shuffle_ps_2200
sse2neon.h:1545
Function
_mm_shuffle_ps_2301
takes the lower two 32-bit values from a and swaps them and places in high end of result takes the higher two 32 bit values from b and swaps them and
sse2neon.h:1475
Function
_mm_shuffle_ps_3202
sse2neon.h:1553
Function
_mm_shuffle_ps_3210
keeps the low 64 bits of b in the low and puts the high 64 bits of a in the high
sse2neon.h:1523
Function
_sse2neon_aggregate_equal_any_16x8
sse2neon.h:9186
Function
_sse2neon_aggregate_equal_any_8x16
sse2neon.h:9137
Function
_sse2neon_aggregate_equal_ordered_16x8
EQUAL_ORDERED aggregation for 16x8 (word mode). * Same algorithm as 8x16 but for 16-bit elements with 8 lanes. * * Vectorization approach: transpos
sse2neon.h:9619
Function
_sse2neon_aggregate_equal_ordered_8x16
EQUAL_ORDERED aggregation for 8x16 (byte mode). * The algorithm checks where string a appears in string b. * For result bit i: AND together mtx[i][0
sse2neon.h:9445
Function
_sse2neon_aggregate_ranges_16x8
sse2neon.h:9229
Function
_sse2neon_aggregate_ranges_8x16
sse2neon.h:9291
Function
_sse2neon_clz
sse2neon.h:9798
Function
_sse2neon_cmp_byte_equal_each
sse2neon.h:9379
Function
_sse2neon_cmp_word_equal_each
sse2neon.h:9414
Function
_sse2neon_ctz
sse2neon.h:9810
Function
_sse2neon_ctzll
sse2neon.h:9822
Function
_sse2neon_mm_get_denormals_zero_mode
sse2neon.h:11066
Function
_sse2neon_mm_get_flush_zero_mode
Macro: Get the flush zero bits from the MXCSR control and status register. The flush zero may contain any of the following flags: _MM_FLUSH_ZERO_ON or
sse2neon.h:2564
Function
_sse2neon_mm_set_denormals_zero_mode
sse2neon.h:11145
Function
_sse2neon_mm_set_flush_zero_mode
Macro: Set the flush zero bits of the MXCSR control and status register to the value in unsigned 32-bit integer a. The flush zero may contain any of t
sse2neon.h:3172
Function
_sse2neon_sido_negative
sse2neon.h:9776
Function
_sse2neon_vaddvq_u8
emulate vaddvq u8 variant */
sse2neon.h:1338
Method
complexity_score
Compute overall complexity score (0-100).
scripts/analyze-tiers.py:668
Function
compute_body_hash
Compute hash of function body for cache key.
scripts/analyze-tiers.py:632
Method
confidence_level
Return human-readable confidence level.
scripts/analyze-tiers.py:195
Function
count_scalar_ops
Count scalar operations in function body (legacy wrapper). For detailed analysis, use analyze_complexity() instead. Returns the total co
scripts/analyze-tiers.py:1487
Function
double_binary_eq
tests/ieee754.cpp:177
Function
float32x4_t sse2neon_vld1q_f32_from_f64pair
Safe helper to load double[2] as float32x4_t without strict aliasing * violation. Used in ARMv7 fallback paths where float64x2_t is not natively * s
sse2neon.h:1141
Function
float_binary_eq
Binary comparison for floats (handles NaN, signed zero) */
tests/ieee754.cpp:169
Function
get_sign_bit_d
Helper to extract sign bit from double */
tests/nan.cpp:1120
Method
get_stats
Return (hits, misses) statistics.
scripts/analyze-tiers.py:616
Method
is_exact
(self)
scripts/analyze-tiers.py:151
Function
is_qnan_d
Check if a double is a quiet NaN */
tests/nan.cpp:256
Function
is_snan_f
Check if a float is a signaling NaN (MSB of mantissa = 0, other mantissa * bits != 0) */
tests/nan.cpp:247
Method
is_valid
(self)
scripts/analyze-tiers.py:147
Method
loadTestFloatPointers
tests/impl.cpp:13474
Method
loadTestIntPointers
tests/impl.cpp:13487
Function
main
tests/ieee754.cpp:1850
Function
main
tests/aes.cpp:704
Function
main
tests/nan.cpp:2452
Function
main
tests/main.cpp:11
Function
main
tests/differential.cpp:1120
Function
make_denormal_d
tests/ieee754.cpp:160
Function
make_neg_denormal
tests/ieee754.cpp:134
Function
make_snan
tests/ieee754.cpp:85
Method
overall_confidence
Compute overall confidence score (0.0-1.0).
scripts/analyze-tiers.py:172
Function
rotr
Rotates right (circular right shift) value by "amount" positions
tests/impl.cpp:723
Method
runSingleTest
tests/impl.cpp:13501
Method
set
Store result in cache. Args: func_name: Function name body_hash: Hash of function body result: Analysis r
scripts/analyze-tiers.py:595
Function
test_last
Dummy function to match the case label in runSingleTest.
tests/impl.cpp:13469
Function
test_m_maskmovq
tests/impl.cpp:2377
Function
test_m_pavgb
tests/impl.cpp:2787
Function
test_m_pavgw
tests/impl.cpp:2792
Function
test_m_pextrw
tests/impl.cpp:2797
Function
test_m_pinsrw
tests/impl.cpp:2802
Function
test_m_pmaxsw
tests/impl.cpp:2807
Function
test_m_pmaxub
tests/impl.cpp:2812
Function
test_m_pminsw
tests/impl.cpp:2817
Function
test_m_pminub
tests/impl.cpp:2822
Function
test_m_pmovmskb
tests/impl.cpp:2827
Function
test_m_pmulhuw
tests/impl.cpp:2832
Function
test_m_psadbw
tests/impl.cpp:2892
Function
test_m_pshufw
tests/impl.cpp:2909
Function
test_mm_abs_epi16
SSSE3 */
tests/impl.cpp:8247
Function
test_mm_abs_epi32
tests/impl.cpp:8267
Function
test_mm_abs_epi8
tests/impl.cpp:8283
Function
test_mm_abs_pi16
tests/impl.cpp:8297
Function
test_mm_abs_pi32
tests/impl.cpp:8313
Function
test_mm_abs_pi8
tests/impl.cpp:8327
Function
test_mm_add_epi16
SSE2 */
tests/impl.cpp:3662
Function
test_mm_add_epi32
tests/impl.cpp:3686
Function
test_mm_add_epi64
tests/impl.cpp:3702
Function
test_mm_add_epi8
tests/impl.cpp:3720
Function
test_mm_add_pd
tests/impl.cpp:3748
Function
test_mm_add_ps
SSE */
tests/impl.cpp:825
Function
test_mm_add_sd
tests/impl.cpp:3764
Function
test_mm_add_si64
tests/impl.cpp:3780
Function
test_mm_add_ss
tests/impl.cpp:841
Function
test_mm_adds_epi16
tests/impl.cpp:3796
Function
test_mm_adds_epi8
tests/impl.cpp:3827
Function
test_mm_adds_epu16
tests/impl.cpp:3845
Function
test_mm_adds_epu8
tests/impl.cpp:3877
Function
test_mm_addsub_pd
SSE3 */
tests/impl.cpp:8061
Function
test_mm_addsub_ps
tests/impl.cpp:8079
Function
test_mm_aesdec_si128
tests/impl.cpp:12911
Function
test_mm_aesdeclast_si128
tests/impl.cpp:12937
Function
test_mm_aesenc_si128
AES */
tests/impl.cpp:12898
Function
test_mm_aesenclast_si128
tests/impl.cpp:12924
Function
test_mm_aesimc_si128
tests/impl.cpp:12960
Function
test_mm_aeskeygenassist_si128
tests/impl.cpp:13035
Function
test_mm_alignr_epi8
tests/impl.cpp:8346
Function
test_mm_alignr_pi8
tests/impl.cpp:8393
Function
test_mm_and_pd
tests/impl.cpp:3937
Function
test_mm_and_ps
tests/impl.cpp:859
Function
test_mm_and_si128
tests/impl.cpp:3954
Function
test_mm_andnot_pd
tests/impl.cpp:3980
Function
test_mm_andnot_ps
r0 := ~a0 & b0 r1 := ~a1 & b1 r2 := ~a2 & b2 r3 := ~a3 & b3
tests/impl.cpp:888
Function
test_mm_andnot_si128
tests/impl.cpp:4002
Function
test_mm_avg_epu16
tests/impl.cpp:4029
Function
test_mm_avg_epu8
tests/impl.cpp:4050
Function
test_mm_blend_epi16
SSE4.1 */
tests/impl.cpp:8999
← previous
next →
701–800 of 1,254, ranked by callers