Re: [Qemu-devel] [PATCH v5 2/4] target/arm: implement SHA-3 instructions

2018-02-06 Thread Peter Maydell
On 23 January 2018 at 20:09, Ard Biesheuvel wrote: > On 22 January 2018 at 17:26, Ard Biesheuvel wrote: >> This implements emulation of the new SHA-3 instructions that have >> been added as an optional extensions to the ARMv8 Crypto Extensions >> in ARM v8.2. >> +if (op0 < 2) { >> +T

Re: [Qemu-devel] [PATCH v5 2/4] target/arm: implement SHA-3 instructions

2018-01-23 Thread Ard Biesheuvel
On 22 January 2018 at 17:26, Ard Biesheuvel wrote: > This implements emulation of the new SHA-3 instructions that have > been added as an optional extensions to the ARMv8 Crypto Extensions > in ARM v8.2. > > Signed-off-by: Ard Biesheuvel > --- > target/arm/cpu.h | 1 + > target/arm/t

[Qemu-devel] [PATCH v5 2/4] target/arm: implement SHA-3 instructions

2018-01-22 Thread Ard Biesheuvel
This implements emulation of the new SHA-3 instructions that have been added as an optional extensions to the ARMv8 Crypto Extensions in ARM v8.2. Signed-off-by: Ard Biesheuvel --- target/arm/cpu.h | 1 + target/arm/translate-a64.c | 148 +++- 2 files changed, 145 ins