Searched refs:TCGOP_CALLO (Results 1 – 4 of 4) sorted by relevance
44 return (void *)(uintptr_t)op->args[TCGOP_CALLO(op) + TCGOP_CALLI(op)]; in tcg_call_func()49 return (void *)(uintptr_t)op->args[TCGOP_CALLO(op) + TCGOP_CALLI(op) + 1]; in tcg_call_info()
2641 TCGOP_CALLO(op) = n = info->nr_out; in tcg_gen_callN()2961 nb_oargs = TCGOP_CALLO(op); in tcg_dump_ops()3944 nb_oargs = TCGOP_CALLO(op); in liveness_pass_0()4027 nb_oargs = TCGOP_CALLO(op); in liveness_pass_1()4419 nb_oargs = TCGOP_CALLO(op); in liveness_pass_2()6112 const int nb_oargs = TCGOP_CALLO(op); in tcg_reg_alloc_call()
1748 int nb_oargs = TCGOP_CALLO(op); in fold_call()
345 #define TCGOP_CALLO(X) (X)->param2 macro