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()
2264 TCGOP_CALLO(op) = n = info->nr_out; in tcg_gen_callN()2584 nb_oargs = TCGOP_CALLO(op); in tcg_dump_ops()3557 nb_oargs = TCGOP_CALLO(op); in liveness_pass_0()3628 nb_oargs = TCGOP_CALLO(op); in liveness_pass_1()3975 nb_oargs = TCGOP_CALLO(op); in liveness_pass_2()5361 const int nb_oargs = TCGOP_CALLO(op); in tcg_reg_alloc_call()
1509 int nb_oargs = TCGOP_CALLO(op); in fold_call()
440 #define TCGOP_CALLO(X) (X)->param2 macro