Re: [PATCH 6/7] tcg/tcg-op: Document deposit_z()

2023-08-22 Thread Richard Henderson
On 8/22/23 02:37, Philippe Mathieu-Daudé wrote: Document deposit_z_i32() and deposit_z_i64(), added in commit 07cc68d528 ("tcg: Add deposit_z expander"). Signed-off-by: Philippe Mathieu-Daudé --- docs/devel/tcg-ops.rst | 4 1 file changed, 4 insertions(+) diff --git a/docs/devel/tcg-op

[PATCH 6/7] tcg/tcg-op: Document deposit_z()

2023-08-22 Thread Philippe Mathieu-Daudé
Document deposit_z_i32() and deposit_z_i64(), added in commit 07cc68d528 ("tcg: Add deposit_z expander"). Signed-off-by: Philippe Mathieu-Daudé --- docs/devel/tcg-ops.rst | 4 1 file changed, 4 insertions(+) diff --git a/docs/devel/tcg-ops.rst b/docs/devel/tcg-ops.rst index 306025ece7..7ea