Lines Matching refs:tcg_gen_brcondi_tl
471 tcg_gen_brcondi_tl(cond, pred, 0, pred_false); in gen_write_new_pc_addr()
718 tcg_gen_brcondi_tl(cond, lsb, 0, skip); in gen_cond_call()
729 tcg_gen_brcondi_tl(cond, lsb, 0, skip); in gen_cond_callr()
825 tcg_gen_brcondi_tl(cond, LSB, 0, skip); in gen_cond_return()
850 tcg_gen_brcondi_tl(TCG_COND_NE, lpcfg, 1, label1); in gen_endloop0()
862 tcg_gen_brcondi_tl(TCG_COND_EQ, lpcfg, 0, label2); in gen_endloop0()
881 tcg_gen_brcondi_tl(TCG_COND_LEU, hex_gpr[HEX_REG_LC0], 1, label3); in gen_endloop0()
900 tcg_gen_brcondi_tl(TCG_COND_LEU, hex_gpr[HEX_REG_LC1], 1, label); in gen_endloop1()
924 tcg_gen_brcondi_tl(TCG_COND_NE, lpcfg, 1, label1); in gen_endloop01()
935 tcg_gen_brcondi_tl(TCG_COND_EQ, lpcfg, 0, label2); in gen_endloop01()
951 tcg_gen_brcondi_tl(TCG_COND_LEU, hex_gpr[HEX_REG_LC0], 1, label3); in gen_endloop01()
959 tcg_gen_brcondi_tl(TCG_COND_LEU, hex_gpr[HEX_REG_LC1], 1, done); in gen_endloop01()
1044 tcg_gen_brcondi_tl(TCG_COND_GE, shift_amt, 0, positive); in gen_asr_r_r_sat()
1066 tcg_gen_brcondi_tl(TCG_COND_GE, shift_amt, 0, positive); in gen_asl_r_r_sat()
1108 tcg_gen_brcondi_tl(TCG_COND_GE, offset, 0, label); in gen_insert_rp()
1150 tcg_gen_brcondi_tl(TCG_COND_LE, shift_amt32, 0, label); in gen_asr_r_svw_trun()
1163 tcg_gen_brcondi_tl(TCG_COND_GT, shift_amt32, 63, zero); in gen_asr_r_svw_trun()
1332 tcg_gen_brcondi_tl(TCG_COND_EQ, val, 0, skip_label); in gen_set_usr_field_if()