diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-09-05 11:58:47 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-06-04 11:50:11 -0700 |
commit | 7df44cf6e9e5726c5f9c56a398fc606566673007 (patch) | |
tree | 0963ec8803e60b4e4150365fe8044fdc52418fd8 /tcg/arm/tcg-target-con-set.h | |
parent | d74b86ed4ad452eb5069ca0c168c731a5c429127 (diff) |
tcg/arm: Implement andc, orc, abs, neg, not vector operations
These logical and arithmetic operations are optional, but are
trivial to accomplish with the existing infrastructure.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/arm/tcg-target-con-set.h')
-rw-r--r-- | tcg/arm/tcg-target-con-set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target-con-set.h b/tcg/arm/tcg-target-con-set.h index f30b3900e0..cc006f99cd 100644 --- a/tcg/arm/tcg-target-con-set.h +++ b/tcg/arm/tcg-target-con-set.h @@ -20,6 +20,7 @@ C_O0_I4(s, s, s, s) C_O1_I1(r, l) C_O1_I1(r, r) C_O1_I1(w, r) +C_O1_I1(w, w) C_O1_I1(w, wr) C_O1_I2(r, 0, rZ) C_O1_I2(r, l, l) |