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-30 06:49:50 -07:00
2024-09-30 07:42:53 -07:00
2024-08-30 12:52:26 -04:00
2024-09-19 16:45:25 -06:00
2024-09-22 01:00:24 -07:00
2024-09-30 23:15:18 +01:00
2024-09-28 10:04:03 -07:00
2024-09-17 20:05:44 -07:00
2024-09-24 10:55:35 -07:00
2024-09-30 06:48:00 -07:00
2024-08-28 01:13:46 -07:00
2024-09-23 16:30:50 +02:00
2024-09-25 01:30:03 -07:00
2024-09-30 23:15:18 +01:00
2024-09-20 12:19:59 -05:00
2024-08-04 08:54:23 -07:00
2024-09-10 19:36:04 -07:00
2024-10-01 00:44:21 +02:00
2024-10-01 00:30:33 -07:00
2024-09-22 01:00:24 -07:00
2024-09-28 10:03:23 -07:00
2024-09-22 01:00:24 -07:00
2024-09-19 16:16:38 +01:00
2024-09-27 20:34:14 +02:00
2024-10-01 00:30:04 -07:00
2024-07-05 17:22:03 -05:00
2024-09-30 11:24:55 -07:00
2024-09-27 12:00:50 +01:00
2024-10-01 11:17:00 +04:00
2024-10-01 10:11:32 +01:00
2024-09-25 06:14:43 +01:00
2024-08-14 09:40:30 -07:00
2024-08-04 08:54:23 -07:00
2024-10-01 02:05:28 +01:00
2024-06-29 11:50:41 -07:00
2024-08-20 07:26:50 -07:00