commit | 04a134c8c960f5eccd40f1a773ba24c5035d5aed | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Sep 26 19:38:44 2012 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Sep 26 19:38:44 2012 +0100 |
tree | f37ec93bdcf12c7299da65c999cd940dc8b2402f | |
parent | 64ff3ccf1bb0ce2c8b5e4fa1e0b33eaed76202b6 [diff] |
target-arm: use deposit instead of hardcoded version Use the deposit op instead of and hardcoded bit field insertion. It allows the host to emit the corresponding instruction if available. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>