Re: [PATCH 4/7] tcg/tcg-op: Document hswap() byte pattern

2023-08-22 Thread Richard Henderson
On 8/22/23 02:37, Philippe Mathieu-Daudé wrote: Document hswap_i32() and hswap_i64(), added in commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}"). Signed-off-by: Philippe Mathieu-Daudé --- docs/devel/tcg-ops.rst | 4 tcg/tcg-op.c | 26 +++---

Re: [PATCH 4/7] tcg/tcg-op: Document hswap() byte pattern

2023-08-22 Thread Richard Henderson
On 8/22/23 02:37, Philippe Mathieu-Daudé wrote: Document hswap_i32() and hswap_i64(), added in commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}"). Signed-off-by: Philippe Mathieu-Daudé --- docs/devel/tcg-ops.rst | 4 tcg/tcg-op.c | 26 +++---

[PATCH 4/7] tcg/tcg-op: Document hswap() byte pattern

2023-08-22 Thread Philippe Mathieu-Daudé
Document hswap_i32() and hswap_i64(), added in commit 46be8425ff ("tcg: Implement tcg_gen_{h,w}swap_{i32,i64}"). Signed-off-by: Philippe Mathieu-Daudé --- docs/devel/tcg-ops.rst | 4 tcg/tcg-op.c | 26 +++--- 2 files changed, 23 insertions(+), 7 deletions(-)