]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Introduce TCG_COND_TST{EQ,NE}
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Oct 2023 01:53:27 +0000 (18:53 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 23:43:47 +0000 (23:43 +0000)
commitd48097d0270e702e4de88f6e36a256ebff33ad6c
tree425d2eaad348ccdf7b4f4cc13b7564e17c64f183
parent39a6e4f87e7b75a45b08d6dc8b8b7c2954c87440
tcg: Introduce TCG_COND_TST{EQ,NE}

Add the enumerators, adjust the helpers to match, and dump.
Not supported anywhere else just yet.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
docs/devel/tcg-ops.rst
include/tcg/tcg-cond.h
tcg/tcg.c