Lines Matching refs:TCGLabel
139 static void tcg_out_br(TCGContext *s, TCGLabel *l);
349 TCGLabel *l, intptr_t addend)
359 static void tcg_out_label(TCGContext *s, TCGLabel *l)
366 TCGLabel *gen_new_label(void)
369 TCGLabel *l = tcg_malloc(sizeof(TCGLabel));
371 memset(l, 0, sizeof(TCGLabel));
383 TCGLabel *l;
1007 TCGReg a1, TCGReg a2, TCGLabel *label);
1009 TCGReg a1, tcg_target_long a2, TCGLabel *label);
1016 TCGArg bh, bool const_bh, TCGLabel *l);
3541 TCGLabel *label = arg_label(op->args[idx]);
3650 static void move_label_uses(TCGLabel *to, TCGLabel *from)
3683 TCGLabel *label;
5846 TCGLabel *label = arg_label(new_args[3]);
5893 TCGLabel *label = arg_label(new_args[5]);
6860 TCGLabel *l;