diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-06 21:02:17 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-28 13:40:16 -0700 |
| commit | 3a8c4e9e53c6f4aa7c590971950000b174e74fa1 (patch) | |
| tree | 4a847bcd2858f3953f7af7de5ee54c003e112b87 /docs/devel | |
| parent | 3f6b223012f62bb3f73552bea4489383f08cdc23 (diff) | |
| download | focaccia-qemu-3a8c4e9e53c6f4aa7c590971950000b174e74fa1.tar.gz focaccia-qemu-3a8c4e9e53c6f4aa7c590971950000b174e74fa1.zip | |
tcg: Merge INDEX_op_nor_{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 7703dfbc51..26d464fa38 100644 --- a/docs/devel/tcg-ops.rst +++ b/docs/devel/tcg-ops.rst @@ -331,7 +331,7 @@ Logical - | *t0* = ~(*t1* & *t2*) - * - nor_i32/i64 *t0*, *t1*, *t2* + * - nor *t0*, *t1*, *t2* - | *t0* = ~(*t1* | *t2*) |