]> Git Repo - qemu.git/commit - target/i386/ops_sse.h
target-i386: simplify AES emulation
authorAurelien Jarno <[email protected]>
Fri, 20 Jun 2014 22:48:09 +0000 (00:48 +0200)
committerPaolo Bonzini <[email protected]>
Mon, 15 Dec 2014 11:21:01 +0000 (12:21 +0100)
commit9551ea6991cfb7c777f7943ad69b30d0a4fadac3
tree5e606a993d47f2f5444868c70806c721940a6689
parent5eba5a6632ff4b0aaa8cb6c806fa95758518a28d
target-i386: simplify AES emulation

This patch simplifies the AES code, by directly accessing the newly added
S-Box, InvS-Box and InvMixColumns tables instead of recreating them by
using the AES_Te and AES_Td tables.

Signed-off-by: Aurelien Jarno <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target-i386/ops_sse.h
This page took 0.024099 seconds and 4 git commands to generate.