@@ -24470,7 +24470,7 @@ pub fn vrsrad_n_u64<const N: i32>(a: u64, b: u64) -> u64 {
24470
24470
#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_s16)"]
24471
24471
#[inline]
24472
24472
#[target_feature(enable = "neon")]
24473
- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24473
+ #[cfg_attr(test, assert_instr(rsubhn ))]
24474
24474
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
24475
24475
pub fn vrsubhn_high_s16(a: int8x8_t, b: int16x8_t, c: int16x8_t) -> int8x16_t {
24476
24476
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 {
24480
24480
#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_s32)"]
24481
24481
#[inline]
24482
24482
#[target_feature(enable = "neon")]
24483
- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24483
+ #[cfg_attr(test, assert_instr(rsubhn ))]
24484
24484
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
24485
24485
pub fn vrsubhn_high_s32(a: int16x4_t, b: int32x4_t, c: int32x4_t) -> int16x8_t {
24486
24486
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 {
24490
24490
#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_s64)"]
24491
24491
#[inline]
24492
24492
#[target_feature(enable = "neon")]
24493
- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24493
+ #[cfg_attr(test, assert_instr(rsubhn ))]
24494
24494
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
24495
24495
pub fn vrsubhn_high_s64(a: int32x2_t, b: int64x2_t, c: int64x2_t) -> int32x4_t {
24496
24496
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 {
24500
24500
#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_u16)"]
24501
24501
#[inline]
24502
24502
#[target_feature(enable = "neon")]
24503
- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24503
+ #[cfg_attr(test, assert_instr(rsubhn ))]
24504
24504
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
24505
24505
pub fn vrsubhn_high_u16(a: uint8x8_t, b: uint16x8_t, c: uint16x8_t) -> uint8x16_t {
24506
24506
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_
24510
24510
#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_u32)"]
24511
24511
#[inline]
24512
24512
#[target_feature(enable = "neon")]
24513
- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24513
+ #[cfg_attr(test, assert_instr(rsubhn ))]
24514
24514
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
24515
24515
pub fn vrsubhn_high_u32(a: uint16x4_t, b: uint32x4_t, c: uint32x4_t) -> uint16x8_t {
24516
24516
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
24520
24520
#[doc = "[Arm's documentation](https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsubhn_high_u64)"]
24521
24521
#[inline]
24522
24522
#[target_feature(enable = "neon")]
24523
- #[cfg_attr(test, assert_instr(rsubhn2 ))]
24523
+ #[cfg_attr(test, assert_instr(rsubhn ))]
24524
24524
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
24525
24525
pub fn vrsubhn_high_u64(a: uint32x2_t, b: uint64x2_t, c: uint64x2_t) -> uint32x4_t {
24526
24526
let x: uint32x2_t = vrsubhn_u64(b, c);
0 commit comments