Searched refs:nb_oargs (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 1316 n = def->nb_iargs + def->nb_oargs; in tcg_context_init() 1325 n = def->nb_iargs + def->nb_oargs; in tcg_context_init() 2563 int i, k, nb_oargs, nb_iargs, nb_cargs; in tcg_dump_ops() local 2572 nb_oargs = 0; in tcg_dump_ops() 2584 nb_oargs = TCGOP_CALLO(op); in tcg_dump_ops() 2601 col += ne_fprintf(f, ",$0x%x,$%d", info->flags, nb_oargs); in tcg_dump_ops() 2602 for (i = 0; i < nb_oargs; i++) { in tcg_dump_ops() 2607 TCGArg arg = op->args[nb_oargs + i]; in tcg_dump_ops() 2614 nb_oargs = def->nb_oargs; in tcg_dump_ops() 2624 for (i = 0; i < nb_oargs; i++) { in tcg_dump_ops() [all …]
|
H A D | optimize.c | 957 int nb_oargs, int nb_iargs) in copy_propagate() argument 959 for (int i = nb_oargs; i < nb_oargs + nb_iargs; i++) { in copy_propagate() 970 int i, nb_oargs; in finish_folding() local 985 nb_oargs = def->nb_oargs; in finish_folding() 986 for (i = 0; i < nb_oargs; i++) { in finish_folding() 1509 int nb_oargs = TCGOP_CALLO(op); in fold_call() local 1513 init_arguments(ctx, op, nb_oargs + nb_iargs); in fold_call() 1514 copy_propagate(ctx, op, nb_oargs, nb_iargs); in fold_call() 1534 for (i = 0; i < nb_oargs; i++) { in fold_call() 2074 MemOpIdx oi = op->args[def->nb_oargs + def->nb_iargs]; in fold_qemu_ld() [all …]
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 823 uint8_t nb_oargs, nb_iargs, nb_cargs, nb_args; member
|