Searched refs:label1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c886 static inline void gen_op_jnz_ecx(int size, int label1) argument
890 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_tmp0, 0, label1);
893 static inline void gen_op_jz_ecx(int size, int label1) argument
897 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1);
1739 int label1, label2, data_bits; local
1767 label1 = gen_new_label();
1768 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, label1);
1792 gen_set_label(label1);
1912 int label1; local
1949 label1
1964 int label1, label2, data_bits; local
5209 int label1, label2; local
6957 int label1; local
7728 int label1; local
7780 int label1; local
[all...]

Completed in 609 milliseconds