Searched refs:tcg_out_label (Results 1 - 2 of 2) sorted by relevance
/vbox/src/recompiler/tcg/i386/ |
H A D | tcg-target.c | 951 tcg_out_label(s, label_next, (tcg_target_long)s->code_ptr); 993 tcg_out_label(s, label_true, (tcg_target_long)s->code_ptr); 996 tcg_out_label(s, label_over, (tcg_target_long)s->code_ptr); 1010 tcg_out_label(s, label_over, (tcg_target_long)s->code_ptr);
|
/vbox/src/recompiler/tcg/ |
H A D | tcg.c | 142 static void tcg_out_label(TCGContext *s, int label_index, function 2098 tcg_out_label(s, args[0], (intptr_t)s->code_ptr);
|
Completed in 53 milliseconds