Files
qemu/docs
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-08-31 19:46:43 +02:00
2023-05-18 08:53:50 +02:00
2023-09-21 16:07:13 +01:00
2023-05-30 15:50:17 +01:00
2021-11-19 10:16:58 +01:00
2020-09-01 09:31:33 +02:00