]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target/arm: Add PSTATE.{SM,ZA} to TB flags
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jun 2022 17:51:52 +0000 (10:51 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jun 2022 10:18:17 +0000 (11:18 +0100)
commita3637e8882f9dbb00036ff77a88b841bd2580900
treeed5b8dda8291d86f3df4abbe721731945344ab72
parentd5b1223ac1ddf8f706f5e6feaaa526df8287f8b1
target/arm: Add PSTATE.{SM,ZA} to TB flags

These are required to determine if various insns
are allowed to issue.

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