diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-10-19 16:12:54 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-10-20 16:12:01 +0100 |
commit | cc73bbded0dfb5612b0e416f7eda13a66950542a (patch) | |
tree | defa551bafc8f47cdc338c3c31604a5a42f48b83 /hw | |
parent | 5d2555a1fe7370feeb1efbbf276a653040910017 (diff) | |
download | qemu-cc73bbded0dfb5612b0e416f7eda13a66950542a.zip qemu-cc73bbded0dfb5612b0e416f7eda13a66950542a.tar.gz qemu-cc73bbded0dfb5612b0e416f7eda13a66950542a.tar.bz2 |
target/arm: Implement v8.1M conditional-select insns
v8.1M brings four new insns to M-profile:
* CSEL : Rd = cond ? Rn : Rm
* CSINC : Rd = cond ? Rn : Rm+1
* CSINV : Rd = cond ? Rn : ~Rm
* CSNEG : Rd = cond ? Rn : -Rm
Implement these.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20201019151301.2046-4-peter.maydell@linaro.org
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions