diff options
author | Richard Henderson | 2022-06-08 20:38:58 +0200 |
---|---|---|
committer | Peter Maydell | 2022-06-08 20:38:58 +0200 |
commit | 05dd14bdfa89ffeb1a82b08776687d44b538185b (patch) | |
tree | 344293ccac8e6984899472f79959defbd9a0026b /hw | |
parent | target/arm: Move expand_pred_b to vec_internal.h (diff) | |
download | qemu-05dd14bdfa89ffeb1a82b08776687d44b538185b.tar.gz qemu-05dd14bdfa89ffeb1a82b08776687d44b538185b.tar.xz qemu-05dd14bdfa89ffeb1a82b08776687d44b538185b.zip |
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 'hw')
0 files changed, 0 insertions, 0 deletions