]> Git Repo - qemu.git/commit - target/arm/helper.c
target-arm: Add support for AArch32 ARMv8 CRC32 instructions
authorWill Newton <[email protected]>
Wed, 26 Feb 2014 17:20:07 +0000 (17:20 +0000)
committerPeter Maydell <[email protected]>
Wed, 26 Feb 2014 17:20:07 +0000 (17:20 +0000)
commiteb0ecd5ad908b72dfe4fadf84272616b2de101d1
treec52a660b3610ad9baa7394aedeba0e8ac47c9f27
parent0956ff5a4e1fceb33e098133dd2b083647bb8eaa
target-arm: Add support for AArch32 ARMv8 CRC32 instructions

Add support for AArch32 CRC32 and CRC32C instructions added in ARMv8
and add a CPU feature flag to enable these instructions.

The CRC32-C implementation used is the built-in qemu implementation
and The CRC-32 implementation is from zlib. This requires adding zlib
to LIBS to ensure it is linked for the linux-user binary.

Signed-off-by: Will Newton <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 1393411566[email protected]
Signed-off-by: Peter Maydell <[email protected]>
configure
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper.c
target-arm/helper.h
target-arm/translate.c
This page took 0.026895 seconds and 4 git commands to generate.