This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c80d03aba54 [AArch64][SVE] Asm: Add MOVPRFX instructions. new d0973b1cc35 [AArch64][SVE] Asm: Enable instructions to be prefixed.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AArch64/AArch64SVEInstrInfo.td | 68 +++++------ lib/Target/AArch64/SVEInstrFormats.td | 105 +++++++++++++--- test/MC/AArch64/SVE/abs.s | 28 +++++ test/MC/AArch64/SVE/add-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/add.s | 40 +++++++ test/MC/AArch64/SVE/adr-diagnostics.s | 16 +++ test/MC/AArch64/SVE/and-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/and.s | 40 +++++++ test/MC/AArch64/SVE/andv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/asr-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/asr.s | 52 ++++++++ test/MC/AArch64/SVE/asrd.s | 28 +++++ test/MC/AArch64/SVE/asrr.s | 28 +++++ test/MC/AArch64/SVE/bic-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/bic.s | 40 +++++++ test/MC/AArch64/SVE/clasta-diagnostics.s | 34 ++++++ test/MC/AArch64/SVE/clasta.s | 16 +++ test/MC/AArch64/SVE/clastb-diagnostics.s | 34 ++++++ test/MC/AArch64/SVE/clastb.s | 16 +++ test/MC/AArch64/SVE/cls.s | 28 +++++ test/MC/AArch64/SVE/clz.s | 28 +++++ test/MC/AArch64/SVE/cmpeq-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmpge-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmpgt-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmphi-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmphs-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmple-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmplo-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmpls-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmplt-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cmpne-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/cnot.s | 28 +++++ test/MC/AArch64/SVE/cnt.s | 28 +++++ test/MC/AArch64/SVE/compact-diagnostics.s | 16 +++ test/MC/AArch64/SVE/cpy.s | 76 ++++++++++++ test/MC/AArch64/SVE/decp-diagnostics.s | 10 ++ test/MC/AArch64/SVE/decp.s | 16 +++ test/MC/AArch64/SVE/dup-diagnostics.s | 40 +++++++ test/MC/AArch64/SVE/dupm-diagnostics.s | 16 +++ test/MC/AArch64/SVE/eon-diagnostics.s | 10 ++ test/MC/AArch64/SVE/eon.s | 16 +++ test/MC/AArch64/SVE/eor-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/eor.s | 40 +++++++ test/MC/AArch64/SVE/eorv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/ext-diagnostics.s | 10 ++ test/MC/AArch64/SVE/ext.s | 16 +++ test/MC/AArch64/SVE/fabd.s | 28 +++++ test/MC/AArch64/SVE/fabs.s | 28 +++++ test/MC/AArch64/SVE/facge-diagnostics.s | 16 +++ test/MC/AArch64/SVE/facgt-diagnostics.s | 16 +++ test/MC/AArch64/SVE/facle-diagnostics.s | 16 +++ test/MC/AArch64/SVE/faclt-diagnostics.s | 16 +++ test/MC/AArch64/SVE/fadd-diagnostics.s | 16 +++ test/MC/AArch64/SVE/fadd.s | 52 ++++++++ test/MC/AArch64/SVE/fadda-diagnostics.s | 17 ++- test/MC/AArch64/SVE/faddv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/fcadd.s | 28 +++++ test/MC/AArch64/SVE/fcmeq-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/fcmge-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/fcmgt-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/fcmla-diagnostics.s | 10 ++ test/MC/AArch64/SVE/fcmla.s | 40 +++++++ test/MC/AArch64/SVE/fcmle-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/fcmlt-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/fcmne-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/fcmuo-diagnostics.s | 16 +++ test/MC/AArch64/SVE/fcpy.s | 28 +++++ test/MC/AArch64/SVE/fcvt.s | 28 +++++ test/MC/AArch64/SVE/fcvtzs.s | 28 +++++ test/MC/AArch64/SVE/fcvtzu.s | 28 +++++ test/MC/AArch64/SVE/fdiv.s | 28 +++++ test/MC/AArch64/SVE/fdivr.s | 28 +++++ test/MC/AArch64/SVE/fdup-diagnostics.s | 16 +++ test/MC/AArch64/SVE/fexpa-diagnostics.s | 17 ++- test/MC/AArch64/SVE/fmad.s | 28 +++++ test/MC/AArch64/SVE/fmax.s | 52 ++++++++ test/MC/AArch64/SVE/fmaxnm.s | 52 ++++++++ test/MC/AArch64/SVE/fmaxnmv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/fmaxv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/fmin.s | 52 ++++++++ test/MC/AArch64/SVE/fminnm.s | 52 ++++++++ test/MC/AArch64/SVE/fminnmv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/fminv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/fmla-diagnostics.s | 10 ++ test/MC/AArch64/SVE/fmla.s | 40 +++++++ test/MC/AArch64/SVE/fmls-diagnostics.s | 10 ++ test/MC/AArch64/SVE/fmls.s | 40 +++++++ test/MC/AArch64/SVE/fmov-diagnostics.s | 16 +++ test/MC/AArch64/SVE/fmov.s | 28 +++++ test/MC/AArch64/SVE/fmsb.s | 28 +++++ test/MC/AArch64/SVE/fmul-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/fmul.s | 52 ++++++++ test/MC/AArch64/SVE/fmulx.s | 28 +++++ test/MC/AArch64/SVE/fneg.s | 28 +++++ test/MC/AArch64/SVE/fnmad.s | 28 +++++ test/MC/AArch64/SVE/fnmla.s | 28 +++++ test/MC/AArch64/SVE/fnmls.s | 28 +++++ test/MC/AArch64/SVE/fnmsb.s | 28 +++++ test/MC/AArch64/SVE/frecpe-diagnostics.s | 17 ++- test/MC/AArch64/SVE/frecps-diagnostics.s | 16 +++ test/MC/AArch64/SVE/frecpx.s | 28 +++++ test/MC/AArch64/SVE/frinta.s | 28 +++++ test/MC/AArch64/SVE/frinti.s | 28 +++++ test/MC/AArch64/SVE/frintm.s | 28 +++++ test/MC/AArch64/SVE/frintn.s | 28 +++++ test/MC/AArch64/SVE/frintp.s | 28 +++++ test/MC/AArch64/SVE/frintx.s | 28 +++++ test/MC/AArch64/SVE/frintz.s | 28 +++++ test/MC/AArch64/SVE/frsqrte-diagnostics.s | 17 ++- test/MC/AArch64/SVE/frsqrts-diagnostics.s | 16 +++ test/MC/AArch64/SVE/fscale.s | 28 +++++ test/MC/AArch64/SVE/fsqrt.s | 28 +++++ test/MC/AArch64/SVE/fsub-diagnostics.s | 16 +++ test/MC/AArch64/SVE/fsub.s | 52 ++++++++ test/MC/AArch64/SVE/fsubr.s | 52 ++++++++ test/MC/AArch64/SVE/ftmad-diagnostics.s | 10 ++ test/MC/AArch64/SVE/ftmad.s | 16 +++ test/MC/AArch64/SVE/ftsmul-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ftssel-diagnostics.s | 17 ++- test/MC/AArch64/SVE/incd-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/incd.s | 40 +++++++ test/MC/AArch64/SVE/inch-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/inch.s | 40 +++++++ test/MC/AArch64/SVE/incp-diagnostics.s | 10 ++ test/MC/AArch64/SVE/incp.s | 16 +++ test/MC/AArch64/SVE/incw-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/incw.s | 40 +++++++ test/MC/AArch64/SVE/index-diagnostics.s | 40 +++++++ test/MC/AArch64/SVE/insr-diagnostics.s | 16 +++ test/MC/AArch64/SVE/insr.s | 28 +++++ test/MC/AArch64/SVE/lasta-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/lastb-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/ld1b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rb-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rd-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rh-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rqb-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rqd-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rqh-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rqw-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rsb-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rsh-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rsw-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1rw-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1sb-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1sh-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1sw-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld1w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld2b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld2d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld2h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld2w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld3b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld3d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld3h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld3w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld4b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld4d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld4h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ld4w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldff1b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldff1d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldff1h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldff1sb-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldff1sh-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldff1sw-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldff1w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnf1b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnf1d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnf1h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnf1sb-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnf1sh-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnf1sw-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnf1w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnt1b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnt1d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnt1h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/ldnt1w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/lsl-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/lsl.s | 52 ++++++++ test/MC/AArch64/SVE/lslr.s | 28 +++++ test/MC/AArch64/SVE/lsr-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/lsr.s | 52 ++++++++ test/MC/AArch64/SVE/lsrr.s | 28 +++++ test/MC/AArch64/SVE/mad.s | 28 +++++ test/MC/AArch64/SVE/mla.s | 28 +++++ test/MC/AArch64/SVE/mls.s | 28 +++++ test/MC/AArch64/SVE/mov-diagnostics.s | 76 ++++++++++++ test/MC/AArch64/SVE/mov.s | 76 ++++++++++++ test/MC/AArch64/SVE/movprfx-diagnostics.s | 193 ++++++++++++++++++++++++++++++ test/MC/AArch64/SVE/movprfx.s | 97 +++++++++++++++ test/MC/AArch64/SVE/msb.s | 28 +++++ test/MC/AArch64/SVE/mul-diagnostics.s | 10 ++ test/MC/AArch64/SVE/mul.s | 40 +++++++ test/MC/AArch64/SVE/neg.s | 28 +++++ test/MC/AArch64/SVE/not.s | 28 +++++ test/MC/AArch64/SVE/orn-diagnostics.s | 10 ++ test/MC/AArch64/SVE/orn.s | 16 +++ test/MC/AArch64/SVE/orr-diagnostics.s | 34 ++++++ test/MC/AArch64/SVE/orr.s | 40 +++++++ test/MC/AArch64/SVE/orv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/prfb-diagnostics.s | 16 +++ test/MC/AArch64/SVE/prfd-diagnostics.s | 16 +++ test/MC/AArch64/SVE/prfh-diagnostics.s | 16 +++ test/MC/AArch64/SVE/prfw-diagnostics.s | 28 +++++ test/MC/AArch64/SVE/rbit.s | 28 +++++ test/MC/AArch64/SVE/rev-diagnostics.s | 17 +++ test/MC/AArch64/SVE/revb.s | 28 +++++ test/MC/AArch64/SVE/revh.s | 28 +++++ test/MC/AArch64/SVE/revw.s | 28 +++++ test/MC/AArch64/SVE/sabd.s | 28 +++++ test/MC/AArch64/SVE/saddv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/scvtf.s | 28 +++++ test/MC/AArch64/SVE/sdiv.s | 28 +++++ test/MC/AArch64/SVE/sdivr.s | 28 +++++ test/MC/AArch64/SVE/sdot-diagnostics.s | 16 +++ test/MC/AArch64/SVE/sdot.s | 28 +++++ test/MC/AArch64/SVE/sel-diagnostics.s | 17 +++ test/MC/AArch64/SVE/smax-diagnostics.s | 10 ++ test/MC/AArch64/SVE/smax.s | 40 +++++++ test/MC/AArch64/SVE/smaxv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/smin-diagnostics.s | 10 ++ test/MC/AArch64/SVE/smin.s | 40 +++++++ test/MC/AArch64/SVE/sminv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/smulh.s | 28 +++++ test/MC/AArch64/SVE/splice-diagnostics.s | 10 ++ test/MC/AArch64/SVE/splice.s | 16 +++ test/MC/AArch64/SVE/sqadd-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqadd.s | 16 +++ test/MC/AArch64/SVE/sqdecd-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqdecd.s | 40 +++++++ test/MC/AArch64/SVE/sqdech-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqdech.s | 40 +++++++ test/MC/AArch64/SVE/sqdecp-diagnostics.s | 10 ++ test/MC/AArch64/SVE/sqdecp.s | 16 +++ test/MC/AArch64/SVE/sqdecw-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqdecw.s | 40 +++++++ test/MC/AArch64/SVE/sqincd-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqincd.s | 40 +++++++ test/MC/AArch64/SVE/sqinch-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqinch.s | 40 +++++++ test/MC/AArch64/SVE/sqincp-diagnostics.s | 10 ++ test/MC/AArch64/SVE/sqincp.s | 16 +++ test/MC/AArch64/SVE/sqincw-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqincw.s | 40 +++++++ test/MC/AArch64/SVE/sqsub-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sqsub.s | 16 +++ test/MC/AArch64/SVE/st1b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st1d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st1h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st1w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st2b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st2d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st2h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st2w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st3b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st3d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st3h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st3w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st4b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st4d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st4h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/st4w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/stnt1b-diagnostics.s | 16 +++ test/MC/AArch64/SVE/stnt1d-diagnostics.s | 16 +++ test/MC/AArch64/SVE/stnt1h-diagnostics.s | 16 +++ test/MC/AArch64/SVE/stnt1w-diagnostics.s | 16 +++ test/MC/AArch64/SVE/sub-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/sub.s | 40 +++++++ test/MC/AArch64/SVE/subr-diagnostics.s | 10 ++ test/MC/AArch64/SVE/subr.s | 40 +++++++ test/MC/AArch64/SVE/sunpkhi-diagnostics.s | 16 +++ test/MC/AArch64/SVE/sunpklo-diagnostics.s | 16 +++ test/MC/AArch64/SVE/sxtb.s | 28 +++++ test/MC/AArch64/SVE/sxth.s | 28 +++++ test/MC/AArch64/SVE/sxtw.s | 28 +++++ test/MC/AArch64/SVE/tbl-diagnostics.s | 16 +++ test/MC/AArch64/SVE/trn1-diagnostics.s | 16 +++ test/MC/AArch64/SVE/trn2-diagnostics.s | 16 +++ test/MC/AArch64/SVE/uabd.s | 28 +++++ test/MC/AArch64/SVE/uaddv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/ucvtf.s | 28 +++++ test/MC/AArch64/SVE/udiv.s | 28 +++++ test/MC/AArch64/SVE/udivr.s | 28 +++++ test/MC/AArch64/SVE/udot-diagnostics.s | 16 +++ test/MC/AArch64/SVE/udot.s | 28 +++++ test/MC/AArch64/SVE/umax-diagnostics.s | 10 ++ test/MC/AArch64/SVE/umax.s | 40 +++++++ test/MC/AArch64/SVE/umaxv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/umin-diagnostics.s | 10 ++ test/MC/AArch64/SVE/umin.s | 40 +++++++ test/MC/AArch64/SVE/uminv-diagnostics.s | 17 ++- test/MC/AArch64/SVE/umulh.s | 28 +++++ test/MC/AArch64/SVE/uqadd-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqadd.s | 16 +++ test/MC/AArch64/SVE/uqdecd-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqdecd.s | 40 +++++++ test/MC/AArch64/SVE/uqdech-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqdech.s | 40 +++++++ test/MC/AArch64/SVE/uqdecp-diagnostics.s | 11 ++ test/MC/AArch64/SVE/uqdecp.s | 16 +++ test/MC/AArch64/SVE/uqdecw-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqdecw.s | 40 +++++++ test/MC/AArch64/SVE/uqincd-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqincd.s | 40 +++++++ test/MC/AArch64/SVE/uqinch-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqinch.s | 40 +++++++ test/MC/AArch64/SVE/uqincp-diagnostics.s | 10 ++ test/MC/AArch64/SVE/uqincp.s | 16 +++ test/MC/AArch64/SVE/uqincw-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqincw.s | 40 +++++++ test/MC/AArch64/SVE/uqsub-diagnostics.s | 22 ++++ test/MC/AArch64/SVE/uqsub.s | 16 +++ test/MC/AArch64/SVE/uunpkhi-diagnostics.s | 16 +++ test/MC/AArch64/SVE/uunpklo-diagnostics.s | 16 +++ test/MC/AArch64/SVE/uxtb.s | 28 +++++ test/MC/AArch64/SVE/uxth.s | 28 +++++ test/MC/AArch64/SVE/uxtw.s | 28 +++++ test/MC/AArch64/SVE/uzp1-diagnostics.s | 16 +++ test/MC/AArch64/SVE/uzp2-diagnostics.s | 16 +++ test/MC/AArch64/SVE/zip1-diagnostics.s | 16 +++ test/MC/AArch64/SVE/zip2-diagnostics.s | 16 +++ 324 files changed, 8028 insertions(+), 67 deletions(-) create mode 100644 test/MC/AArch64/SVE/movprfx-diagnostics.s create mode 100644 test/MC/AArch64/SVE/movprfx.s create mode 100644 test/MC/AArch64/SVE/rev-diagnostics.s create mode 100644 test/MC/AArch64/SVE/sel-diagnostics.s create mode 100644 test/MC/AArch64/SVE/uqdecp-diagnostics.s