qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH v2 0/3] target-arm: add SHA512 and SHA3 instruction su


From: Ard Biesheuvel
Subject: [Qemu-arm] [PATCH v2 0/3] target-arm: add SHA512 and SHA3 instruction support
Date: Mon, 15 Jan 2018 12:45:43 +0000

This v2 is a follow-up to the single patch 'target/arm: implement SHA-512
instructions' sent out on the 9th of January.

Changes since v1:
- update SHA512 patch to adhere more closely to the existing style, and to
  the way the instruction encodings are classified in the ARM ARM (#1)
- add patch implementing the new SHA3 instructions EOR3/RAX1/XAR/BCAX (#2)
- enable support for these instructions in user mode emulation (#3)

Ard Biesheuvel (3):
  target/arm: implement SHA-512 instructions
  target/arm: implement SHA-3 instructions
  target/arm: enable user-mode SHA-512 and SHA-3 instruction support

 linux-user/elfload.c       |  17 ++
 target/arm/cpu.h           |   2 +
 target/arm/cpu64.c         |   2 +
 target/arm/crypto_helper.c | 224 +++++++++++++++++++-
 target/arm/helper.h        |  10 +
 target/arm/translate-a64.c | 202 ++++++++++++++++++
 6 files changed, 456 insertions(+), 1 deletion(-)

-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]