Searched defs:rsh (Results 1 – 3 of 3) sorted by relevance
1017 TCGv_i32 rsh = tcg_temp_new_i32(); in gen_ushl_i32() local1039 TCGv_i64 rsh = tcg_temp_new_i64(); in gen_ushl_i64() local1062 TCGv_vec rsh = tcg_temp_new_vec_matching(dst); in gen_ushl_vec() local1134 TCGv_i32 rsh = tcg_temp_new_i32(); in gen_sshl_i32() local1157 TCGv_i64 rsh = tcg_temp_new_i64(); in gen_sshl_i64() local1181 TCGv_vec rsh = tcg_temp_new_vec_matching(dst); in gen_sshl_vec() local
2059 int rsh = (32 - sh) & 31; in gen_rlwinm() local2188 int rsh = (64 - sh) & 63; in gen_rldinm() local
1557 uint16_t rsh, rsl, rth, rtl; in helper_precrqu_s_qb_ph() local