diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2023-09-15 15:37:00 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-09-21 16:07:13 +0100 |
commit | 3039b090f2058949edf6a7f1c8e793bc309fa6de (patch) | |
tree | f14ee1a36a3267e5d8c66c0f2b6178a2db861506 /io/channel-buffer.c | |
parent | 5f7b71fb99dc98831d9ad077fe1a58a4b119e952 (diff) | |
download | qemu-3039b090f2058949edf6a7f1c8e793bc309fa6de.zip qemu-3039b090f2058949edf6a7f1c8e793bc309fa6de.tar.gz qemu-3039b090f2058949edf6a7f1c8e793bc309fa6de.tar.bz2 |
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 'io/channel-buffer.c')
0 files changed, 0 insertions, 0 deletions