CarolineConcatto
308c9a9451
[Clang][LLVM][AArch64] Add intrinsic for MOVT SME2 instruction (#97602)
This patch adds these intrinsics:
// Variants are also available for:
// [_s8], [_u16], [_s16], [_u32], [_s32], [_u64], [_s64]
// [_bf16], [_f16], [_f32], [_f64]
void svwrite_lane_zt[_u8](uint64_t zt0, svuint8_t zt, uint64_t idx)
__arm_streaming __arm_inout("zt0");
void svwrite_zt[_u8](uint64_t zt0, svuint8_t zt) __arm_streaming
__arm_inout("zt0");
according to PR#324[1]
[1]https://github.com/ARM-software/acle/pull/324
2024-10-01 10:11:32 +01:00
..
2024-09-23 10:24:48 -07:00
2024-07-15 16:57:42 +01:00
2024-09-27 07:43:58 +01:00
2024-09-26 22:38:18 -07:00
2024-09-23 10:24:48 -07:00
2024-08-21 09:44:01 +01:00
2024-09-19 19:22:24 +01:00
2024-07-30 14:22:50 +02:00
2024-10-01 12:07:22 +03:00
2024-08-27 22:59:33 +03:00
2024-06-03 18:42:08 -04:00
2024-08-20 17:10:51 -07:00
2024-06-11 21:27:14 +08:00
2024-09-23 13:52:37 +01:00
2024-07-31 19:20:49 +02:00
2024-06-11 21:27:14 +08:00
2024-08-07 15:15:25 +01:00
2024-05-20 09:57:50 +01:00
2024-08-08 10:58:45 +03:00
2024-07-09 09:11:18 +08:00
2024-08-08 10:58:45 +03:00
2024-08-17 13:36:40 +01:00
2024-09-27 16:30:54 +01:00
2024-09-30 08:42:41 +01:00
2024-08-06 11:39:01 +01:00
2024-06-21 09:26:45 +01:00
2024-04-08 08:44:13 +01:00
2024-09-26 16:39:18 +01:00
2024-06-13 11:52:22 +02:00
2024-09-30 11:14:38 -07:00
2024-08-27 14:38:36 -07:00
2024-09-26 16:39:18 +01:00
2024-09-30 12:59:06 +01:00
2024-10-01 10:11:32 +01:00
2024-09-19 14:00:45 +01:00
2024-09-17 11:21:23 +01:00
2024-06-29 15:05:04 +02:00
2024-08-08 10:58:45 +03:00
2024-08-08 10:58:45 +03:00
2024-04-24 14:24:14 +01:00
2024-08-08 10:58:45 +03:00
2024-09-17 11:21:23 +01:00
2024-07-15 08:13:52 +01:00
2024-05-06 18:37:04 +01:00
2024-07-25 22:21:03 +03:00
2024-05-21 13:19:21 -07:00
2024-07-10 19:34:48 +08:00
2024-09-19 19:22:24 +01:00
2024-04-24 14:24:14 +01:00
2024-05-30 09:10:43 +01:00
2024-08-20 17:10:51 -07:00
2024-08-16 14:05:07 +01:00
2024-04-17 11:42:52 -07:00
2024-09-18 09:33:57 +01:00
2024-09-19 19:22:24 +01:00
2024-03-25 11:20:56 +00:00
2024-09-12 14:47:13 +01:00
2024-06-06 07:27:50 -07:00
2024-07-01 11:34:23 +01:00
2024-04-09 17:27:46 +01:00
2024-04-09 17:27:46 +01:00
2024-07-10 11:27:23 +01:00
2024-10-01 10:11:32 +01:00
2024-08-29 20:50:51 -07:00
2024-09-19 16:16:38 +01:00
2024-08-14 10:12:40 +05:30
2024-08-14 10:12:40 +05:30
2024-09-24 13:15:26 +01:00
2024-08-21 15:15:49 +01:00
2024-08-30 19:15:05 +01:00
2024-06-24 15:00:11 +02:00
2024-07-10 15:03:17 -07:00
2024-07-10 15:03:17 -07:00
2024-09-25 07:25:57 -07:00
2024-09-25 07:25:57 -07:00
2024-08-21 09:44:01 +01:00
2024-06-29 15:05:04 +02:00
2024-10-01 10:11:32 +01:00
2024-08-21 09:44:01 +01:00
2024-09-24 13:15:26 +01:00
2024-06-29 15:05:04 +02:00