diff options
| author | Richard Henderson | 2019-03-17 01:27:29 +0100 |
|---|---|---|
| committer | Richard Henderson | 2019-05-13 23:44:03 +0200 |
| commit | 53229a7703eeb2bbe101a19a33ef22aaf960c65b (patch) | |
| tree | 9537c1a62ddef09de2d814ee03ffeba3fd06ac13 /include/exec | |
| parent | tcg: Allow add_vec, sub_vec, neg_vec, not_vec to be expanded (diff) | |
| download | qemu-53229a7703eeb2bbe101a19a33ef22aaf960c65b.tar.gz qemu-53229a7703eeb2bbe101a19a33ef22aaf960c65b.tar.xz qemu-53229a7703eeb2bbe101a19a33ef22aaf960c65b.zip | |
tcg: Specify optional vector requirements with a list
Replace the single opcode in .opc with a null-terminated
array in .opt_opc. We still require that all opcodes be
used with the same .vece.
Validate the contents of this list with CONFIG_DEBUG_TCG.
All tcg_gen_*_vec functions will check any list active
during .fniv expansion. Swap the active list in and out
as we expand other opcodes, or take control away from the
front-end function.
Convert all existing vector aware front ends.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
