Skip to content

Commit

Permalink
[LLDB][AArch64] Add SME2 to disassembler test
Browse files Browse the repository at this point in the history
+all includes it since 5d67b05.
  • Loading branch information
DavidSpickett committed Oct 31, 2022
1 parent f59205a commit 6268a67
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -49,6 +49,7 @@ fn:
addha za0.s, p0/m, p0/m, z0.s // SME
fmopa za0.d, p0/m, p0/m, z0.d, z0.d // SMEF64
addha za0.d, p0/m, p0/m, z0.d // SMEI64
add {z0.h, z1.h}, {z0.h, z1.h}, z0.h // SME2
lbl:
bc.eq lbl // HBC
cpyfp [x0]!, [x1]!, x2! // MOPS
Expand Down Expand Up @@ -95,6 +96,7 @@ lbl:
# CHECK: addha za0.s, p0/m, p0/m, z0.s
# CHECK: fmopa za0.d, p0/m, p0/m, z0.d, z0.d
# CHECK: addha za0.d, p0/m, p0/m, z0.d
# CHECK: bc.eq 0x98
# CHECK: add { z0.h, z1.h }, { z0.h, z1.h }, z0.h
# CHECK: bc.eq 0x9c
# CHECK: cpyfp [x0]!, [x1]!, x2!
# CHECK: mrs x0, PMCCNTR_EL0

0 comments on commit 6268a67

Please sign in to comment.