Searched refs:shiftcount (Results 1 – 1 of 1) sorted by relevance
2469 static void gen_sh_hi(TCGv ret, TCGv r1, int32_t shiftcount) in gen_sh_hi() argument2473 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()