Skip to content

Commit 6444994

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

14134-
- ['vld1q_dup_s64', '*const i64', 'int64x2_t', 'vldr', 'ld1', 'i64x2::splat']
14135-
- ['vld1q_dup_u64', '*const u64', 'uint64x2_t', 'vldr', 'ld1', 'u64x2::splat']
14134+
- ['vld1q_dup_s64', '*const i64', 'int64x2_t', 'vldr', 'ld1r', 'i64x2::splat']
14135+
- ['vld1q_dup_u64', '*const u64', 'uint64x2_t', 'vldr', 'ld1r', 'u64x2::splat']
1413614136
compose:
1413714137
- FnCall:
1413814138
- transmute

0 commit comments

Comments
 (0)