Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtranslate.c2469 static void gen_sh_hi(TCGv ret, TCGv r1, int32_t shiftcount) in gen_sh_hi() argument
2473 if (shiftcount == -16) { in gen_sh_hi()
2481 gen_shi(temp_low, temp_low, shiftcount); in gen_sh_hi()
2482 gen_shi(ret, temp_high, shiftcount); in gen_sh_hi()