Ard Biesheuvel
27c539aeff
crypto: algapi - annotate expected branch behavior in crypto_inc()
...
To prevent unnecessary branching, mark the exit condition of the
primary loop as likely(), given that a carry in a 32-bit counter
occurs very rarely.
On arm64, the resulting code is emitted by GCC as
9a8: cmp w1, #0x3
9ac: add x3, x0, w1, uxtw
9b0: b.ls 9e0 <crypto_inc+0x38>
9b4: ldr w2, [x3,#-4]!
9b8: rev w2, w2
9bc: add w2, w2, #0x1
9c0: rev w4, w2
9c4: str w4, [x3]
9c8: cbz w2, 9d0 <crypto_inc+0x28>
9cc: ret
where the two remaining branch conditions (one for size < 4 and one for
the carry) are statically predicted as non-taken, resulting in optimal
execution in the vast majority of cases.
Also, replace the open coded alignment test with IS_ALIGNED().
Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-03-09 18:34:17 +08:00
..
2016-12-15 11:41:37 -08:00
2016-10-05 06:18:09 +05:30
2015-06-25 23:29:24 +08:00
2016-10-25 11:08:33 +08:00
2016-06-23 18:29:53 +08:00
2017-01-13 00:24:39 +08:00
2017-01-13 00:24:39 +08:00
2017-01-13 00:24:39 +08:00
2017-02-11 17:50:43 +08:00
2017-02-11 17:50:43 +08:00
2016-01-18 18:16:33 +08:00
2017-01-13 00:24:39 +08:00
2017-01-13 00:24:39 +08:00
2017-03-09 18:34:17 +08:00
2017-03-02 08:42:32 +01:00
2017-03-02 08:42:32 +01:00
2016-12-27 17:50:52 +08:00
2015-04-22 09:30:21 +08:00
2017-03-02 08:42:32 +01:00
2015-04-22 09:30:18 +08:00
2014-11-24 22:43:57 +08:00
2017-03-02 08:42:32 +01:00
2014-11-24 22:43:57 +08:00
2016-11-01 08:37:17 +08:00
2016-11-01 08:37:17 +08:00
2017-01-13 00:24:39 +08:00
2011-09-22 21:25:25 +10:00
2015-01-13 22:29:11 +11:00
2015-01-13 22:29:11 +11:00
2015-01-13 22:29:11 +11:00
2015-01-13 22:29:11 +11:00
2013-08-14 20:42:03 +10:00
2017-02-11 17:52:28 +08:00
2017-02-28 17:29:17 +08:00
2016-12-27 17:47:31 +08:00
2016-11-01 08:37:17 +08:00
2016-10-21 11:03:42 +08:00
2017-02-11 17:52:28 +08:00
2016-10-21 11:03:42 +08:00
2016-01-30 22:11:22 +08:00
2016-01-19 15:52:10 +08:00
2013-09-12 15:31:34 +10:00
2016-09-13 20:27:26 +08:00
2016-11-28 21:23:18 +08:00
2017-03-02 08:42:27 +01:00
2016-07-18 17:35:44 +08:00
2016-10-25 11:08:30 +08:00
2014-03-21 21:54:28 +08:00
2017-02-11 17:52:28 +08:00
2017-02-11 17:52:28 +08:00
2016-10-25 11:08:36 +08:00
2015-01-13 22:29:11 +11:00
2016-06-23 18:29:56 +08:00
2016-11-13 17:45:04 +08:00
2016-11-30 19:53:12 +08:00
2014-11-26 20:06:30 +08:00
2016-06-23 18:29:57 +08:00
2016-06-24 21:24:59 +08:00
2016-06-24 21:24:59 +08:00
2016-06-23 18:29:57 +08:00
2016-06-24 21:24:59 +08:00
2016-09-13 18:44:57 +08:00
2014-11-24 22:43:57 +08:00
2015-04-23 14:18:09 +08:00
2016-11-01 08:37:17 +08:00
2017-03-09 18:34:16 +08:00
2016-10-02 22:26:40 +08:00
2015-12-20 15:27:12 +02:00
2014-11-26 20:06:30 +08:00
2016-10-21 11:03:42 +08:00
2016-11-17 23:34:52 +08:00
2015-06-25 23:18:33 +08:00
2017-02-23 20:11:06 +08:00
2016-02-01 22:27:05 +08:00
2014-11-24 22:43:57 +08:00
2017-01-13 00:24:39 +08:00
2016-11-28 21:23:17 +08:00
2017-02-24 17:46:57 -08:00
2017-02-24 17:46:57 -08:00
2016-10-25 11:08:31 +08:00
2017-02-11 17:52:26 +08:00
2017-03-02 08:42:34 +01:00
2014-11-24 22:43:57 +08:00
2015-12-22 20:43:35 +08:00
2013-12-09 20:09:12 +08:00
2014-11-24 22:43:57 +08:00
2017-02-11 17:52:28 +08:00
2015-08-17 16:53:53 +08:00
2016-11-13 17:45:03 +08:00
2015-04-23 14:18:09 +08:00
2008-07-10 20:35:12 +08:00
2014-11-24 22:43:57 +08:00
2014-11-24 22:43:57 +08:00
2014-11-24 22:43:57 +08:00
2014-11-24 22:43:57 +08:00
2017-01-13 00:24:39 +08:00
2016-08-24 21:07:10 +08:00
2016-09-22 17:42:08 +08:00
2016-07-01 23:45:18 +08:00
2016-07-05 23:05:26 +08:00
2015-10-14 22:23:16 +08:00
2015-01-13 22:29:11 +11:00
2016-11-22 15:02:25 +08:00
2017-01-13 00:24:39 +08:00
2014-11-24 22:43:57 +08:00
2017-02-11 17:52:28 +08:00
2015-01-13 22:29:11 +11:00
2015-12-22 20:43:35 +08:00
2016-08-08 23:43:46 +08:00
2015-12-22 20:43:35 +08:00
2015-04-10 21:39:41 +08:00
2017-01-13 00:24:39 +08:00
2016-11-28 21:23:18 +08:00
2017-01-13 00:24:39 +08:00
2017-01-23 22:50:24 +08:00
2015-07-17 21:20:20 +08:00
2015-01-13 22:29:11 +11:00
2017-02-11 17:50:44 +08:00
2017-03-04 10:42:53 -08:00
2015-01-13 22:29:11 +11:00
2011-11-09 11:53:32 +08:00
2015-01-13 22:29:11 +11:00
2014-11-26 20:06:30 +08:00
2015-01-13 22:29:11 +11:00
2014-11-26 20:06:30 +08:00
2016-08-31 23:00:48 +08:00
2017-02-27 18:09:41 +08:00