On 12/18/21 20:42, Richard Henderson wrote: > We've had placeholders for these opcodes for a while, > and should have support on ppc, s390x and avx512 hosts. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/tcg/tcg-opc.h | 3 +++ > include/tcg/tcg.h | 3 +++ > tcg/aarch64/tcg-target.h | 3 +++ > tcg/arm/tcg-target.h | 3 +++ > tcg/i386/tcg-target.h | 3 +++ > tcg/ppc/tcg-target.h | 3 +++ > tcg/s390x/tcg-target.h | 3 +++ > tcg/optimize.c | 12 ++++++------ > tcg/tcg-op-vec.c | 27 ++++++++++++++++++--------- > tcg/tcg.c | 6 ++++++ > 10 files changed, 51 insertions(+), 15 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>