commit | aa633469ed902a6d96b3d4013ec5ce32597f0626 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 09 15:43:25 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 09 16:06:12 2014 +0100 |
tree | a6ffde3939a1065b13d8ed6c45fe9c2312ca2eea | |
parent | 130f2e7dcb4a5f9534fc65200121f06983435a77 [diff] |
target-arm: A32/T32: Mask CRC value in calling code, not helper Bring the 32-bit CRC helper functions into line with the A64 ones, by masking the high bytes of the value in the calling code rather than the helper. This is more efficient since we can determine the mask at translation time. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1401458125-27977-7-git-send-email-peter.maydell@linaro.org