Home
last modified time | relevance | path

Searched refs:const_args (Results 1 – 8 of 8) sorted by relevance

/qemu/tcg/
H A Dtcg.c152 const int const_args[TCG_MAX_OP_ARGS]);
172 const int const_args[TCG_MAX_OP_ARGS]) in tcg_out_vec_op()
5257 int const_args[TCG_MAX_OP_ARGS]; in tcg_reg_alloc_op() local
5316 const_args[i] = 0; in tcg_reg_alloc_op()
5325 const_args[i] = 1; in tcg_reg_alloc_op()
5503 const_args[i] = 0; in tcg_reg_alloc_op()
5546 if (arg_ct->oalias && !const_args[arg_ct->alias_index]) { in tcg_reg_alloc_op()
5632 tcg_debug_assert(!const_args[1]); in tcg_reg_alloc_op()
5633 if (const_args[2]) { in tcg_reg_alloc_op()
5649 tcg_debug_assert(!const_args[2]); in tcg_reg_alloc_op()
[all …]
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2899 const int const_args[TCG_MAX_OP_ARGS])
2982 if (const_args[2]) {
2994 if (const_args[2]) {
3006 if (const_args[2]) {
3018 if (const_args[2]) {
3124 if (const_args[2]) {
3142 if (const_args[2]) {
3159 if (const_args[2]) {
/qemu/tcg/arm/
H A Dtcg-target.c.inc3040 const int const_args[TCG_MAX_OP_ARGS])
3134 if (!const_args[2]) {
3141 if (const_args[2]) {
3154 if (!const_args[2]) {
3161 if (const_args[2]) {
3180 if (const_args[2]) {
3190 if (const_args[2]) {
3203 if (const_args[2]) {
/qemu/tcg/riscv/
H A Dtcg-target.c.inc2648 const int const_args[TCG_MAX_OP_ARGS])
2657 c2 = const_args[2];
2675 if (const_args[1]) {
2807 args[3], const_args[3], args[4], const_args[4]);
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc2185 const int const_args[TCG_MAX_OP_ARGS])
2353 if (const_args[2]) {
2388 tcg_out_addsub_vec(s, lasx, vece, a0, a1, a2, const_args[2], true);
2391 tcg_out_addsub_vec(s, lasx, vece, a0, a1, a2, const_args[2], false);
/qemu/tcg/s390x/
H A Dtcg-target.c.inc3343 const int const_args[TCG_MAX_OP_ARGS])
3461 tcg_out_cmpsel_vec(s, vece, a0, a1, a2, args[3], const_args[3],
/qemu/tcg/ppc/
H A Dtcg-target.c.inc4155 const int const_args[TCG_MAX_OP_ARGS])
4275 args[3], const_args[3], args[4], args[5]);
/qemu/tcg/i386/
H A Dtcg-target.c.inc3814 const int const_args[TCG_MAX_OP_ARGS])