summary refs log tree commit diff stats
path: root/scripts/xml-preprocess.py
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2023-09-15 15:37:00 +0100
committerPeter Maydell <peter.maydell@linaro.org>2023-09-21 16:07:13 +0100
commit3039b090f2058949edf6a7f1c8e793bc309fa6de (patch)
treef14ee1a36a3267e5d8c66c0f2b6178a2db861506 /scripts/xml-preprocess.py
parent5f7b71fb99dc98831d9ad077fe1a58a4b119e952 (diff)
downloadfocaccia-qemu-3039b090f2058949edf6a7f1c8e793bc309fa6de.tar.gz
focaccia-qemu-3039b090f2058949edf6a7f1c8e793bc309fa6de.zip
target/arm: Implement FEAT_HBC
FEAT_HBC (Hinted conditional branches) provides a new instruction
BC.cond, which behaves exactly like the existing B.cond except
that it provides a hint to the branch predictor about the
likely behaviour of the branch.

Since QEMU does not implement branch prediction, we can treat
this identically to B.cond.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/xml-preprocess.py')
0 files changed, 0 insertions, 0 deletions