commit | 5d7b37b5f675d9cee0c9c1f8b386b3daa3cc2d9a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 12 15:04:33 2023 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 21 16:07:14 2023 +0100 |
tree | a7aa41e32d40a59f920a1b9522463877dcb0bfe7 | |
parent | 69c51dc3723bdcb8d020f812f0d25d17b466d959 [diff] |
target/arm: Implement the CPY* instructions The FEAT_MOPS CPY* instructions implement memory copies. These come in both "always forwards" (memcpy-style) and "overlap OK" (memmove-style) flavours. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230912140434.1333369-12-peter.maydell@linaro.org