summaryrefslogtreecommitdiff
path: root/arch/x86/tools/insn_decoder_test.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2024-04-08 20:01:54 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2024-04-19 18:54:18 +0800
commitb924ecd305c43c41b21ab246e986e2a8effa5743 (patch)
treee41021c459a4cdfc460b7314f016d6aff0fe501f /arch/x86/tools/insn_decoder_test.c
parent6a6d6a3a328a59ed0d8ae2e65696ef38e49133a0 (diff)
crypto: x86/aes-xts - access round keys using single-byte offsets
Access the AES round keys using offsets -7*16 through 7*16, instead of 0*16 through 14*16. This allows VEX-encoded instructions to address all round keys using 1-byte offsets, whereas before some needed 4-byte offsets. This decreases the code size of aes-xts-avx-x86_64.o by 4.2%. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/tools/insn_decoder_test.c')
0 files changed, 0 insertions, 0 deletions