Lines Matching defs:a
144 static bool do_ldst(DisasContext *s, arg_VLDR_VSTR *a, MVEGenLdStFn *fn, in do_ldst()
192 static bool trans_VLDR_VSTR(DisasContext *s, arg_VLDR_VSTR *a) in trans_VLDR_VSTR()
251 static bool trans_VLDR_S_sg(DisasContext *s, arg_vldst_sg *a) in trans_VLDR_S_sg()
271 static bool trans_VLDR_U_sg(DisasContext *s, arg_vldst_sg *a) in trans_VLDR_U_sg()
291 static bool trans_VSTR_sg(DisasContext *s, arg_vldst_sg *a) in trans_VSTR_sg()
310 static bool do_ldst_sg_imm(DisasContext *s, arg_vldst_sg_imm *a, in do_ldst_sg_imm()
338 static bool trans_VLDRW_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VLDRW_sg_imm()
350 static bool trans_VLDRD_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VLDRD_sg_imm()
362 static bool trans_VSTRW_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VSTRW_sg_imm()
371 static bool trans_VSTRD_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VSTRD_sg_imm()
380 static bool do_vldst_il(DisasContext *s, arg_vldst_il *a, MVEGenLdStIlFn *fn, in do_vldst_il()
413 static bool trans_VLD2(DisasContext *s, arg_vldst_il *a) in trans_VLD2()
427 static bool trans_VLD4(DisasContext *s, arg_vldst_il *a) in trans_VLD4()
441 static bool trans_VST2(DisasContext *s, arg_vldst_il *a) in trans_VST2()
455 static bool trans_VST4(DisasContext *s, arg_vldst_il *a) in trans_VST4()
471 static bool trans_VDUP(DisasContext *s, arg_VDUP *a) in trans_VDUP()
500 static bool do_1op_vec(DisasContext *s, arg_1op *a, MVEGenOneOpFn fn, in do_1op_vec()
526 static bool do_1op(DisasContext *s, arg_1op *a, MVEGenOneOpFn fn) in do_1op()
727 static bool trans_VREV32(DisasContext *s, arg_1op *a) in trans_VREV32()
738 static bool trans_VREV64(DisasContext *s, arg_1op *a) in trans_VREV64()
749 static bool trans_VMVN(DisasContext *s, arg_1op *a) in trans_VMVN()
754 static bool trans_VABS_fp(DisasContext *s, arg_1op *a) in trans_VABS_fp()
768 static bool trans_VNEG_fp(DisasContext *s, arg_1op *a) in trans_VNEG_fp()
782 static bool do_2op_vec(DisasContext *s, arg_2op *a, MVEGenTwoOpFn fn, in do_2op_vec()
809 static bool do_2op(DisasContext *s, arg_2op *a, MVEGenTwoOpFn *fn) in do_2op()
917 static bool trans_VQDMULLT(DisasContext *s, arg_2op *a) in trans_VQDMULLT()
932 static bool trans_VMULLP_B(DisasContext *s, arg_2op *a) in trans_VMULLP_B()
948 static bool trans_VMULLP_T(DisasContext *s, arg_2op *a) in trans_VMULLP_T()
971 static bool trans_VADC(DisasContext *s, arg_2op *a) in trans_VADC()
976 static bool trans_VADCI(DisasContext *s, arg_2op *a) in trans_VADCI()
984 static bool trans_VSBC(DisasContext *s, arg_2op *a) in trans_VSBC()
989 static bool trans_VSBCI(DisasContext *s, arg_2op *a) in trans_VSBCI()
1108 static bool trans_VQDMULLT_scalar(DisasContext *s, arg_2scalar *a) in trans_VQDMULLT_scalar()
1198 static bool trans_VMLALDAV_S(DisasContext *s, arg_vmlaldav *a) in trans_VMLALDAV_S()
1209 static bool trans_VMLALDAV_U(DisasContext *s, arg_vmlaldav *a) in trans_VMLALDAV_U()
1220 static bool trans_VMLSLDAV(DisasContext *s, arg_vmlaldav *a) in trans_VMLSLDAV()
1231 static bool trans_VRMLALDAVH_S(DisasContext *s, arg_vmlaldav *a) in trans_VRMLALDAVH_S()
1239 static bool trans_VRMLALDAVH_U(DisasContext *s, arg_vmlaldav *a) in trans_VRMLALDAVH_U()
1247 static bool trans_VRMLSLDAVH(DisasContext *s, arg_vmlaldav *a) in trans_VRMLSLDAVH()
1255 static bool do_dual_acc(DisasContext *s, arg_vmladav *a, MVEGenDualAccOpFn *fn) in do_dual_acc()
1352 static bool trans_VPST(DisasContext *s, arg_VPST *a) in trans_VPST()
1366 static bool trans_VPNOT(DisasContext *s, arg_VPNOT *a) in trans_VPNOT()
1387 static bool trans_VADDV(DisasContext *s, arg_VADDV *a) in trans_VADDV()
1429 static bool trans_VADDLV(DisasContext *s, arg_VADDLV *a) in trans_VADDLV()
1489 static bool do_1imm(DisasContext *s, arg_1imm *a, MVEGenOneOpImmFn *fn, in do_1imm()
1523 static bool trans_Vimm_1r(DisasContext *s, arg_1imm *a) in trans_Vimm_1r()
1553 static bool do_2shift_vec(DisasContext *s, arg_2shift *a, MVEGenTwoOpShiftFn fn, in do_2shift_vec()
1589 static bool do_2shift(DisasContext *s, arg_2shift *a, MVEGenTwoOpShiftFn fn, in do_2shift()
1836 static bool do_vidup(DisasContext *s, arg_vidup *a, MVEGenVIDUPFn *fn) in do_vidup()
1865 static bool do_viwdup(DisasContext *s, arg_viwdup *a, MVEGenVIWDUPFn *fn) in do_viwdup()
1900 static bool trans_VIDUP(DisasContext *s, arg_vidup *a) in trans_VIDUP()
1911 static bool trans_VDDUP(DisasContext *s, arg_vidup *a) in trans_VDDUP()
1924 static bool trans_VIWDUP(DisasContext *s, arg_viwdup *a) in trans_VIWDUP()
1935 static bool trans_VDWDUP(DisasContext *s, arg_viwdup *a) in trans_VDWDUP()
1946 static bool do_vcmp(DisasContext *s, arg_vcmp *a, MVEGenCmpFn *fn) in do_vcmp()
1971 static bool do_vcmp_scalar(DisasContext *s, arg_vcmp_scalar *a, in do_vcmp_scalar()
2220 static bool trans_VMOV_from_2gp(DisasContext *s, arg_VMOV_to_2gp *a) in trans_VMOV_from_2gp()