diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-06 22:06:32 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-28 13:40:16 -0700 |
| commit | 60f34f55f1a708c071774bd7f837163d6b686867 (patch) | |
| tree | aa0b67341fd9c6abb825c6e0480bc373e737044c /docs/devel | |
| parent | 3f057e24006fbc5eaf42278ba9368d383a1c7bed (diff) | |
| download | focaccia-qemu-60f34f55f1a708c071774bd7f837163d6b686867.tar.gz focaccia-qemu-60f34f55f1a708c071774bd7f837163d6b686867.zip | |
tcg: Merge INDEX_op_sub_{i32,i64}
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 26d464fa38..96b7f05919 100644 --- a/docs/devel/tcg-ops.rst +++ b/docs/devel/tcg-ops.rst @@ -265,7 +265,7 @@ Arithmetic - | *t0* = *t1* + *t2* - * - sub_i32/i64 *t0*, *t1*, *t2* + * - sub *t0*, *t1*, *t2* - | *t0* = *t1* - *t2* |