mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
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>
This commit is contained in:
parent
39a6e4f87e
commit
d48097d027
3 changed files with 58 additions and 22 deletions
|
@ -253,6 +253,8 @@ Jumps/Labels
|
|||
| ``TCG_COND_GEU /* unsigned */``
|
||||
| ``TCG_COND_LEU /* unsigned */``
|
||||
| ``TCG_COND_GTU /* unsigned */``
|
||||
| ``TCG_COND_TSTEQ /* t1 & t2 == 0 */``
|
||||
| ``TCG_COND_TSTNE /* t1 & t2 != 0 */``
|
||||
|
||||
Arithmetic
|
||||
----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue