Searched refs:tcg_tmp32 (Results 1 – 1 of 1) sorted by relevance
8142 TCGv_i32 tcg_tmp32 = tcg_temp_new_i32(); in handle_clz() local8143 tcg_gen_extrl_i64_i32(tcg_tmp32, tcg_rn); in handle_clz()8144 tcg_gen_clzi_i32(tcg_tmp32, tcg_tmp32, 32); in handle_clz()8145 tcg_gen_extu_i32_i64(tcg_rd, tcg_tmp32); in handle_clz()8159 TCGv_i32 tcg_tmp32 = tcg_temp_new_i32(); in handle_cls() local8160 tcg_gen_extrl_i64_i32(tcg_tmp32, tcg_rn); in handle_cls()8161 tcg_gen_clrsb_i32(tcg_tmp32, tcg_tmp32); in handle_cls()8162 tcg_gen_extu_i32_i64(tcg_rd, tcg_tmp32); in handle_cls()8176 TCGv_i32 tcg_tmp32 = tcg_temp_new_i32(); in handle_rbit() local8177 tcg_gen_extrl_i64_i32(tcg_tmp32, tcg_rn); in handle_rbit()[all …]