David Green
0085ecaa5e
[AArch64] Add costs for ROTR and ROTL. ( #169335 )
...
A funnel shift with the first two operands is a rotate. AArch64 has
scalar instructions for ror so can handle a ROTR by a constant or
variant amount cheaply. A ROTL is a ROTR by the opposite amount, which
for constants is cheap and for variable shifts requires an extra neg.
2025-11-28 11:22:42 +00:00
..
2025-10-22 13:36:39 +01:00
2025-10-23 00:57:39 +00:00
2025-08-08 11:09:34 +02:00
2025-11-28 11:22:42 +00:00
2025-04-21 08:43:21 -07:00
2025-08-08 10:58:13 +09:00
2025-11-27 15:06:35 +00:00
2025-08-19 01:11:16 +08:00
2025-11-28 06:19:55 -05:00
2025-09-03 16:39:29 +01:00
2025-10-27 18:59:03 -04:00
2025-09-24 11:29:25 +08:00
2025-10-29 21:50:12 +00:00
2025-10-09 15:59:52 -07:00
2025-08-08 11:09:34 +02:00
2024-12-06 09:52:32 +01:00
2025-08-08 11:09:34 +02:00
2025-09-10 15:09:50 +01:00
2025-11-04 17:08:12 +00:00
2025-11-26 11:16:14 +00:00
2025-10-23 00:57:39 +00:00
2025-10-23 00:57:39 +00:00
2025-02-18 20:49:34 -05:00
2025-11-25 21:33:26 +00:00
2025-08-29 10:28:02 +00:00
2025-08-08 11:09:34 +02:00
2025-08-08 11:09:34 +02:00
2025-10-23 00:57:39 +00:00
2025-09-17 14:07:52 -07:00
2025-11-17 19:39:20 -08:00