mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target/arm: Enable FEAT_MOPS for CPU 'max'
Enable FEAT_MOPS on the AArch64 'max' CPU, and add it to the list of features we implement. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230912140434.1333369-13-peter.maydell@linaro.org
This commit is contained in:
parent
5d7b37b5f6
commit
706a92fbfa
3 changed files with 3 additions and 0 deletions
|
@ -1028,6 +1028,7 @@ void aarch64_max_tcg_initfn(Object *obj)
|
|||
cpu->isar.id_aa64isar1 = t;
|
||||
|
||||
t = cpu->isar.id_aa64isar2;
|
||||
t = FIELD_DP64(t, ID_AA64ISAR2, MOPS, 1); /* FEAT_MOPS */
|
||||
t = FIELD_DP64(t, ID_AA64ISAR2, BC, 1); /* FEAT_HBC */
|
||||
cpu->isar.id_aa64isar2 = t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue