Home | History | Annotate | Download | only in target-i386

Lines Matching full:label1

784 static inline void gen_op_jnz_ecx(int size, int label1)
788 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_tmp0, 0, label1);
791 static inline void gen_op_jz_ecx(int size, int label1)
795 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1);
1738 int label1, label2, data_bits;
1766 label1 = gen_new_label();
1767 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, label1);
1791 gen_set_label(label1);
1961 int label1, label2, data_bits;
1990 label1 = gen_new_label();
1991 tcg_gen_brcondi_tl(TCG_COND_EQ, t2, 0, label1);
2055 gen_set_label(label1);
5045 int label1, label2;
5069 label1 = gen_new_label();
5073 tcg_gen_brcondi_tl(TCG_COND_EQ, t2, 0, label1);
5078 gen_set_label(label1);
5084 gen_set_label(label1);
6753 int label1;
6761 label1 = gen_new_label();
6765 tcg_gen_brcondi_tl(TCG_COND_EQ, t0, 0, label1);
6773 gen_set_label(label1);
7426 int label1;
7449 label1 = gen_new_label();
7450 tcg_gen_brcond_tl(TCG_COND_GE, cpu_tmp0, t1, label1);
7454 gen_set_label(label1);
7471 int label1;
7487 label1 = gen_new_label();
7488 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1);
7490 gen_set_label(label1);