Lines Matching refs:MO_32
347 return do_ldst_sg_imm(s, a, fns[a->w], MO_32); in trans_VLDRW_sg_imm()
368 return do_ldst_sg_imm(s, a, fns[a->w], MO_32); in trans_VSTRW_sg_imm()
910 if (a->size == MO_32 && (a->qd == a->qm || a->qd == a->qn)) { in DO_2OP_VEC()
925 if (a->size == MO_32 && (a->qd == a->qm || a->qd == a->qn)) { in trans_VQDMULLT()
1101 if (a->qd == a->qn && a->size == MO_32) { in DO_2OP_SCALAR()
1116 if (a->qd == a->qn && a->size == MO_32) { in trans_VQDMULLT_scalar()
2205 if (!mve_skip_vmov(s, vd, a->idx, MO_32)) { in DO_VABAV()
2207 read_neon_element32(tmp, vd, a->idx, MO_32); in DO_VABAV()
2210 if (!mve_skip_vmov(s, vd + 1, a->idx, MO_32)) { in DO_VABAV()
2212 read_neon_element32(tmp, vd + 1, a->idx, MO_32); in DO_VABAV()
2247 if (!mve_skip_vmov(s, vd, a->idx, MO_32)) { in trans_VMOV_from_2gp()
2249 write_neon_element32(tmp, vd, a->idx, MO_32); in trans_VMOV_from_2gp()
2251 if (!mve_skip_vmov(s, vd + 1, a->idx, MO_32)) { in trans_VMOV_from_2gp()
2253 write_neon_element32(tmp, vd + 1, a->idx, MO_32); in trans_VMOV_from_2gp()