llvm-project/llvm/test/MC/AArch64/SVE2
Caroline Concatto ecab1bc0dc [AArch64]SME2 Multi vector Sel Load and Store instructions
This patch adds the assembly/disassembly for the following instruction:

   SEL: Multi-vector conditionally select elements from two vectors
        for 2 and 4 registers

Non-constiguous load with stride resgisters:

  LD1B (scalar + immediate): Contiguous load of bytes to multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous load of bytes to multiple strided vectors (scalar index).
  LD1D (scalar + immediate): Contiguous load of doublewords to multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous load of doublewords to multiple strided vectors (scalar index).
  LD1H (scalar + immediate): Contiguous load of halfwords to multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous load of halfwords to multiple strided vectors (scalar index).
  LD1W (scalar + immediate): Contiguous load of words to multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous load of words to multiple strided vectors (scalar index).

  LDNT1B (scalar + immediate): Contiguous load non-temporal of bytes to multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous load non-temporal of bytes to multiple strided vectors (scalar index).
  LDNT1D (scalar + immediate): Contiguous load non-temporal of doublewords to multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous load non-temporal of doublewords to multiple strided vectors (scalar index).
  LDNT1H (scalar + immediate): Contiguous load non-temporal of halfwords to multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous load non-temporal of halfwords to multiple strided vectors (scalar index).
  LDNT1W (scalar + immediate): Contiguous load non-temporal of words to multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous load non-temporal of words to multiple strided vectors (scalar index).

Non-constiguous store with stride resgisters:

  ST1B (scalar + immediate): Contiguous store of bytes from multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous store of bytes from multiple strided vectors (scalar index).
  ST1D (scalar + immediate): Contiguous store of doublewords from multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous store of doublewords from multiple strided vectors (scalar index).
  ST1H (scalar + immediate): Contiguous store of halfwords from multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous store of halfwords from multiple strided vectors (scalar index).
  ST1W (scalar + immediate): Contiguous store of words from multiple strided vectors (immediate index).
       (scalar + scalar): Contiguous store of words from multiple strided vectors (scalar index).

  STNT1B (scalar + immediate): Contiguous store non-temporal of bytes from multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous store non-temporal of bytes from multiple strided vectors (scalar index).
  STNT1D (scalar + immediate): Contiguous store non-temporal of doublewords from multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous store non-temporal of doublewords from multiple strided vectors (scalar index).
  STNT1H (scalar + immediate): Contiguous store non-temporal of halfwords from multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous store non-temporal of halfwords from multiple strided vectors (scalar index).
  STNT1W (scalar + immediate): Contiguous store non-temporal of words from multiple strided vectors (immediate index).
         (scalar + scalar): Contiguous store non-temporal of words from multiple strided vectors (scalar index).

    The reference can be found here:

        https://developer.arm.com/documentation/ddi0602/2022-09

This patch also adds a new SVE vector list to represent the stride loads/stores
ZPRVectorListStrided and the sets of 2 and 4 ZA registers:
ZZ_[b|h|w|d]_strided and ZZZZ_[b|h|w|d]_strided

Differential Revision: https://reviews.llvm.org/D136172
2022-11-10 16:04:57 +00:00
..
adclb-diagnostics.s
adclb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
adclt-diagnostics.s
adclt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
addhnb-diagnostics.s
addhnb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
addhnt-diagnostics.s
addhnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
addp-diagnostics.s
addp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
aesd-diagnostics.s
aesd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
aese-diagnostics.s
aese.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
aesimc-diagnostics.s
aesimc.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
aesmc-diagnostics.s
aesmc.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
bcax-diagnostics.s
bcax.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
bdep-diagnostics.s
bdep.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
bext-diagnostics.s
bext.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
bgrp-diagnostics.s
bgrp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
bsl-diagnostics.s
bsl.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
bsl1n-diagnostics.s
bsl1n.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
bsl2n-diagnostics.s
bsl2n.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
cadd-diagnostics.s
cadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
cdot-diagnostics.s
cdot.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
cmla-diagnostics.s
cmla.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
directive-arch-negative.s [AArch64][SME] Remove term 'streaming-sve' from assembler diagnostics. 2022-02-22 13:48:22 +00:00
directive-arch.s
directive-arch_extension-negative.s [AArch64][SME] Remove term 'streaming-sve' from assembler diagnostics. 2022-02-22 13:48:22 +00:00
directive-arch_extension.s
directive-cpu-negative.s [AArch64][SME] Remove term 'streaming-sve' from assembler diagnostics. 2022-02-22 13:48:22 +00:00
directive-cpu.s
eor3-diagnostics.s
eor3.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
eorbt-diagnostics.s
eorbt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
eortb-diagnostics.s
eortb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ext-diagnostics.s [AArch64]SME2 Multi vector Sel Load and Store instructions 2022-11-10 16:04:57 +00:00
ext.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
faddp-diagnostics.s
faddp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fcvtlt-diagnostics.s
fcvtlt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fcvtnt-diagnostics.s
fcvtnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fcvtx-diagnostics.s
fcvtx.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fcvtxnt-diagnostics.s
fcvtxnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
flogb-diagnostics.s
flogb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fmaxnmp-diagnostics.s
fmaxnmp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fmaxp-diagnostics.s
fmaxp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fminnmp-diagnostics.s
fminnmp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fminp-diagnostics.s
fminp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fmlalb-diagnostics.s
fmlalb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fmlalt-diagnostics.s
fmlalt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fmlslb-diagnostics.s
fmlslb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
fmlslt-diagnostics.s
fmlslt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
histcnt-diagnostics.s
histcnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
histseg-diagnostics.s
histseg.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ldnt1b-diagnostics.s
ldnt1b.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ldnt1d-diagnostics.s
ldnt1d.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ldnt1h-diagnostics.s
ldnt1h.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ldnt1sb-diagnostics.s
ldnt1sb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ldnt1sh-diagnostics.s
ldnt1sh.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ldnt1sw-diagnostics.s
ldnt1sw.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ldnt1w-diagnostics.s
ldnt1w.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
match-diagnostics.s
match.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
mla-diagnostics.s
mla.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
mls-diagnostics.s
mls.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
mul-diagnostics.s
mul.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
nbsl-diagnostics.s
nbsl.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
nmatch-diagnostics.s
nmatch.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
pmul-diagnostics.s
pmul.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
pmullb-128-diagnostics.s
pmullb-128.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
pmullb-diagnostics.s
pmullb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
pmullt-128-diagnostics.s
pmullt-128.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
pmullt-diagnostics.s
pmullt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
raddhnb-diagnostics.s
raddhnb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
raddhnt-diagnostics.s
raddhnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
rax1-diagnostics.s
rax1.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
rshrnb-diagnostics.s
rshrnb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
rshrnt-diagnostics.s
rshrnt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
rsubhnb-diagnostics.s
rsubhnb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
rsubhnt-diagnostics.s
rsubhnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
saba-diagnostics.s
saba.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sabalb-diagnostics.s
sabalb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sabalt-diagnostics.s
sabalt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sabdlb-diagnostics.s
sabdlb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sabdlt-diagnostics.s
sabdlt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sadalp-diagnostics.s
sadalp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
saddlb-diagnostics.s
saddlb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
saddlbt-diagnostics.s
saddlbt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
saddlt-diagnostics.s
saddlt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
saddwb-diagnostics.s
saddwb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
saddwt-diagnostics.s
saddwt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sbclb-diagnostics.s
sbclb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sbclt-diagnostics.s
sbclt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
shadd-diagnostics.s
shadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
shrnb-diagnostics.s
shrnb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
shrnt-diagnostics.s
shrnt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
shsub-diagnostics.s
shsub.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
shsubr-diagnostics.s
shsubr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sli-diagnostics.s
sli.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sm4e-diagnostics.s
sm4e.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sm4ekey-diagnostics.s
sm4ekey.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smaxp-diagnostics.s
smaxp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sminp-diagnostics.s
sminp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smlalb-diagnostics.s
smlalb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smlalt-diagnostics.s
smlalt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smlslb-diagnostics.s
smlslb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smlslt-diagnostics.s
smlslt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smulh-diagnostics.s
smulh.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smullb-diagnostics.s
smullb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
smullt-diagnostics.s
smullt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
splice-diagnostics.s [AArch64]SME2 Multi vector Sel Load and Store instructions 2022-11-10 16:04:57 +00:00
splice.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqabs-diagnostics.s
sqabs.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqadd-diagnostics.s
sqadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqcadd-diagnostics.s
sqcadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmlalb-diagnostics.s
sqdmlalb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmlalbt-diagnostics.s
sqdmlalbt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmlalt-diagnostics.s
sqdmlalt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmlslb-diagnostics.s
sqdmlslb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmlslbt-diagnostics.s
sqdmlslbt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmlslt-diagnostics.s
sqdmlslt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmulh-diagnostics.s
sqdmulh.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmullb-diagnostics.s
sqdmullb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqdmullt-diagnostics.s
sqdmullt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqneg-diagnostics.s
sqneg.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqrdcmlah-diagnostics.s
sqrdcmlah.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqrdmlah-diagnostics.s
sqrdmlah.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqrdmlsh-diagnostics.s
sqrdmlsh.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqrdmulh-diagnostics.s
sqrdmulh.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqrshl-diagnostics.s
sqrshl.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqrshlr-diagnostics.s
sqrshlr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqrshrnb-diagnostics.s
sqrshrnb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqrshrnt-diagnostics.s
sqrshrnt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqrshrunb-diagnostics.s
sqrshrunb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqrshrunt-diagnostics.s
sqrshrunt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqshl-diagnostics.s
sqshl.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqshlr-diagnostics.s
sqshlr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqshlu-diagnostics.s
sqshlu.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqshrnb-diagnostics.s
sqshrnb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqshrnt-diagnostics.s
sqshrnt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqshrunb-diagnostics.s
sqshrunb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqshrunt-diagnostics.s
sqshrunt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sqsub-diagnostics.s
sqsub.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqsubr-diagnostics.s
sqsubr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqxtnb-diagnostics.s
sqxtnb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqxtnt-diagnostics.s
sqxtnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqxtunb-diagnostics.s
sqxtunb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sqxtunt-diagnostics.s
sqxtunt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
srhadd-diagnostics.s
srhadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
sri-diagnostics.s
sri.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
srshl-diagnostics.s
srshl.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
srshlr-diagnostics.s
srshlr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
srshr-diagnostics.s
srshr.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
srsra-diagnostics.s
srsra.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sshllb-diagnostics.s
sshllb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
sshllt-diagnostics.s
sshllt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
ssra-diagnostics.s
ssra.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
ssublb-diagnostics.s
ssublb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ssublbt-diagnostics.s
ssublbt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ssublt-diagnostics.s
ssublt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ssubltb-diagnostics.s
ssubltb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ssubwb-diagnostics.s
ssubwb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ssubwt-diagnostics.s
ssubwt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
stnt1b-diagnostics.s
stnt1b.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
stnt1d-diagnostics.s
stnt1d.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
stnt1h-diagnostics.s
stnt1h.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
stnt1w-diagnostics.s
stnt1w.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
subhnb-diagnostics.s
subhnb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
subhnt-diagnostics.s
subhnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
suqadd-diagnostics.s
suqadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
tbl-diagnostics.s [AArch64]SME2 Multi vector Sel Load and Store instructions 2022-11-10 16:04:57 +00:00
tbl.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
tbx-diagnostics.s
tbx.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uaba-diagnostics.s
uaba.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uabalb-diagnostics.s
uabalb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uabalt-diagnostics.s
uabalt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uabdlb-diagnostics.s
uabdlb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uabdlt-diagnostics.s
uabdlt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uadalp-diagnostics.s
uadalp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uaddlb-diagnostics.s
uaddlb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uaddlt-diagnostics.s
uaddlt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uaddwb-diagnostics.s
uaddwb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uaddwt-diagnostics.s
uaddwt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uhadd-diagnostics.s
uhadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uhsub-diagnostics.s
uhsub.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uhsubr-diagnostics.s
uhsubr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umaxp-diagnostics.s
umaxp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uminp-diagnostics.s
uminp.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umlalb-diagnostics.s
umlalb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umlalt-diagnostics.s
umlalt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umlslb-diagnostics.s
umlslb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umlslt-diagnostics.s
umlslt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umulh-diagnostics.s
umulh.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umullb-diagnostics.s
umullb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
umullt-diagnostics.s
umullt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqadd-diagnostics.s
uqadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqrshl-diagnostics.s
uqrshl.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqrshlr-diagnostics.s
uqrshlr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqrshrnb-diagnostics.s
uqrshrnb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
uqrshrnt-diagnostics.s
uqrshrnt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
uqshl-diagnostics.s
uqshl.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
uqshlr-diagnostics.s
uqshlr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqshrnb-diagnostics.s
uqshrnb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
uqshrnt-diagnostics.s
uqshrnt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
uqsub-diagnostics.s
uqsub.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqsubr-diagnostics.s
uqsubr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqxtnb-diagnostics.s
uqxtnb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
uqxtnt-diagnostics.s
uqxtnt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
urecpe-diagnostics.s
urecpe.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
urhadd-diagnostics.s
urhadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
urshl-diagnostics.s
urshl.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
urshlr-diagnostics.s
urshlr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
urshr-diagnostics.s
urshr.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
ursqrte-diagnostics.s
ursqrte.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
ursra-diagnostics.s
ursra.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
ushllb-diagnostics.s
ushllb.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
ushllt-diagnostics.s
ushllt.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
usqadd-diagnostics.s
usqadd.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
usra-diagnostics.s
usra.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00
usublb-diagnostics.s
usublb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
usublt-diagnostics.s
usublt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
usubwb-diagnostics.s
usubwb.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
usubwt-diagnostics.s
usubwt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
whilege-diagnostics.s
whilege.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
whilegt-diagnostics.s
whilegt.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
whilehi-diagnostics.s
whilehi.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
whilehs-diagnostics.s
whilehs.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
whilerw-diagnostics.s
whilerw.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
whilewr-diagnostics.s
whilewr.s [llvm-objdump,ARM] Fix a lot more tests. 2022-07-26 10:22:02 +01:00
xar-diagnostics.s
xar.s [llvm-objdump] Add --no-print-imm-hex to tests depending on it. 2022-10-29 15:40:26 -07:00