commit | 18573c814f140e93c006cd687e736b84269bd757 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Sep 21 09:33:36 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 25 14:14:07 2012 +0100 |
tree | 94aa671e411eaaa787d7c7f971b1aaa5abc761c7 | |
parent | 0912366de10056cd038695a0ff1a1134a75120a6 [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>