qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] tcg: Document *swap* helper implementations
@ 2023-08-23 14:55 Philippe Mathieu-Daudé
  2023-08-23 14:55 ` [PATCH v2 1/8] tcg/tcg-op: Document bswap16_i32() byte pattern Philippe Mathieu-Daudé
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-08-23 14:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: Richard Henderson, Edgar E. Iglesias, Paolo Bonzini,
	Philippe Mathieu-Daudé

Since v1 [*]:
- Split few patches
- Dropped 'document deposit_z()'
- Document TCG_BSWAP_IZ flag (rth)
- Added R-b tags

[*] https://lore.kernel.org/qemu-devel/20230822093712.38922-1-philmd@linaro.org/

Supersedes: <20230822093712.38922-1-philmd@linaro.org>

Philippe Mathieu-Daudé (8):
  tcg/tcg-op: Document bswap16_i32() byte pattern
  tcg/tcg-op: Document bswap16_i64() byte pattern
  tcg/tcg-op: Document bswap32_i32() byte pattern
  tcg/tcg-op: Document bswap32_i64() byte pattern
  tcg/tcg-op: Document bswap64_i64() byte pattern
  tcg/tcg-op: Document hswap_i32/64() byte pattern
  tcg/tcg-op: Document wswap_i64() byte pattern
  target/cris: Fix a typo in gen_swapr()

 target/cris/translate.c |  20 ++++---
 tcg/tcg-op.c            | 124 +++++++++++++++++++++++++++++++---------
 2 files changed, 107 insertions(+), 37 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-09-01 16:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 14:55 [PATCH v2 0/8] tcg: Document *swap* helper implementations Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 1/8] tcg/tcg-op: Document bswap16_i32() byte pattern Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 2/8] tcg/tcg-op: Document bswap16_i64() " Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 3/8] tcg/tcg-op: Document bswap32_i32() " Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 4/8] tcg/tcg-op: Document bswap32_i64() " Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 5/8] tcg/tcg-op: Document bswap64_i64() " Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 6/8] tcg/tcg-op: Document hswap_i32/64() " Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 7/8] tcg/tcg-op: Document wswap_i64() " Philippe Mathieu-Daudé
2023-08-23 14:55 ` [PATCH v2 8/8] target/cris: Fix a typo in gen_swapr() Philippe Mathieu-Daudé
2023-09-01 15:59   ` Edgar E. Iglesias
2023-08-23 18:46 ` [PATCH v2 0/8] tcg: Document *swap* helper implementations Richard Henderson
2023-08-23 21:54   ` Philippe Mathieu-Daudé

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