Lines Matching refs:label
56 /* The label that will be jumped to when the instruction is skipped. */
702 static void gen_test_cc(int cc, int label)
711 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
715 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
719 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
723 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
727 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
731 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
735 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
739 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
747 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
752 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
755 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
762 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
769 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
780 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
785 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
791 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
6493 int label = gen_new_label();
6497 0, label);
6518 gen_set_label(label);
7278 int label = gen_new_label();
7281 0, label);
7284 gen_set_label(label);
7340 int label = gen_new_label();
7343 tcg_gen_brcondi_i32(TCG_COND_NE, cpu_T[0], 0, label);
7361 gen_set_label(label);