Home
last modified time | relevance | path

Searched refs:tcg_out_label (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.c918 tcg_out_label(s, label_next, s->code_ptr); in tcg_out_brcond2()
960 tcg_out_label(s, label_true, s->code_ptr); in tcg_out_setcond2()
963 tcg_out_label(s, label_over, s->code_ptr); in tcg_out_setcond2()
977 tcg_out_label(s, label_over, s->code_ptr); in tcg_out_setcond2()
993 tcg_out_label(s, over, s->code_ptr); in tcg_out_movcond32()
/external/qemu/tcg/
Dtcg.c171 static void tcg_out_label(TCGContext *s, int label_index, void *ptr) in tcg_out_label() function
2547 tcg_out_label(s, args[0], s->code_ptr); in tcg_gen_code_common()