]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement FEAT_LSE128
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Aug 2025 12:26:52 +0000 (22:26 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 30 Aug 2025 15:38:46 +0000 (16:38 +0100)
commit99e441107efb34a8af990cedbfbda0567d0bb387
tree12ebae71b571a4932d66a56c76347cfcae154733
parent905c2c34fe3432879f31ef0aa64ce478e573276b
target/arm: Implement FEAT_LSE128

This feature contains the LDCLRP, LDSETP, and SWPP instructions.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20250815122653.701782-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu-features.h
target/arm/tcg/a64.decode
target/arm/tcg/translate-a64.c