Peter Maydell 3039b090f2 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>
2023-09-21 16:07:13 +01:00
..
2023-09-08 12:50:44 +01:00
2023-09-21 16:07:13 +01:00
2023-09-08 12:50:44 +01:00
2022-12-16 15:58:15 +00:00
2023-09-21 16:07:13 +01:00
2023-09-08 16:41:35 +01:00
2020-09-09 09:27:09 -04:00
2023-09-08 16:41:35 +01:00