Hi, This patch adds some extra tests for the sve2p1 "addqv, andqv, smaxqv, sminqv, umaxqv, uminqv, eorqv, faddqv, fmaxnmqv, fmaxqv, fminnmqv and fminqv" instructions. The patch also adds couple of negative testcases, sve2p1-1-bad.d testcase without "+sve2p1" option and sve2p1-2-bad.d testcase with wrong operands for sve2p1 instructions. Regression testing for aarch64-none-elf target and found no regressions. Ok for binutils-master? Regards, Srinath. --- gas/testsuite/gas/aarch64/sve2p1-1-bad.l | 151 ++++++++-------- gas/testsuite/gas/aarch64/sve2p1-1.d | 151 ++++++++-------- gas/testsuite/gas/aarch64/sve2p1-1.s | 152 +++++++++-------- gas/testsuite/gas/aarch64/sve2p1-3-bad.d | 3 + gas/testsuite/gas/aarch64/sve2p1-3-bad.l | 208 +++++++++++++++++++++++ gas/testsuite/gas/aarch64/sve2p1-3-bad.s | 59 +++++++ 6 files changed, 523 insertions(+), 201 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sve2p1-3-bad.d create mode 100644 gas/testsuite/gas/aarch64/sve2p1-3-bad.l create mode 100644 gas/testsuite/gas/aarch64/sve2p1-3-bad.s