Home
last modified time | relevance | path

Searched refs:noshift (Results 1 – 1 of 1) sorted by relevance

/qemu/target/rx/
H A Dtranslate.c1307 TCGLabel *noshift, *done; in trans_SHLL_rr() local
1310 noshift = gen_new_label(); in trans_SHLL_rr()
1313 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[a->rs], 0, noshift); in trans_SHLL_rr()
1326 gen_set_label(noshift); in trans_SHLL_rr()
1358 TCGLabel *noshift, *done; in shiftr_reg() local
1367 noshift = gen_new_label(); in shiftr_reg()
1371 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_regs[rs], 0, noshift); in shiftr_reg()
1379 gen_set_label(noshift); in shiftr_reg()