diff options
| author | Peter Maydell | 2020-02-24 18:28:46 +0100 |
|---|---|---|
| committer | Peter Maydell | 2020-02-28 17:14:57 +0100 |
| commit | a1229109dec4375259d3fff99f362405aab7917a (patch) | |
| tree | fa861ddfe41b9f6e1864945ecfc7206be3af1cb9 /include/exec/exec-all.h | |
| parent | target/arm: Implement v8.3-RCPC (diff) | |
| download | qemu-a1229109dec4375259d3fff99f362405aab7917a.tar.gz qemu-a1229109dec4375259d3fff99f362405aab7917a.tar.xz qemu-a1229109dec4375259d3fff99f362405aab7917a.zip | |
target/arm: Implement v8.4-RCPC
The v8.4-RCPC extension implements some new instructions:
* LDAPUR, LDAPURB, LDAPURH, LDAPRSB, LDAPRSH, LDAPRSW
* STLUR, STLURB, STLURH
These are all in a new subgroup of encodings that sits below the
top-level "Loads and Stores" group in the Arm ARM.
The STLUR* instructions have standard store-release semantics; the
LDAPUR* have Load-AcquirePC semantics, but (as with LDAPR*) we choose
to implement them as the slightly stronger Load-Acquire.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200224172846.13053-4-peter.maydell@linaro.org
Diffstat (limited to 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions
