diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-06 09:11:39 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-28 13:40:15 -0700 |
| commit | 79602f632a20228fc963161cd53f7d5f6a3bd953 (patch) | |
| tree | 84cd79d9169a7297920061c95b708fbd23b4c6ad /docs/devel | |
| parent | 662cdbcf0073c4de8456f5e573523571e3d9da5b (diff) | |
| download | focaccia-qemu-79602f632a20228fc963161cd53f7d5f6a3bd953.tar.gz focaccia-qemu-79602f632a20228fc963161cd53f7d5f6a3bd953.zip | |
tcg: Merge INDEX_op_add_{i32,i64}
Rely on TCGOP_TYPE instead of opcodes specific to each type. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/devel')
| -rw-r--r-- | docs/devel/tcg-ops.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/tcg-ops.rst b/docs/devel/tcg-ops.rst index e6ccc78fa1..67387bfddf 100644 --- a/docs/devel/tcg-ops.rst +++ b/docs/devel/tcg-ops.rst @@ -261,7 +261,7 @@ Arithmetic .. list-table:: - * - add_i32/i64 *t0*, *t1*, *t2* + * - add *t0*, *t1*, *t2* - | *t0* = *t1* + *t2* |