Searched refs:noshift (Results 1 – 1 of 1) sorted by relevance
1308 TCGLabel *noshift, *done; in trans_SHLL_rr() local1311 noshift = gen_new_label(); in trans_SHLL_rr()1314 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[a->rs], 0, noshift); in trans_SHLL_rr()1327 gen_set_label(noshift); in trans_SHLL_rr()1359 TCGLabel *noshift, *done; in shiftr_reg() local1368 noshift = gen_new_label(); in shiftr_reg()1372 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[rs], 0, noshift); in shiftr_reg()1380 gen_set_label(noshift); in shiftr_reg()