Patch [2/4] in a series to add parsing of predicates and properly parse SVE ZIP1/ZIP2 instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There are too many redundant tests. I'd keep one for each size/type on both boundaries (0, 31) and add negative tests to check that you can't zip predicate registers with data registers, register numbers out of bounds, different number of registers (2, 4), etc.
Comment Actions
Removed redundancy from the assembler/disassembler tests and added new negative tests to zip(1|2)-diagnostics.s