The following instruction:
str q28, [x0, #1*6*4*@]
contains a @ which is parsed as an empty symbol. The parser returns true but has no error, so the assembler continues by ignoring the instruction.
This check was introduced by D26728 to avoid asserting.