Module aarch64

Module aarch64 

1.59.0 · Source
Available on AArch64 or target_arch=arm64ec only.
Expand description

Platform-specific intrinsics for the aarch64 platform.

See the module documentation for more details.

Structs§

float32x2_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of two packed f32.
float32x4_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of four packed f32.
float64x1_t
ARM-specific 64-bit wide vector of one packed f64.
float64x1x2_t
ARM-specific type containing two float64x1_t vectors.
float64x1x3_t
ARM-specific type containing three float64x1_t vectors.
float64x1x4_t
ARM-specific type containing four float64x1_t vectors.
float64x2_t
ARM-specific 128-bit wide vector of two packed f64.
float64x2x2_t
ARM-specific type containing two float64x2_t vectors.
float64x2x3_t
ARM-specific type containing three float64x2_t vectors.
float64x2x4_t
ARM-specific type containing four float64x2_t vectors.
int8x8_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of eight packed i8.
int8x16_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of sixteen packed i8.
int16x4_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of four packed i16.
int16x8_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of eight packed i16.
int32x2_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of two packed i32.
int32x4_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of four packed i32.
int64x1_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of one packed i64.
int64x2_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of two packed i64.
poly8x8_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide polynomial vector of eight packed p8.
poly8x16_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of sixteen packed p8.
poly16x4_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of four packed p16.
poly16x8_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of eight packed p16.
poly64x1_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of one packed p64.
poly64x2_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of two packed p64.
uint8x8_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of eight packed u8.
uint8x16_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of sixteen packed u8.
uint16x4_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of four packed u16.
uint16x8_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of eight packed u16.
uint32x2_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of two packed u32.
uint32x4_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of four packed u32.
uint64x1_tAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of one packed u64.
uint64x2_tAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of two packed u64.
float16x4_tExperimentalAArch64 or target_arch=arm64ec or v7
Arm-specific 64-bit wide vector of four packed f16.
float16x8_tExperimentalAArch64 or target_arch=arm64ec or v7
Arm-specific 128-bit wide vector of eight packed f16.

Functions§

__crc32bcrc
CRC32 single round checksum for bytes (8 bits). Arm’s documentation
__crc32dcrc
CRC32 single round checksum for quad words (64 bits). Arm’s documentation
vadd_f32neon
Vector add. Arm’s documentation
vadd_s8neon
Vector add. Arm’s documentation
vadd_s16neon
Vector add. Arm’s documentation
vadd_s32neon
Vector add. Arm’s documentation
vadd_u8neon
Vector add. Arm’s documentation
vadd_u16neon
Vector add. Arm’s documentation
vadd_u32neon
Vector add. Arm’s documentation
vaddq_f32neon
Vector add. Arm’s documentation
vaddq_s8neon
Vector add. Arm’s documentation
vaddq_s16neon
Vector add. Arm’s documentation
vaddq_s32neon
Vector add. Arm’s documentation
vaddq_s64neon
Vector add. Arm’s documentation
vaddq_u8neon
Vector add. Arm’s documentation
vaddq_u16neon
Vector add. Arm’s documentation
vaddq_u32neon
Vector add. Arm’s documentation
vaddq_u64neon
Vector add. Arm’s documentation
vcombine_f32neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_p8neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_p16neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_p64neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_s8neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_s16neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_s32neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_s64neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_u8neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_u16neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_u32neon
Join two smaller vectors into a single larger vector Arm’s documentation
vcombine_u64neon
Join two smaller vectors into a single larger vector Arm’s documentation
vdup_n_f32neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_p8neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_p16neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_s8neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_s16neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_s32neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_s64neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_u8neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_u16neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_u32neon
Duplicate vector element to vector or scalar Arm’s documentation
vdup_n_u64neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_f32neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_p8neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_p16neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_s8neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_s16neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_s32neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_s64neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_u8neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_u16neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_u32neon
Duplicate vector element to vector or scalar Arm’s documentation
vdupq_n_u64neon
Duplicate vector element to vector or scalar Arm’s documentation
veor_s8neon
Vector bitwise exclusive or (vector) Arm’s documentation
veor_s16neon
Vector bitwise exclusive or (vector) Arm’s documentation
veor_s32neon
Vector bitwise exclusive or (vector) Arm’s documentation
veor_s64neon
Vector bitwise exclusive or (vector) Arm’s documentation
veor_u8neon
Vector bitwise exclusive or (vector) Arm’s documentation
veor_u16neon
Vector bitwise exclusive or (vector) Arm’s documentation
veor_u32neon
Vector bitwise exclusive or (vector) Arm’s documentation
veor_u64neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_s8neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_s16neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_s32neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_s64neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_u8neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_u16neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_u32neon
Vector bitwise exclusive or (vector) Arm’s documentation
veorq_u64neon
Vector bitwise exclusive or (vector) Arm’s documentation
vfma_f32neon
Floating-point fused Multiply-Add to accumulator(vector) Arm’s documentation
vfmaq_f32neon
Floating-point fused Multiply-Add to accumulator(vector) Arm’s documentation
vget_high_f32neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_p8neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_p16neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_s8neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_s16neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_s32neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_u8neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_u16neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_high_u32neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_f32neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_p8neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_p16neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_s8neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_s16neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_s32neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_u8neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_u16neon
Duplicate vector element to vector or scalar Arm’s documentation
vget_low_u32neon
Duplicate vector element to vector or scalar Arm’s documentation
vld1_dup_f32neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_p8neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_p16neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_s8neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_s16neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_s32neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_u8neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_u16neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_dup_u32neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1_f32neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_f64neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_lane_f32neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_p8neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_p16neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_s8neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_s16neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_s32neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_s64neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_u8neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_u16neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_u32neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_lane_u64neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1_p8neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_p16neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_p64neon and aes
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_s8neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_s16neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_s32neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_s64neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_u8neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_u16neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_u32neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1_u64neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_dup_f32neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_p8neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_p16neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_s8neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_s16neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_s32neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_s64neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_u8neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_u16neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_u32neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_dup_u64neon
Load one single-element structure and Replicate to all lanes (of one register). Arm’s documentation
vld1q_f32neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_f64neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_lane_f32neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_p8neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_p16neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_s8neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_s16neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_s32neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_s64neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_u8neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_u16neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_u32neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_lane_u64neon
Load one single-element structure to one lane of one register. Arm’s documentation
vld1q_p8neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_p16neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_p64neon and aes
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_s8neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_s16neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_s32neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_s64neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_u8neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_u16neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_u32neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vld1q_u64neon
Load multiple single-element structures to one, two, three, or four registers Arm’s documentation
vmov_n_f32neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_p8neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_p16neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_s8neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_s16neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_s32neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_s64neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_u8neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_u16neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_u32neon
Duplicate vector element to vector or scalar Arm’s documentation
vmov_n_u64neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_f32neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_p8neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_p16neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_s8neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_s16neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_s32neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_s64neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_u8neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_u16neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_u32neon
Duplicate vector element to vector or scalar Arm’s documentation
vmovq_n_u64neon
Duplicate vector element to vector or scalar Arm’s documentation
vmul_f32neon
Multiply Arm’s documentation
vmul_s8neon
Multiply Arm’s documentation
vmul_s16neon
Multiply Arm’s documentation
vmul_s32neon
Multiply Arm’s documentation
vmul_u8neon
Multiply Arm’s documentation
vmul_u16neon
Multiply Arm’s documentation
vmul_u32neon
Multiply Arm’s documentation
vmulq_f32neon
Multiply Arm’s documentation
vmulq_s8neon
Multiply Arm’s documentation
vmulq_s16neon
Multiply Arm’s documentation
vmulq_s32neon
Multiply Arm’s documentation
vmulq_u8neon
Multiply Arm’s documentation
vmulq_u16neon
Multiply Arm’s documentation
vmulq_u32neon
Multiply Arm’s documentation
vneg_f32neon
Negate Arm’s documentation
vneg_s8neon
Negate Arm’s documentation
vneg_s16neon
Negate Arm’s documentation
vneg_s32neon
Negate Arm’s documentation
vnegq_f32neon
Negate Arm’s documentation
vnegq_s8neon
Negate Arm’s documentation
vnegq_s16neon
Negate Arm’s documentation
vnegq_s32neon
Negate Arm’s documentation
vreinterpret_f32_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_p64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_p64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_s64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_u64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_f64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_p8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_p16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_s8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_s16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_s32Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_s64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_u8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_u16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_u32Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_u64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_f64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_p64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_u64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_f64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_p64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_s64neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_p64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_p128Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_p64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_p128Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_p8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_p16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_s8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_s16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_s32Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_u8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_u16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_u32Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_p8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_p16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_s8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_s16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_s32Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_s64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_u8Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_u16Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_u32Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_u64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_p64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_p64Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_u64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_f32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_f64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_p8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_p16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_p64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_p128Little-endian and neon and aes
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_s8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_s16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_s32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_s64Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_u8Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_u16Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_u32Little-endian and neon
Vector reinterpret cast operation Arm’s documentation
vrev16_p8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev16_s8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev16_u8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev16q_p8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev16q_s8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev16q_u8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32_p8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32_p16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32_s8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32_s16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32_u8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32_u16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32q_p8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32q_p16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32q_s8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32q_s16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32q_u8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev32q_u16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_f32neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_p8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_p16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_s8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_s16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_s32neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_u8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_u16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64_u32neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_f32neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_p8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_p16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_s8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_s16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_s32neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_u8neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_u16neon
Reversing vector elements (swap endianness) Arm’s documentation
vrev64q_u32neon
Reversing vector elements (swap endianness) Arm’s documentation
vst1_f32neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_f64neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_f64_x2neon
Store multiple single-element structures to one, two, three, or four registers Arm’s documentation
vst1_f64_x3neon
Store multiple single-element structures to one, two, three, or four registers Arm’s documentation
vst1_f64_x4neon
Store multiple single-element structures to one, two, three, or four registers Arm’s documentation
vst1_lane_f64neon
Store multiple single-element structures from one, two, three, or four registers Arm’s documentation
vst1_p8neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_p16neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_p64neon and aes
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_s8neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_s16neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_s32neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_s64neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_u8neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_u16neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_u32neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1_u64neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_f32neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_f64neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_f64_x2neon
Store multiple single-element structures to one, two, three, or four registers Arm’s documentation
vst1q_f64_x3neon
Store multiple single-element structures to one, two, three, or four registers Arm’s documentation
vst1q_f64_x4neon
Store multiple single-element structures to one, two, three, or four registers Arm’s documentation
vst1q_lane_f64neon
Store multiple single-element structures from one, two, three, or four registers Arm’s documentation
vst1q_p8neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_p16neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_p64neon and aes
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_s8neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_s16neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_s32neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_s64neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_u8neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_u16neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_u32neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_u64neon
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vsub_f32neon
Subtract Arm’s documentation
vsub_s8neon
Subtract Arm’s documentation
vsub_s16neon
Subtract Arm’s documentation
vsub_s32neon
Subtract Arm’s documentation
vsub_s64neon
Subtract Arm’s documentation
vsub_u8neon
Subtract Arm’s documentation
vsub_u16neon
Subtract Arm’s documentation
vsub_u32neon
Subtract Arm’s documentation
vsub_u64neon
Subtract Arm’s documentation
vsubq_f32neon
Subtract Arm’s documentation
vsubq_s8neon
Subtract Arm’s documentation
vsubq_s16neon
Subtract Arm’s documentation
vsubq_s32neon
Subtract Arm’s documentation
vsubq_s64neon
Subtract Arm’s documentation
vsubq_u8neon
Subtract Arm’s documentation
vsubq_u16neon
Subtract Arm’s documentation
vsubq_u32neon
Subtract Arm’s documentation
vsubq_u64neon
Subtract Arm’s documentation
vtrn1_f32neon
Transpose vectors Arm’s documentation
vtrn1_p8neon
Transpose vectors Arm’s documentation
vtrn1_p16neon
Transpose vectors Arm’s documentation
vtrn1_s8neon
Transpose vectors Arm’s documentation
vtrn1_s16neon
Transpose vectors Arm’s documentation
vtrn1_s32neon
Transpose vectors Arm’s documentation
vtrn1_u8neon
Transpose vectors Arm’s documentation
vtrn1_u16neon
Transpose vectors Arm’s documentation
vtrn1_u32neon
Transpose vectors Arm’s documentation
vtrn1q_f32neon
Transpose vectors Arm’s documentation
vtrn1q_f64neon
Transpose vectors Arm’s documentation
vtrn1q_p8neon
Transpose vectors Arm’s documentation
vtrn1q_p16neon
Transpose vectors Arm’s documentation
vtrn1q_p64neon
Transpose vectors Arm’s documentation
vtrn1q_s8neon
Transpose vectors Arm’s documentation
vtrn1q_s16neon
Transpose vectors Arm’s documentation
vtrn1q_s32neon
Transpose vectors Arm’s documentation
vtrn1q_s64neon
Transpose vectors Arm’s documentation
vtrn1q_u8neon
Transpose vectors Arm’s documentation
vtrn1q_u16neon
Transpose vectors Arm’s documentation
vtrn1q_u32neon
Transpose vectors Arm’s documentation
vtrn1q_u64neon
Transpose vectors Arm’s documentation
vtrn2_f32neon
Transpose vectors Arm’s documentation
vtrn2_p8neon
Transpose vectors Arm’s documentation
vtrn2_p16neon
Transpose vectors Arm’s documentation
vtrn2_s8neon
Transpose vectors Arm’s documentation
vtrn2_s16neon
Transpose vectors Arm’s documentation
vtrn2_s32neon
Transpose vectors Arm’s documentation
vtrn2_u8neon
Transpose vectors Arm’s documentation
vtrn2_u16neon
Transpose vectors Arm’s documentation
vtrn2_u32neon
Transpose vectors Arm’s documentation
vtrn2q_f32neon
Transpose vectors Arm’s documentation
vtrn2q_f64neon
Transpose vectors Arm’s documentation
vtrn2q_p8neon
Transpose vectors Arm’s documentation
vtrn2q_p16neon
Transpose vectors Arm’s documentation
vtrn2q_p64neon
Transpose vectors Arm’s documentation
vtrn2q_s8neon
Transpose vectors Arm’s documentation
vtrn2q_s16neon
Transpose vectors Arm’s documentation
vtrn2q_s32neon
Transpose vectors Arm’s documentation
vtrn2q_s64neon
Transpose vectors Arm’s documentation
vtrn2q_u8neon
Transpose vectors Arm’s documentation
vtrn2q_u16neon
Transpose vectors Arm’s documentation
vtrn2q_u32neon
Transpose vectors Arm’s documentation
vtrn2q_u64neon
Transpose vectors Arm’s documentation
vdup_n_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Create a new vector with all lanes set to a value Arm’s documentation
vdupq_n_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Create a new vector with all lanes set to a value Arm’s documentation
vmov_n_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Duplicate element to vector Arm’s documentation
vmovq_n_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Duplicate element to vector Arm’s documentation
vmul_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Multiply Arm’s documentation
vmulq_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Multiply Arm’s documentation
vneg_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Negate Arm’s documentation
vnegq_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Negate Arm’s documentation
vreinterpret_f16_f32ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_f64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_p8ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_p16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_p64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_s8ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_s16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_s32ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_s64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_u8ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_u16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_u32ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f16_u64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f32_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_f64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p8_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p16_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_p64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s8_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s16_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s32_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_s64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u8_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u16_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u32_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpret_u64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_f32ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_f64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_p8ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_p16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_p64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_p128ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_s8ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_s16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_s32ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_s64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_u8ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_u16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_u32ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f16_u64ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f32_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_f64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p8_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p16_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_p128_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s8_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s16_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s32_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_s64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u8_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u16_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u32_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vreinterpretq_u64_f16ExperimentalLittle-endian and non-target_arch=arm64ec and neon and fp16
Vector reinterpret cast operation Arm’s documentation
vst1_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vst1q_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Store multiple single-element structures from one, two, three, or four registers. Arm’s documentation
vsub_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Subtract Arm’s documentation
vsubq_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Subtract Arm’s documentation
vtrn1_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Transpose vectors Arm’s documentation
vtrn1q_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Transpose vectors Arm’s documentation
vtrn2_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Transpose vectors Arm’s documentation
vtrn2q_f16ExperimentalNon-target_arch=arm64ec and neon and fp16
Transpose vectors Arm’s documentation