commit | f3f8c4f4d2fc7dda192393f998e63c7a83fb7554 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Fri Jan 31 14:47:32 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Jan 31 14:47:32 2014 +0000 |
tree | 0458289b1bad92be2f9160dcfb678518e6067fb3 | |
parent | 67bb93890d7b435f294f1e47ee7adc5662cc0842 [diff] |
target-arm: A64: Add SIMD modified immediate group This patch adds support for the AdvSIMD modified immediate group (C3.6.6) with all its suboperations (movi, orr, fmov, mvni, bic). Signed-off-by: Alexander Graf <agraf@suse.de> [AJB: new decode struct, minor bug fixes, optimisation] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>