commit | 6257c5ea13e9040e18e8fe664d3a00746c3b65c4 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Sep 01 16:44:31 2023 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Sep 01 16:45:01 2023 +0100 |
tree | 9a24b0f2f53cd4f9a8ae1ff6c9fd88d1f8a09b7b | |
parent | a3ae17d2f0d1b5dde9f6a14bc272097ede930cf7 [diff] |
target/arm: Implement the SETG* instructions The FEAT_MOPS SETG* instructions are very similar to the SET* instructions, but as well as setting memory contents they also set the MTE tags. They are architecturally required to operate on tag-granule aligned regions only. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>