diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-10-24 02:58:59 +0000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-02-03 23:53:48 +0000 |
commit | 339adf2f38e573bb3418bcdbcca6ea564c4a724c (patch) | |
tree | eeb91df489d0fcd74fc02fff24b0b3e8c5f44776 /tcg/aarch64/tcg-target-con-str.h | |
parent | 21e9a8aefb0313174c1861df84e5e49bd84026c8 (diff) |
tcg/aarch64: Support TCG_COND_TST{EQ,NE}
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/aarch64/tcg-target-con-str.h')
-rw-r--r-- | tcg/aarch64/tcg-target-con-str.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/aarch64/tcg-target-con-str.h b/tcg/aarch64/tcg-target-con-str.h index fb1a845b4f..48e1722c68 100644 --- a/tcg/aarch64/tcg-target-con-str.h +++ b/tcg/aarch64/tcg-target-con-str.h @@ -16,6 +16,7 @@ REGS('w', ALL_VECTOR_REGS) * CONST(letter, TCG_CT_CONST_* bit set) */ CONST('A', TCG_CT_CONST_AIMM) +CONST('C', TCG_CT_CONST_CMP) CONST('L', TCG_CT_CONST_LIMM) CONST('M', TCG_CT_CONST_MONE) CONST('O', TCG_CT_CONST_ORRI) |