qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] target/arm: Implement SVE2 Crypto Extensions
@ 2020-04-23 22:37 Stephen Long
  2020-04-23 22:37 ` [PATCH RFC 1/3] target/arm: Implement SVE2 AESMC, AESIMC Stephen Long
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stephen Long @ 2020-04-23 22:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, richard.henderson, apazos

Used the helper functions in crypto_helper.c to implement the helper
functions for the crypto insns.

Stephen Long (3):
  target/arm: Implement SVE2 AESMC, AESIMC
  target/arm: Implement SVE2 AESE, AESD, SM4E
  target/arm: Implement SVE2 SM4EKEY, RAX1

 target/arm/cpu.h           |  5 +++
 target/arm/helper-sve.h    | 10 ++++++
 target/arm/sve.decode      | 20 ++++++++++++
 target/arm/sve_helper.c    | 59 +++++++++++++++++++++++++++++++++++
 target/arm/translate-sve.c | 64 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 158 insertions(+)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-24 21:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-23 22:37 [PATCH RFC 0/3] target/arm: Implement SVE2 Crypto Extensions Stephen Long
2020-04-23 22:37 ` [PATCH RFC 1/3] target/arm: Implement SVE2 AESMC, AESIMC Stephen Long
2020-04-24 21:41   ` Richard Henderson
2020-04-23 22:37 ` [PATCH RFC 2/3] target/arm: Implement SVE2 AESE, AESD, SM4E Stephen Long
2020-04-23 22:37 ` [PATCH RFC 3/3] target/arm: Implement SVE2 SM4EKEY, RAX1 Stephen Long

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).