Skip to content

Commit fb989f8

Browse files
committed
aarch64/arm: fix tests that matched on prefix of instruction
1 parent ca8a120 commit fb989f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/stdarch-gen-arm/spec/neon/arm_shared.spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14152,8 +14152,8 @@ intrinsics:
1415214152
- ['vld1q_dup_u32', '*const u32', 'uint32x4_t', 'vld1.32', 'ld1r', 'u32x4::splat']
1415314153
- ['vld1q_dup_f32', '*const f32', 'float32x4_t', 'vld1.32', 'ld1r', 'f32x4::splat']
1415414154

14155-
- ['vld1q_dup_s64', '*const i64', 'int64x2_t', 'vldr', 'ld1', 'i64x2::splat']
14156-
- ['vld1q_dup_u64', '*const u64', 'uint64x2_t', 'vldr', 'ld1', 'u64x2::splat']
14155+
- ['vld1q_dup_s64', '*const i64', 'int64x2_t', 'vldr', 'ld1r', 'i64x2::splat']
14156+
- ['vld1q_dup_u64', '*const u64', 'uint64x2_t', 'vldr', 'ld1r', 'u64x2::splat']
1415714157
compose:
1415814158
- FnCall:
1415914159
- transmute

0 commit comments

Comments
 (0)