]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target/arm: Implement the ARMv8.1-LOR extension
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 13 Dec 2018 13:48:08 +0000 (13:48 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Dec 2018 14:41:24 +0000 (14:41 +0000)
commit2d7137c10fafefe40a0a049ff8a7bd78b66e661f
tree1216da5c2346d877845d09b934831eebab22ff38
parent7c208e0f4171c9e2cc35efc12e1bf264a45c229f
target/arm: Implement the ARMv8.1-LOR extension

Provide a trivial implementation with zero limited ordering regions,
which causes the LDLAR and STLLR instructions to devolve into the
LDAR and STLR instructions from the base ARMv8.0 instruction set.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181210150501.7990-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/cpu64.c
target/arm/helper.c
target/arm/translate-a64.c