qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/arm: Pass arguments by value for sve FMLA/FCMLA
@ 2020-02-12  2:51 Richard Henderson
  2020-02-12  2:51 ` [PATCH 1/2] tcg: Add tcg_gen_gvec_5_ptr Richard Henderson
  2020-02-12  2:51 ` [PATCH 2/2] target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA Richard Henderson
  0 siblings, 2 replies; 10+ messages in thread
From: Richard Henderson @ 2020-02-12  2:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, tsimpson, alex.bennee

Based-on: <1580942510-2820-1-git-send-email-tsimpson@quicinc.com>

These functions had been passing arguments by regno,
encoded into simd_data, because we couldn't pass 7 args.


r~


Richard Henderson (2):
  tcg: Add tcg_gen_gvec_5_ptr
  target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA

 include/tcg/tcg-op-gvec.h  |   7 ++
 target/arm/helper-sve.h    |  45 +++++++----
 target/arm/sve_helper.c    | 157 ++++++++++++++-----------------------
 target/arm/translate-sve.c |  68 ++++++----------
 tcg/tcg-op-gvec.c          |  32 ++++++++
 5 files changed, 153 insertions(+), 156 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2020-02-12 19:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-12  2:51 [PATCH 0/2] target/arm: Pass arguments by value for sve FMLA/FCMLA Richard Henderson
2020-02-12  2:51 ` [PATCH 1/2] tcg: Add tcg_gen_gvec_5_ptr Richard Henderson
2020-02-12  6:09   ` Philippe Mathieu-Daudé
2020-02-12 10:47   ` Alex Bennée
2020-02-12 16:28   ` Taylor Simpson
2020-02-12  2:51 ` [PATCH 2/2] target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA Richard Henderson
2020-02-12  6:14   ` Philippe Mathieu-Daudé
2020-02-12 10:50   ` Alex Bennée
2020-02-12 19:52     ` Richard Henderson
2020-02-12 16:28   ` Taylor Simpson

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).