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

Lines Matching full:tcg_gen_brcondi_i32

618         tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
622 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
626 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
630 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
634 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
638 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
642 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
646 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
651 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv);
654 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
659 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
662 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
669 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
676 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
681 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv);
687 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
692 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
698 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
9376 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, s->condlabel);
9378 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, s->condlabel);