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

Lines Matching refs:tmp5

4428     TCGv tmp, tmp2, tmp3, tmp4, tmp5;
5085 tmp5 = neon_load_reg(rm + 1, 1);
5097 tmp3 = tmp5;
6030 tmp5 = tcg_const_i32(n);
6031 gen_helper_neon_tbl(tmp2, tmp2, tmp, tmp4, tmp5);
6040 gen_helper_neon_tbl(tmp3, tmp3, tmp, tmp4, tmp5);
6041 tcg_temp_free_i32(tmp5);