unicorn/qemu/tcg/aarch64
Miroslav Rezanina 9153951f1e tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
There are two different versions of prototype for tcg_out_op and
tcg_out_vec_op functions:

1) using const TCGArg *args and const int *const_args arguments
2) using const TCGArg args[TCG_MAX_OP_ARGS] and const int
const_args[TCG_MAX_OP_ARGS] aguments.

This duality causes warnings on GCC 11 and prevents build using
--enable-werror. As second version provides more information,
unify functions prototypes to this variant.

Backports 5e8892db93f3fb6a7221f2d47f3c952a7e489737
2021-03-30 14:56:57 -04:00
..
tcg-target-con-set.h tcg/aarch64: Split out constraint sets to tcg-target-con-set.h 2021-03-04 16:19:33 -05:00
tcg-target-con-str.h tcg/aarch64: Split out target constraints to tcg-target-con-str.h 2021-03-04 15:58:26 -05:00
tcg-target-opc.h tcg/aarch64: Support vector variable shift opcodes 2019-05-16 15:58:54 -04:00
tcg-target.h tcg: Remove TCG_TARGET_CON_SET_H 2021-03-04 16:29:16 -05:00
tcg-target.inc.c tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op 2021-03-30 14:56:57 -04:00