Home
last modified time | relevance | path

Searched refs:temp_high (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
2479 temp_high = tcg_temp_new(); in gen_sh_hi()
2483 tcg_gen_andi_tl(temp_high, r1, 0xffff0000); in gen_sh_hi()
2485 gen_shi(ret, temp_high, shiftcount); in gen_sh_hi()