| commit | e952d8c77a59dd31b5a4332f19e19f43dc90bd68 | [log] [tgz] |
|---|---|---|
| author | Claudio Fontana <claudio.fontana@linaro.org> | Tue Dec 17 19:42:33 2013 +0000 |
| committer | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 17 19:42:33 2013 +0000 |
| tree | 4b97a828c0dc35fbdbfb4a6220eabf27dd231256 | |
| parent | 60e5338831e35e7b407b1670f5fe936859ea5490 [diff] |
target-arm: A64: add support for conditional select This patch adds support for the instruction group "C3.5.6 Conditional select": CSEL, CSINC, CSINV, CSNEG. Signed-off-by: Claudio Fontana <claudio.fontana@linaro.org> [PMM: Improved code generated in the nomatch case as per RTH suggestions] Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>