llvm-project/llvm/test/MC/AArch64/SVE
Cullen Rhodes 3a349d2269 [AArch64][SME] Introduce feature for streaming mode
The Scalable Matrix Extension (SME) introduces a new execution mode
called Streaming SVE mode. In streaming mode a substantial subset of the
SVE and SVE2 instruction set is available, along with new outer product,
load, store, extract and insert instructions that operate on the new
architectural register state for the matrix.

To support streaming mode this patch introduces a new subtarget feature
+streaming-sve. If enabled, the subset of SVE(2) instructions are
available. The existing behaviour for SVE(2) remains unchanged, the
subset of instructions that are legal in streaming mode are enabled if
either +sve[2] or +streaming-sve is specified. Instructions that are
illegal in streaming mode remain predicated on +sve[2].

The SME target feature has been updated to imply +streaming-sve rather
than +sve.

The following changes are made to the SVE(2) tests:
  * For instructions that are legal in streaming mode:
    - added RUN line to verify +streaming-sve enables the instruction.
    - updated diagnostic to 'instruction requires: streaming-sve or sve'.
  * For instructions that are illegal in streaming-mode:
    - added RUN line to verify +streaming-sve does not enable the
      instruction.

SVE(2) instructions that are legal in streaming mode have:

  if !HaveSVE[2]() && !HaveSME() then UNDEFINED;

at the top of the pseudocode in the XML.

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06/SVE-Instructions

Reviewed By: sdesmalen, david-arm

Differential Revision: https://reviews.llvm.org/D106272
2021-07-30 07:30:45 +00:00
..
abs-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
abs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
add-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
add.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
addpl-diagnostics.s
addpl.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
addvl-diagnostics.s
addvl.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
adr-diagnostics.s
adr.s [test] llvm/test/: change llvm-objdump single-dash long options to double-dash options 2020-03-15 17:46:23 -07:00
and-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
and.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ands-diagnostics.s
ands.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
andv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
andv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
asr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
asr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
asrd-diagnostics.s
asrd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
asrr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
asrr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
bfcvt-diagnostics.s [PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support 2020-03-26 09:17:20 +00:00
bfcvt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
bfcvtnt-diagnostics.s [PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support 2020-03-26 09:17:20 +00:00
bfcvtnt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
bfdot-diagnostics.s [PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support 2020-03-26 09:17:20 +00:00
bfdot.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
bfmlal-diagnostics.s [PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support 2020-03-26 09:17:20 +00:00
bfmlal.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
bfmmla-diagnostics.s [PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support 2020-03-26 09:17:20 +00:00
bfmmla.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
bic-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
bic.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
bics-diagnostics.s
bics.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brka-diagnostics.s
brka.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkas-diagnostics.s
brkas.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkb-diagnostics.s
brkb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkbs-diagnostics.s
brkbs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkn-diagnostics.s
brkn.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkns-diagnostics.s
brkns.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkpa-diagnostics.s
brkpa.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkpas-diagnostics.s
brkpas.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkpb-diagnostics.s
brkpb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
brkpbs-diagnostics.s
brkpbs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
clasta-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
clasta.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
clastb-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
clastb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cls-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cls.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
clz-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
clz.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmpeq-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmpeq.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmpge-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmpge.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmpgt-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmpgt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmphi-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmphi.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmphs-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmphs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmple-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmple.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmplo-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmplo.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmpls-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmpls.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmplt-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmplt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cmpne-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cmpne.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cnot-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cnot.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cnt-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
cnt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cntb-diagnostics.s
cntb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cntd-diagnostics.s
cntd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cnth-diagnostics.s
cnth.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cntp-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
cntp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
cntw-diagnostics.s
cntw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
compact-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
compact.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
condtion-codes.s
cpy-diagnostics.s [AArch64][SVE] Asm: Fix supported immediates for DUP/CPY 2021-02-11 08:14:15 +00:00
cpy.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ctermeq-diagnostics.s
ctermeq.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ctermne-diagnostics.s
ctermne.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
decb-diagnostics.s
decb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
decd-diagnostics.s
decd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
dech-diagnostics.s
dech.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
decp-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
decp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
decw-diagnostics.s
decw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
directive-arch.s
directive-arch_extension-negative.s
directive-arch_extension.s
dot-req-diagnostics.s [AArch64][MC] Remove unused CHECK-ERROR in SVE test file 2020-11-06 11:21:12 +00:00
dot-req.s
dup-diagnostics.s [AArch64][SVE] Asm: Fix supported immediates for DUP/CPY 2021-02-11 08:14:15 +00:00
dup.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
dupm-diagnostics.s
dupm.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
eon-diagnostics.s
eon.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
eor-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
eor.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
eors-diagnostics.s
eors.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
eorv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
eorv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ext-diagnostics.s
ext.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fabd-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fabd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fabs-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fabs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
facge-diagnostics.s
facge.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
facgt-diagnostics.s
facgt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
facle-diagnostics.s
facle.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
faclt-diagnostics.s
faclt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fadd-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fadd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fadda-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
fadda.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
faddv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
faddv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcadd-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fcadd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmeq-diagnostics.s
fcmeq.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmge-diagnostics.s
fcmge.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmgt-diagnostics.s
fcmgt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmla-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fcmla.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmle-diagnostics.s
fcmle.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmlt-diagnostics.s
fcmlt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmne-diagnostics.s
fcmne.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcmuo-diagnostics.s
fcmuo.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcpy-diagnostics.s
fcpy.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcvt-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fcvt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcvtzs-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fcvtzs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fcvtzu-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fcvtzu.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fdiv-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fdiv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fdivr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fdivr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fdup-diagnostics.s
fdup.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fexpa-diagnostics.s
fexpa.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmad-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmad.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmax-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmax.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmaxnm-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmaxnm.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmaxnmv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
fmaxnmv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmaxv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
fmaxv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmin-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmin.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fminnm-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fminnm.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fminnmv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
fminnmv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fminv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
fminv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmla-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmla.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmls-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmls.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmov-diagnostics.s
fmov.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmsb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmsb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmul-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmul.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fmulx-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fmulx.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fneg-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fneg.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fnmad-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fnmad.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fnmla-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fnmla.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fnmls-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fnmls.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fnmsb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fnmsb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frecpe-diagnostics.s
frecpe.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frecps-diagnostics.s
frecps.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frecpx-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frecpx.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frinta-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frinta.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frinti-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frinti.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frintm-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frintm.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frintn-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frintn.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frintp-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frintp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frintx-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frintx.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frintz-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
frintz.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frsqrte-diagnostics.s
frsqrte.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
frsqrts-diagnostics.s
frsqrts.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fscale-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fscale.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fsqrt-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fsqrt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fsub-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fsub.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
fsubr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
fsubr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ftmad-diagnostics.s
ftmad.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ftsmul-diagnostics.s
ftsmul.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ftssel-diagnostics.s
ftssel.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
incb-diagnostics.s
incb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
incd-diagnostics.s
incd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
inch-diagnostics.s
inch.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
incp-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
incp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
incw-diagnostics.s
incw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
index-diagnostics.s
index.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
insr-diagnostics.s
insr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
lasta-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
lasta.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
lastb-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
lastb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1b-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1b-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1d-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1d-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1h-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1h-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1rb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rd-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1rd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1rh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rqb-diagnostics.s
ld1rqb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rqd-diagnostics.s
ld1rqd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rqh-diagnostics.s
ld1rqh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rqw-diagnostics.s
ld1rqw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rsb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1rsb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rsh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1rsh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rsw-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1rsw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1rw-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1rw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1sb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1sb-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1sb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1sh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1sh-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1sh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1sw-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1sw-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1sw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1w-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld1w-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld1w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld2b-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld2b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld2d-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld2d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld2h-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld2h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld2w-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld2w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld3b-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld3b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld3d-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld3d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld3h-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld3h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld3w-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld3w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld4b-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld4b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld4d-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld4d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld4h-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld4h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ld4w-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ld4w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldff1b-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldff1b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldff1d-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldff1d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldff1h-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldff1h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldff1sb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldff1sb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldff1sh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldff1sh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldff1sw-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldff1sw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldff1w-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldff1w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnf1b-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnf1b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnf1d-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnf1d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnf1h-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnf1h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnf1sb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnf1sb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnf1sh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnf1sh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnf1sw-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnf1sw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnf1w-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnf1w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnt1b-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnt1b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnt1d-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnt1d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnt1h-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnt1h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldnt1w-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ldnt1w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ldr-diagnostics.s
ldr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
lsl-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
lsl.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
lslr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
lslr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
lsr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
lsr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
lsrr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
lsrr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
mad-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
mad.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
matrix-multiply-fp-diagnostics.s [AArch64] Armv8.6-A Mat Mul SVE Assembly 2020-04-24 15:54:06 +01:00
matrix-multiply-fp32.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
matrix-multiply-fp64.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
matrix-multiply-int8-diagnostics.s [AArch64] Armv8.6-A Mat Mul SVE Assembly 2020-04-24 15:54:06 +01:00
matrix-multiply-int8.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
mla-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
mla.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
mls-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
mls.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
mov-diagnostics.s [AArch64][SVE] Asm: Fix supported immediates for DUP/CPY 2021-02-11 08:14:15 +00:00
mov.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
movprfx-diagnostics.s
movprfx.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
movs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
msb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
msb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
mul-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
mul.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
nand-diagnostics.s
nand.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
nands-diagnostics.s
nands.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
neg-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
neg.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
nor-diagnostics.s
nor.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
nors-diagnostics.s
nors.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
not-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
not.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
nots.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
orn-diagnostics.s
orn.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
orns-diagnostics.s
orns.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
orr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
orr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
orrs-diagnostics.s
orrs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
orv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
orv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
pfalse-diagnostics.s
pfalse.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
pfirst-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
pfirst.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
pnext-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
pnext.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfb-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
prfb-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfd-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
prfd-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfh-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
prfh-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfw-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
prfw-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
prfw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ptest-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
ptest.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ptrue-diagnostics.s
ptrue.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ptrues-diagnostics.s
ptrues.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
punpkhi-diagnostics.s
punpkhi.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
punpklo-diagnostics.s
punpklo.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
rbit-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
rbit.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
rdffr-diagnostics.s
rdffr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
rdffrs-diagnostics.s
rdffrs.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
rdvl-diagnostics.s
rdvl.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
rev-diagnostics.s
rev.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
revb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
revb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
revh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
revh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
revw-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
revw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sabd-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
sabd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
saddv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
saddv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
scvtf-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
scvtf.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sdiv-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
sdiv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sdivr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
sdivr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sdot-diagnostics.s
sdot.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sel-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
sel.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
setffr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
smax-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
smax.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
smaxv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
smaxv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
smin-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
smin.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sminv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
sminv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
smulh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
smulh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
splice-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
splice.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqadd-diagnostics.s
sqadd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqdecb-diagnostics.s
sqdecb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqdecd-diagnostics.s
sqdecd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqdech-diagnostics.s
sqdech.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqdecp-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
sqdecp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqdecw-diagnostics.s
sqdecw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqincb-diagnostics.s
sqincb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqincd-diagnostics.s
sqincd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqinch-diagnostics.s
sqinch.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqincp-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
sqincp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqincw-diagnostics.s
sqincw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sqsub-diagnostics.s
sqsub.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1b-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st1b-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1d-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st1d-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1h-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st1h-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1w-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st1w-sve-only.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st1w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st2b-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st2b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st2d-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st2d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st2h-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st2h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st2w-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st2w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st3b-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st3b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st3d-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st3d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st3h-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st3h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st3w-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st3w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st4b-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st4b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st4d-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st4d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st4h-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st4h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
st4w-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
st4w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
stnt1b-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
stnt1b.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
stnt1d-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
stnt1d.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
stnt1h-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
stnt1h.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
stnt1w-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
stnt1w.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
str-diagnostics.s
str.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sub-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
sub.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
subr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
subr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sunpkhi-diagnostics.s
sunpkhi.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sunpklo-diagnostics.s
sunpklo.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sxtb-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
sxtb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sxth-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
sxth.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
sxtw-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
sxtw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
system-regs-diagnostics.s
system-regs.s [test] llvm/test/: change llvm-objdump single-dash long options to double-dash options 2020-03-15 17:46:23 -07:00
tbl-diagnostics.s
tbl.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
trn1-diagnostics.s
trn1.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
trn2-diagnostics.s
trn2.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uabd-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
uabd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uaddv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
uaddv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
ucvtf-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
ucvtf.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
udiv-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
udiv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
udivr-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
udivr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
udot-diagnostics.s
udot.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
umax-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
umax.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
umaxv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
umaxv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
umin-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
umin.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uminv-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
uminv.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
umulh-diagnostics.s [AArch64][AsmParser] Provide better diagnostics for SVE predicates 2019-06-07 08:37:00 +00:00
umulh.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqadd-diagnostics.s
uqadd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqdecb-diagnostics.s
uqdecb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqdecd-diagnostics.s
uqdecd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqdech-diagnostics.s
uqdech.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqdecp-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
uqdecp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqdecw-diagnostics.s
uqdecw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqincb-diagnostics.s
uqincb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqincd-diagnostics.s
uqincd.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqinch-diagnostics.s
uqinch.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqincp-diagnostics.s [AArch64][AsmParser] error on unexpected SVE predicate type suffix 2019-06-07 08:46:56 +00:00
uqincp.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqincw-diagnostics.s
uqincw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uqsub-diagnostics.s
uqsub.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uunpkhi-diagnostics.s
uunpkhi.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uunpklo-diagnostics.s
uunpklo.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uxtb.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uxth.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uxtw.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uzp1-diagnostics.s
uzp1.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
uzp2-diagnostics.s
uzp2.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
whilele-diagnostics.s
whilele.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
whilelo-diagnostics.s
whilelo.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
whilels-diagnostics.s
whilels.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
whilelt-diagnostics.s
whilelt.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
wrffr-diagnostics.s
wrffr.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
zip1-diagnostics.s
zip1.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00
zip2-diagnostics.s
zip2.s [AArch64][SME] Introduce feature for streaming mode 2021-07-30 07:30:45 +00:00