Home | History | Annotate | Download | only in target-arm

Lines Matching full:tmp4

4428     TCGv tmp, tmp2, tmp3, tmp4, tmp5;
5084 tmp4 = neon_load_reg(rm + 1, 0);
5090 tmp = tmp4;
5557 tmp4 = tcg_temp_new_i32();
5558 tcg_gen_mov_i32(tmp4, tmp2);
5566 tmp2 = tmp4;
6029 tmp4 = tcg_const_i32(rn);
6031 gen_helper_neon_tbl(tmp2, tmp2, tmp, tmp4, tmp5);
6040 gen_helper_neon_tbl(tmp3, tmp3, tmp, tmp4, tmp5);
6042 tcg_temp_free_i32(tmp4);