Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VASTDynamics/Vaporizer2
/ functions
Functions
3,212 in github.com/VASTDynamics/Vaporizer2
⨍
Functions
3,212
◇
Types & classes
352
Function
_mm_maskmove_si64
Conditionally store 8-bit integer elements from a into memory using mask (elements are not stored when the highest bit is not set in the corresponding
VASTvaporizer/Source/sse2neon.h:1955
Function
_mm_maskmoveu_si128
Conditionally store 8-bit integer elements from a into memory using mask (elements are not stored when the highest bit is not set in the corresponding
VASTvaporizer/Source/sse2neon.h:4386
Function
_mm_max_epi32
Compare packed signed 32-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guid
VASTvaporizer/Source/sse2neon.h:7165
Function
_mm_max_epi8
Compare packed signed 8-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide
VASTvaporizer/Source/sse2neon.h:7174
Function
_mm_max_epu16
Compare packed unsigned 16-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gu
VASTvaporizer/Source/sse2neon.h:7183
Function
_mm_max_epu32
Compare packed unsigned 32-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gu
VASTvaporizer/Source/sse2neon.h:7192
Function
_mm_max_epu8
Compare packed unsigned 8-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gui
VASTvaporizer/Source/sse2neon.h:4408
Function
_mm_max_pi16
Compare packed signed 16-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guid
VASTvaporizer/Source/sse2neon.h:1974
Function
_mm_max_pu8
Compare packed unsigned 8-bit integers in a and b, and store packed maximum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gui
VASTvaporizer/Source/sse2neon.h:2000
Function
_mm_mfence
Perform a serializing operation on all load-from-memory and store-to-memory instructions that were issued prior to this instruction. Guarantees that e
VASTvaporizer/Source/sse2neon.h:2547
Function
_mm_min_epi32
Compare packed signed 32-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guid
VASTvaporizer/Source/sse2neon.h:7201
Function
_mm_min_epi8
Compare packed signed 8-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide
VASTvaporizer/Source/sse2neon.h:7210
Function
_mm_min_epu16
Compare packed unsigned 16-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gu
VASTvaporizer/Source/sse2neon.h:7219
Function
_mm_min_epu32
Compare packed unsigned 32-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gu
VASTvaporizer/Source/sse2neon.h:7228
Function
_mm_min_epu8
Compare packed unsigned 8-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gui
VASTvaporizer/Source/sse2neon.h:4469
Function
_mm_min_pi16
Compare packed signed 16-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guid
VASTvaporizer/Source/sse2neon.h:2022
Function
_mm_min_pu8
Compare packed unsigned 8-bit integers in a and b, and store packed minimum values in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-gui
VASTvaporizer/Source/sse2neon.h:2048
Function
_mm_minpos_epu16
Horizontally compute the minimum amongst the packed unsigned 16-bit integers in a, store the minimum and index in dst, and zero the remaining bits in
VASTvaporizer/Source/sse2neon.h:7237
Function
_mm_move_epi64
Copy the lower 64-bit integer in a to the lower element of dst, and zero the upper element. https://www.intel.com/content/www/us/en/docs/intrinsics-gu
VASTvaporizer/Source/sse2neon.h:4520
Function
_mm_movedup_pd
Duplicate the low double-precision (64-bit) floating-point element from a, and store the results in dst. https://www.intel.com/content/www/us/en/docs/
VASTvaporizer/Source/sse2neon.h:6003
Function
_mm_movehdup_ps
Duplicate odd-indexed single-precision (32-bit) floating-point elements from a, and store the results in dst. https://www.intel.com/content/www/us/en/
VASTvaporizer/Source/sse2neon.h:6017
Function
_mm_moveldup_ps
Duplicate even-indexed single-precision (32-bit) floating-point elements from a, and store the results in dst. https://www.intel.com/content/www/us/en
VASTvaporizer/Source/sse2neon.h:6036
Function
_mm_movemask_epi8
Create mask from the most significant bit of each 8-bit element in a, and store the result in dst. https://www.intel.com/content/www/us/en/docs/intrin
VASTvaporizer/Source/sse2neon.h:4540
Function
_mm_movemask_pd
Set each bit of mask dst based on the most significant bit of the corresponding packed double-precision (64-bit) floating-point element in a. https://
VASTvaporizer/Source/sse2neon.h:4623
Function
_mm_movemask_pi8
Create mask from the most significant bit of each 8-bit element in a, and store the result in dst. https://www.intel.com/content/www/us/en/docs/intrin
VASTvaporizer/Source/sse2neon.h:2108
Function
_mm_movemask_ps
Set each bit of mask dst based on the most significant bit of the corresponding packed single-precision (32-bit) floating-point element in a. https://
VASTvaporizer/Source/sse2neon.h:2129
Function
_mm_movepi64_pi64
Copy the lower 64-bit integer in a to dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_movepi64_pi64
VASTvaporizer/Source/sse2neon.h:4633
Function
_mm_movpi64_epi64
Copy the 64-bit integer a to the lower element of dst, and zero the upper element. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index
VASTvaporizer/Source/sse2neon.h:4641
Function
_mm_mpsadbw_epu8
Compute the sum of absolute differences (SADs) of quadruplets of unsigned 8-bit integers in a compared to those in b, and store the 16-bit results in
VASTvaporizer/Source/sse2neon.h:7287
Function
_mm_mul_epi32
Multiply the low signed 32-bit integers from each packed 64-bit element in a and b, and store the signed 64-bit results in dst. https://www.intel.com/
VASTvaporizer/Source/sse2neon.h:7371
Function
_mm_mul_epu32
Multiply the low unsigned 32-bit integers from each packed 64-bit element in a and b, and store the unsigned 64-bit results in dst. https://www.intel.
VASTvaporizer/Source/sse2neon.h:4650
Function
_mm_mul_sd
Multiply the lower double-precision (64-bit) floating-point element in a and b, store the result in the lower element of dst, and copy the upper eleme
VASTvaporizer/Source/sse2neon.h:4680
Function
_mm_mul_su32
Multiply the low unsigned 32-bit integers from a and b, and store the unsigned 64-bit result in dst. https://www.intel.com/content/www/us/en/docs/intr
VASTvaporizer/Source/sse2neon.h:4688
Function
_mm_mulhi_epi16
Multiply the packed signed 16-bit integers in a and b, producing intermediate 32-bit integers, and store the high 16 bits of the intermediate integers
VASTvaporizer/Source/sse2neon.h:4698
Function
_mm_mulhi_epu16
Multiply the packed unsigned 16-bit integers in a and b, producing intermediate 32-bit integers, and store the high 16 bits of the intermediate intege
VASTvaporizer/Source/sse2neon.h:4719
Function
_mm_mulhi_pu16
Multiply the packed unsigned 16-bit integers in a and b, producing intermediate 32-bit integers, and store the high 16 bits of the intermediate intege
VASTvaporizer/Source/sse2neon.h:2171
Function
_mm_mulhrs_epi16
Multiply packed signed 16-bit integers in a and b, producing intermediate signed 32-bit integers. Shift right by 15 bits while rounding up, and store
VASTvaporizer/Source/sse2neon.h:6409
Function
_mm_mulhrs_pi16
Multiply packed signed 16-bit integers in a and b, producing intermediate signed 32-bit integers. Truncate each intermediate integer to the 18 most si
VASTvaporizer/Source/sse2neon.h:6433
Function
_mm_mullo_epi16
Multiply the packed 16-bit integers in a and b, producing intermediate 32-bit integers, and store the low 16 bits of the intermediate integers in dst.
VASTvaporizer/Source/sse2neon.h:4743
Function
_mm_mullo_epi32
Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers, and store the low 32 bits of the intermediate integers in dst.
VASTvaporizer/Source/sse2neon.h:7382
Function
_mm_or_si128
Compute the bitwise OR of 128 bits (representing integer data) in a and b, and store the result in dst. https://www.intel.com/content/www/us/en/docs/i
VASTvaporizer/Source/sse2neon.h:4761
Function
_mm_packs_epi16
Convert packed signed 16-bit integers from a and b to packed 8-bit integers using signed saturation, and store the results in dst. https://www.intel.c
VASTvaporizer/Source/sse2neon.h:4770
Function
_mm_packus_epi16
Convert packed signed 16-bit integers from a and b to packed 8-bit integers using unsigned saturation, and store the results in dst. https://www.intel
VASTvaporizer/Source/sse2neon.h:4790
Function
_mm_packus_epi32
Convert packed signed 32-bit integers from a and b to packed 16-bit integers using unsigned saturation, and store the results in dst. https://www.inte
VASTvaporizer/Source/sse2neon.h:7391
Function
_mm_pause
Pause the processor. This is typically used in spin-wait loops and depending on the x86 processor typical values are in the 40-100 cycle range. The 'y
VASTvaporizer/Source/sse2neon.h:4803
Function
_mm_popcnt_u32
Count the number of bits set to 1 in unsigned 32-bit integer a, and return that count in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-
VASTvaporizer/Source/sse2neon.h:9090
Function
_mm_popcnt_u64
Count the number of bits set to 1 in unsigned 64-bit integer a, and return that count in dst. https://www.intel.com/content/www/us/en/docs/intrinsics-
VASTvaporizer/Source/sse2neon.h:9119
Function
_mm_prefetch
Fetch the line of data from memory that contains address p to a location in the cache hierarchy specified by the locality hint i. https://www.intel.co
VASTvaporizer/Source/sse2neon.h:2240
Function
_mm_round_sd
Round the lower double-precision (64-bit) floating-point element in b using the rounding parameter, store the result as a double-precision floating-po
VASTvaporizer/Source/sse2neon.h:7532
Function
_mm_round_ss
Round the lower single-precision (32-bit) floating-point element in b using the rounding parameter, store the result as a single-precision floating-po
VASTvaporizer/Source/sse2neon.h:7552
Function
_mm_rsqrt_ss
Compute the approximate reciprocal square root of the lower single-precision (32-bit) floating-point element in a, store the result in the lower eleme
VASTvaporizer/Source/sse2neon.h:2342
Function
_mm_sad_epu8
Compute the absolute differences of packed unsigned 8-bit integers in a and b, then horizontally sum each consecutive 8 differences to produce two uns
VASTvaporizer/Source/sse2neon.h:4817
Function
_mm_sad_pu8
Compute the absolute differences of packed unsigned 8-bit integers in a and b, then horizontally sum each consecutive 8 differences to produce four un
VASTvaporizer/Source/sse2neon.h:2352
Function
_mm_set1_epi64
Broadcast 64-bit integer a to all elements of dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_set1_epi64
VASTvaporizer/Source/sse2neon.h:4934
Function
_mm_set1_epi64x
Broadcast 64-bit integer a to all elements of dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_set1_epi64x
VASTvaporizer/Source/sse2neon.h:4941
Function
_mm_set1_epi8
Broadcast 8-bit integer a to all elements of dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_set1_epi8
VASTvaporizer/Source/sse2neon.h:4948
Function
_mm_set1_pd
Broadcast double-precision (64-bit) floating-point value a to all elements of dst. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index
VASTvaporizer/Source/sse2neon.h:4956
Function
_mm_set_epi16
Set packed 16-bit integers in dst with the supplied values. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_set_epi1
VASTvaporizer/Source/sse2neon.h:4825
Function
_mm_set_epi64
Set packed 64-bit integers in dst with the supplied values. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_set_epi6
VASTvaporizer/Source/sse2neon.h:4848
Function
_mm_set_epi8
Set packed 8-bit integers in dst with the supplied values. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_set_epi8
VASTvaporizer/Source/sse2neon.h:4863
Function
_mm_setr_epi16
Set packed 16-bit integers in dst with the supplied values in reverse order. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#
VASTvaporizer/Source/sse2neon.h:4967
Function
_mm_setr_epi32
Set packed 32-bit integers in dst with the supplied values in reverse order. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#
VASTvaporizer/Source/sse2neon.h:4982
Function
_mm_setr_epi64
Set packed 64-bit integers in dst with the supplied values in reverse order. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#
VASTvaporizer/Source/sse2neon.h:4990
Function
_mm_setr_epi8
Set packed 8-bit integers in dst with the supplied values in reverse order. https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#t
VASTvaporizer/Source/sse2neon.h:4997
Function
_mm_setr_pd
Set packed double-precision (64-bit) floating-point elements in dst with the supplied values in reverse order. https://www.intel.com/content/www/us/en
VASTvaporizer/Source/sse2neon.h:5025
Function
_mm_sfence
Perform a serializing operation on all store-to-memory instructions that were issued prior to this instruction. Guarantees that every store instructio
VASTvaporizer/Source/sse2neon.h:2536
Function
_mm_shuffle_epi8
Shuffle packed 8-bit integers in a according to shuffle control mask in the corresponding 8-bit element of b, and store the results in dst. https://ww
VASTvaporizer/Source/sse2neon.h:6445
Function
_mm_shuffle_epi_0101
gets the lower 64 bits of a, swaps the 0 and 1 elements and places it in the upper 64 bits gets the lower 64 bits of a, swaps the 0 and 1 elements, an
VASTvaporizer/Source/sse2neon.h:1043
Function
_mm_shuffle_epi_0122
VASTvaporizer/Source/sse2neon.h:1056
Function
_mm_shuffle_epi_0321
rotates the least significant 32 bits into the most significant 32 bits, and shifts the rest down
VASTvaporizer/Source/sse2neon.h:1009
Function
_mm_shuffle_epi_1001
gets the lower 64 bits of a, swaps the 0 and 1 elements, and places it in the lower 64 bits gets the lower 64 bits of a, and places it in the upper 64
VASTvaporizer/Source/sse2neon.h:1033
Function
_mm_shuffle_epi_1010
gets the lower 64 bits of a, and places it in the upper 64 bits gets the lower 64 bits of a and places it in the lower 64 bits
VASTvaporizer/Source/sse2neon.h:1025
Function
_mm_shuffle_epi_1032
Takes the upper 64 bits of a and places it in the low end of the result Takes the lower 64 bits of a and places it into the high end of the result.
VASTvaporizer/Source/sse2neon.h:990
Function
_mm_shuffle_epi_2103
rotates the most significant 32 bits into the least significant 32 bits, and shifts the rest up
VASTvaporizer/Source/sse2neon.h:1017
Function
_mm_shuffle_epi_2211
VASTvaporizer/Source/sse2neon.h:1049
Function
_mm_shuffle_epi_2301
takes the lower two 32-bit values from a and swaps them and places in low end of result takes the higher two 32 bit values from a and swaps them and p
VASTvaporizer/Source/sse2neon.h:1000
Function
_mm_shuffle_epi_3332
VASTvaporizer/Source/sse2neon.h:1063
Function
_mm_shuffle_pi8
Shuffle packed 8-bit integers in a according to shuffle control mask in the corresponding 8-bit element of b, and store the results in dst. https://ww
VASTvaporizer/Source/sse2neon.h:6475
Function
_mm_shuffle_ps_0011
VASTvaporizer/Source/sse2neon.h:773
Function
_mm_shuffle_ps_0022
VASTvaporizer/Source/sse2neon.h:780
Function
_mm_shuffle_ps_0101
VASTvaporizer/Source/sse2neon.h:757
Function
_mm_shuffle_ps_0321
VASTvaporizer/Source/sse2neon.h:725
Function
_mm_shuffle_ps_1001
VASTvaporizer/Source/sse2neon.h:750
Function
_mm_shuffle_ps_1010
VASTvaporizer/Source/sse2neon.h:743
Function
_mm_shuffle_ps_1032
Takes the upper 64 bits of a and places it in the low end of the result Takes the lower 64 bits of b and places it into the high end of the result.
VASTvaporizer/Source/sse2neon.h:708
Function
_mm_shuffle_ps_1133
VASTvaporizer/Source/sse2neon.h:806
Function
_mm_shuffle_ps_2001
VASTvaporizer/Source/sse2neon.h:823
Function
_mm_shuffle_ps_2010
VASTvaporizer/Source/sse2neon.h:814
Function
_mm_shuffle_ps_2032
VASTvaporizer/Source/sse2neon.h:832
Function
_mm_shuffle_ps_2103
VASTvaporizer/Source/sse2neon.h:734
Function
_mm_shuffle_ps_2200
VASTvaporizer/Source/sse2neon.h:788
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
VASTvaporizer/Source/sse2neon.h:718
Function
_mm_shuffle_ps_3202
VASTvaporizer/Source/sse2neon.h:796
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
VASTvaporizer/Source/sse2neon.h:766
Function
_mm_sign_epi16
Negate packed 16-bit integers in a when the corresponding signed 16-bit integer in b is negative, and store the results in dst. Element in dst are zer
VASTvaporizer/Source/sse2neon.h:6488
Function
_mm_sign_epi32
Negate packed 32-bit integers in a when the corresponding signed 32-bit integer in b is negative, and store the results in dst. Element in dst are zer
VASTvaporizer/Source/sse2neon.h:6516
Function
_mm_sign_epi8
Negate packed 8-bit integers in a when the corresponding signed 8-bit integer in b is negative, and store the results in dst. Element in dst are zeroe
VASTvaporizer/Source/sse2neon.h:6545
Function
_mm_sign_pi16
Negate packed 16-bit integers in a when the corresponding signed 16-bit integer in b is negative, and store the results in dst. Element in dst are zer
VASTvaporizer/Source/sse2neon.h:6574
Function
_mm_sign_pi32
Negate packed 32-bit integers in a when the corresponding signed 32-bit integer in b is negative, and store the results in dst. Element in dst are zer
VASTvaporizer/Source/sse2neon.h:6603
Function
_mm_sign_pi8
Negate packed 8-bit integers in a when the corresponding signed 8-bit integer in b is negative, and store the results in dst. Element in dst are zeroe
VASTvaporizer/Source/sse2neon.h:6632
← previous
next →
1,401–1,500 of 3,212, ranked by callers