tcg: Remove movi and dupi opcodes
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Apr 2020 20:22:43 +0000 (13:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Jan 2021 18:39:08 +0000 (08:39 -1000)
commitc58f4c97b2ad9247c5ee85d625a934370862fba1
tree987dd44a46017e1cc45dcb64fbcc6d07e727c47d
parent1bd1af98d7b166ced72e2fb8126b484c86d5357b
tcg: Remove movi and dupi opcodes

These are now completely covered by mov from a
TYPE_CONST temporary.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
13 files changed:
include/tcg/tcg-opc.h
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/optimize.c
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390/tcg-target.c.inc
tcg/sparc/tcg-target.c.inc
tcg/tcg-op-vec.c
tcg/tcg.c
tcg/tci/tcg-target.c.inc