Lines Matching refs:read_vec_element_i32
1274 static void read_vec_element_i32(DisasContext *s, TCGv_i32 tcg_dest, int srcidx,
5012 read_vec_element_i32(s, tcg_op1, a->rn, 3, MO_32);
5013 read_vec_element_i32(s, tcg_op2, a->rm, 3, MO_32);
5014 read_vec_element_i32(s, tcg_op3, a->ra, 3, MO_32);
5631 read_vec_element_i32(s, t0, a->rn, 0, a->esz);
5632 read_vec_element_i32(s, t1, a->rm, 0, a->esz);
5709 read_vec_element_i32(s, t0, a->rn, 0, a->esz);
5710 read_vec_element_i32(s, t1, a->rm, 0, a->esz);
5711 read_vec_element_i32(s, t2, a->rd, 0, a->esz);
6551 read_vec_element_i32(s, t1, a->rm, a->idx, MO_32);
6564 read_vec_element_i32(s, t1, a->rm, a->idx, MO_16);
6601 read_vec_element_i32(s, t2, a->rm, a->idx, MO_32);
6618 read_vec_element_i32(s, t2, a->rm, a->idx, MO_16);
6646 read_vec_element_i32(s, t0, a->rn, 0, a->esz);
6647 read_vec_element_i32(s, t1, a->rm, a->idx, a->esz);
6668 read_vec_element_i32(s, t0, a->rn, 0, a->esz);
6669 read_vec_element_i32(s, t1, a->rm, a->idx, a->esz);
6670 read_vec_element_i32(s, t2, a->rd, 0, a->esz);
6954 read_vec_element_i32(s, t0, a->rn, 0, MO_32);
6955 read_vec_element_i32(s, t1, a->rn, 1, MO_32);
6968 read_vec_element_i32(s, t0, a->rn, 0, MO_16);
6969 read_vec_element_i32(s, t1, a->rn, 1, MO_16);
7225 read_vec_element_i32(s, tcg_elem, rn, ebase, esz);
7318 read_vec_element_i32(s, tcg_vn, rn, 0, size);
7322 read_vec_element_i32(s, tcg_vm, rm, 0, size);
9407 read_vec_element_i32(s, t, a->rn, 0, a->esz);
9435 read_vec_element_i32(s, t, a->rn, i, a->esz);
9739 read_vec_element_i32(s, tcg_op, a->rn, part + pass, MO_32);
9796 read_vec_element_i32(s, t32, a->rn, pass, a->esz);
10016 read_vec_element_i32(s, tcg_op, a->rn, srcelt + pass, MO_32);
10032 read_vec_element_i32(s, tcg_res[pass], a->rn, srcelt + pass, MO_16);