commit | 7df44cf6e9e5726c5f9c56a398fc606566673007 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Sep 05 11:58:47 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri Jun 04 11:50:11 2021 -0700 |
tree | 0963ec8803e60b4e4150365fe8044fdc52418fd8 | |
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>