Lines Matching defs:tmp3
1383 TCGv tmp, tmp2, tmp3;
1724 tmp3 = tcg_const_i32((insn & 7) << 3);
1728 tmp3 = tcg_const_i32((insn & 3) << 4);
1732 tmp3 = tcg_const_i32((insn & 1) << 5);
1736 TCGV_UNUSED(tmp3);
1738 gen_helper_iwmmxt_insr(cpu_M0, cpu_M0, tmp, tmp2, tmp3);
1739 tcg_temp_free(tmp3);
4428 TCGv tmp, tmp2, tmp3, tmp4, tmp5;
4618 tmp3 = neon_load_reg(rd, pass);
4619 gen_neon_bsl(tmp, tmp, tmp2, tmp3);
4620 tcg_temp_free_i32(tmp3);
4623 tmp3 = neon_load_reg(rd, pass);
4624 gen_neon_bsl(tmp, tmp, tmp3, tmp2);
4625 tcg_temp_free_i32(tmp3);
4628 tmp3 = neon_load_reg(rd, pass);
4629 gen_neon_bsl(tmp, tmp3, tmp, tmp2);
4630 tcg_temp_free_i32(tmp3);
5095 tmp3 = neon_load_reg(rm, 1);
5097 tmp3 = tmp5;
5099 gen_neon_shift_narrow(size, tmp3, tmp2, q,
5101 tcg_gen_concat_i32_i64(cpu_V0, tmp, tmp3);
5103 tcg_temp_free_i32(tmp3);
5324 TCGV_UNUSED(tmp3);
5455 tmp3 = tmp;
5457 neon_store_reg(rd, 0, tmp3);
5559 tmp3 = neon_load_reg(rn, 1);
5565 tmp = tmp3;
5802 tmp3 = tcg_temp_new_i32();
5805 tcg_gen_ext16u_i32(tmp3, tmp);
5806 gen_helper_neon_fcvt_f16_to_f32(cpu_F0s, tmp3, cpu_env);
5808 tcg_gen_shri_i32(tmp3, tmp, 16);
5809 gen_helper_neon_fcvt_f16_to_f32(cpu_F0s, tmp3, cpu_env);
5812 tcg_gen_ext16u_i32(tmp3, tmp2);
5813 gen_helper_neon_fcvt_f16_to_f32(cpu_F0s, tmp3, cpu_env);
5815 tcg_gen_shri_i32(tmp3, tmp2, 16);
5816 gen_helper_neon_fcvt_f16_to_f32(cpu_F0s, tmp3, cpu_env);
5819 tcg_temp_free_i32(tmp3);
6039 tmp3 = neon_load_reg(rm, 1);
6040 gen_helper_neon_tbl(tmp3, tmp3, tmp, tmp4, tmp5);
6044 neon_store_reg(rd, 1, tmp3);
6421 TCGv tmp3;
7321 tmp3 = tcg_temp_new_i32();
7322 tcg_gen_ld_i32(tmp3, cpu_env, offsetof(CPUState, GE));
7323 gen_helper_sel_flags(tmp, tmp3, tmp, tmp2);
7324 tcg_temp_free_i32(tmp3);
7555 tmp3 = tcg_const_i32(4);
7569 tcg_gen_add_i32(addr, addr, tmp3);
7620 tcg_gen_add_i32(addr, addr, tmp3);
7630 tcg_gen_add_i32(addr, addr, tmp3);
7646 tcg_temp_free_i32(tmp3);
7785 TCGv tmp3;
8192 tmp3 = tcg_temp_new_i32();
8193 tcg_gen_ld_i32(tmp3, cpu_env, offsetof(CPUState, GE));
8194 gen_helper_sel_flags(tmp, tmp3, tmp, tmp2);
8195 tcg_temp_free_i32(tmp3);