Author: David Spickett Date: 2022-10-31T14:13:55Z New Revision: 6268a6704a848ab880f1740f420e18449d9c06f2
URL: https://github.com/llvm/llvm-project/commit/6268a6704a848ab880f1740f420e18449d9c06f2 DIFF: https://github.com/llvm/llvm-project/commit/6268a6704a848ab880f1740f420e18449d9c06f2.diff LOG: [LLDB][AArch64] Add SME2 to disassembler test +all includes it since 5d67b051e29c2bde42a5004634296b88542c096a. Added: Modified: lldb/test/Shell/Commands/command-disassemble-aarch64-extensions.s Removed: ################################################################################ diff --git a/lldb/test/Shell/Commands/command-disassemble-aarch64-extensions.s b/lldb/test/Shell/Commands/command-disassemble-aarch64-extensions.s index 07fad4d487e19..762eef4ef7792 100644 --- a/lldb/test/Shell/Commands/command-disassemble-aarch64-extensions.s +++ b/lldb/test/Shell/Commands/command-disassemble-aarch64-extensions.s @@ -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 @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits