Home
last modified time | relevance | path

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

/qemu/target/tricore/
H A Dtranslate.c2474 TCGv temp_low, temp_high; in gen_sh_hi() local
2480 temp_low = tcg_temp_new(); in gen_sh_hi()
2482 tcg_gen_andi_tl(temp_low, r1, 0xffff); in gen_sh_hi()
2484 gen_shi(temp_low, temp_low, shiftcount); in gen_sh_hi()
2486 tcg_gen_deposit_tl(ret, ret, temp_low, 0, 16); in gen_sh_hi()