diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-07-04 08:21:04 -0600 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-07-04 15:53:23 +0100 |
commit | 960bf1a032d1edbff6b1f2ea716e6e8d539e3468 (patch) | |
tree | e88484dc4d48fd27469fd7fab3d5236d1da5e22f /scripts/qapi/expr.py | |
parent | a19b104f849a0ab6f781755f76e567960629a69c (diff) | |
download | qemu-960bf1a032d1edbff6b1f2ea716e6e8d539e3468.zip qemu-960bf1a032d1edbff6b1f2ea716e6e8d539e3468.tar.gz qemu-960bf1a032d1edbff6b1f2ea716e6e8d539e3468.tar.bz2 |
target/arm: Rename FMOPA_h to FMOPA_w_h
The pattern we currently have as FMOPA_h is the "widening" insn
that takes fp16 inputs and produces single-precision outputs.
This is unlike FMOPA_s and FMOPA_d, which are non-widening
produce outputs the same size as their inputs.
SME2 introduces a non-widening fp16 FMOPA operation; rename
FMOPA_h to FMOPA_w_h (for 'widening'), so we can use FMOPA_h
for the non-widening version, giving it a name in line with
the other non-widening ops FMOPA_s and FMOPA_d.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250704142112.1018902-102-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/qapi/expr.py')
0 files changed, 0 insertions, 0 deletions