diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-06-08 19:38:58 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-06-08 19:38:58 +0100 |
commit | 05dd14bdfa89ffeb1a82b08776687d44b538185b (patch) | |
tree | 344293ccac8e6984899472f79959defbd9a0026b /event-loop-base.c | |
parent | 820e0bb9ce1941af82d14ec4a981792cb3697956 (diff) | |
download | qemu-05dd14bdfa89ffeb1a82b08776687d44b538185b.zip qemu-05dd14bdfa89ffeb1a82b08776687d44b538185b.tar.gz qemu-05dd14bdfa89ffeb1a82b08776687d44b538185b.tar.bz2 |
target/arm: Use expand_pred_b in mve_helper.c
Use the function instead of the array directly.
Because the function performs its own masking, via the uint8_t
parameter, we need to do nothing extra within the users: the bits
above the first 2 (_uh) or 4 (_uw) will be discarded by assignment
to the local bmask variables, and of course _uq uses the entire
uint64_t result.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220607203306.657998-17-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'event-loop-base.c')
0 files changed, 0 insertions, 0 deletions