qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/8] tcg/sparc: Unaligned access for user-only
@ 2022-02-08  7:17 Richard Henderson
  2022-02-08  7:17 ` [PATCH v6 1/8] tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64 Richard Henderson
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Richard Henderson @ 2022-02-08  7:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

Changes from v5:
  * Use tcg_out_movi_imm13 from tcg_out_addsub2_i64.
  * Split out tcg_out_movi_imm32 to avoid recursion.
  * Reinstate the assert vs TCG_REG_T2 in tcg_out_movi.

Changes from v4:
  * Remove assert from tcg_out_movi; rely on the one in tcg_out_movi_int (pmm).
  * Finish conversion of patch_reloc (pmm).
  * Simplify unaligned access loads.

Changes from v3:
  * Rebase on master, two patches merged.


r~

Richard Henderson (8):
  tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64
  tcg/sparc: Split out tcg_out_movi_imm32
  tcg/sparc: Add scratch argument to tcg_out_movi_int
  tcg/sparc: Improve code gen for shifted 32-bit constants
  tcg/sparc: Convert patch_reloc to return bool
  tcg/sparc: Use the constant pool for 64-bit constants
  tcg/sparc: Add tcg_out_jmpl_const for better tail calls
  tcg/sparc: Support unaligned access for user-only

 tcg/sparc/tcg-target.c.inc | 348 +++++++++++++++++++++++++++++++------
 1 file changed, 296 insertions(+), 52 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2022-02-08 12:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-08  7:17 [PATCH v6 0/8] tcg/sparc: Unaligned access for user-only Richard Henderson
2022-02-08  7:17 ` [PATCH v6 1/8] tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64 Richard Henderson
2022-02-08 10:40   ` Peter Maydell
2022-02-08 11:09     ` Richard Henderson
2022-02-08 11:16       ` Peter Maydell
2022-02-08  7:17 ` [PATCH v6 2/8] tcg/sparc: Split out tcg_out_movi_imm32 Richard Henderson
2022-02-08 10:44   ` Peter Maydell
2022-02-08  7:17 ` [PATCH v6 3/8] tcg/sparc: Add scratch argument to tcg_out_movi_int Richard Henderson
2022-02-08 10:51   ` Peter Maydell
2022-02-08  7:17 ` [PATCH v6 4/8] tcg/sparc: Improve code gen for shifted 32-bit constants Richard Henderson
2022-02-08  7:17 ` [PATCH v6 5/8] tcg/sparc: Convert patch_reloc to return bool Richard Henderson
2022-02-08 10:46   ` Philippe Mathieu-Daudé via
2022-02-08  7:17 ` [PATCH v6 6/8] tcg/sparc: Use the constant pool for 64-bit constants Richard Henderson
2022-02-08  7:17 ` [PATCH v6 7/8] tcg/sparc: Add tcg_out_jmpl_const for better tail calls Richard Henderson
2022-02-08  7:17 ` [PATCH v6 8/8] tcg/sparc: Support unaligned access for user-only Richard Henderson

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