@@ -24470,7 +24470,7 @@ pub fn vrsrad_n_u64<const N: i32>(a: u64, b: u64) -> u64 {
2447024470#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_s16)"]
2447124471#[inline]
2447224472#[target_feature(enable = "neon")]
24473- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24473+ #[cfg_attr(test, assert_instr(rsubhn ))]
2447424474#[stable(feature = "neon_intrinsics", since = "1.59.0")]
2447524475pub fn vrsubhn_high_s16(a: int8x8_t, b: int16x8_t, c: int16x8_t) -> int8x16_t {
2447624476 let x: int8x8_t = vrsubhn_s16(b, c);
@@ -24480,7 +24480,7 @@ pub fn vrsubhn_high_s16(a: int8x8_t, b: int16x8_t, c: int16x8_t) -> int8x16_t {
2448024480#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_s32)"]
2448124481#[inline]
2448224482#[target_feature(enable = "neon")]
24483- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24483+ #[cfg_attr(test, assert_instr(rsubhn ))]
2448424484#[stable(feature = "neon_intrinsics", since = "1.59.0")]
2448524485pub fn vrsubhn_high_s32(a: int16x4_t, b: int32x4_t, c: int32x4_t) -> int16x8_t {
2448624486 let x: int16x4_t = vrsubhn_s32(b, c);
@@ -24490,7 +24490,7 @@ pub fn vrsubhn_high_s32(a: int16x4_t, b: int32x4_t, c: int32x4_t) -> int16x8_t {
2449024490#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_s64)"]
2449124491#[inline]
2449224492#[target_feature(enable = "neon")]
24493- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24493+ #[cfg_attr(test, assert_instr(rsubhn ))]
2449424494#[stable(feature = "neon_intrinsics", since = "1.59.0")]
2449524495pub fn vrsubhn_high_s64(a: int32x2_t, b: int64x2_t, c: int64x2_t) -> int32x4_t {
2449624496 let x: int32x2_t = vrsubhn_s64(b, c);
@@ -24500,7 +24500,7 @@ pub fn vrsubhn_high_s64(a: int32x2_t, b: int64x2_t, c: int64x2_t) -> int32x4_t {
2450024500#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_u16)"]
2450124501#[inline]
2450224502#[target_feature(enable = "neon")]
24503- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24503+ #[cfg_attr(test, assert_instr(rsubhn ))]
2450424504#[stable(feature = "neon_intrinsics", since = "1.59.0")]
2450524505pub fn vrsubhn_high_u16(a: uint8x8_t, b: uint16x8_t, c: uint16x8_t) -> uint8x16_t {
2450624506 let x: uint8x8_t = vrsubhn_u16(b, c);
@@ -24510,7 +24510,7 @@ pub fn vrsubhn_high_u16(a: uint8x8_t, b: uint16x8_t, c: uint16x8_t) -> uint8x16_
2451024510#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_u32)"]
2451124511#[inline]
2451224512#[target_feature(enable = "neon")]
24513- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24513+ #[cfg_attr(test, assert_instr(rsubhn ))]
2451424514#[stable(feature = "neon_intrinsics", since = "1.59.0")]
2451524515pub fn vrsubhn_high_u32(a: uint16x4_t, b: uint32x4_t, c: uint32x4_t) -> uint16x8_t {
2451624516 let x: uint16x4_t = vrsubhn_u32(b, c);
@@ -24520,7 +24520,7 @@ pub fn vrsubhn_high_u32(a: uint16x4_t, b: uint32x4_t, c: uint32x4_t) -> uint16x8
2452024520#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_u64)"]
2452124521#[inline]
2452224522#[target_feature(enable = "neon")]
24523- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24523+ #[cfg_attr(test, assert_instr(rsubhn ))]
2452424524#[stable(feature = "neon_intrinsics", since = "1.59.0")]
2452524525pub fn vrsubhn_high_u64(a: uint32x2_t, b: uint64x2_t, c: uint64x2_t) -> uint32x4_t {
2452624526 let x: uint32x2_t = vrsubhn_u64(b, c);
0 commit comments