Richard Henderson 53229a7703 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>
2019-05-13 14:44:03 -07:00
..
2019-03-05 15:55:08 +00:00
2019-01-07 16:18:42 +04:00
2019-05-07 12:55:04 +01:00
2018-05-31 14:50:52 +01:00
2018-12-11 15:45:22 -02:00
2019-03-05 15:55:09 +00:00
2019-02-28 11:03:05 +00:00