On 8/5/25 19:24, Richard Sandiford wrote:
+      output_asm_insn ("cmn\t%<w>0, %<w>1", operands);

It looks like this should be "cmn\t%<w>0, #%n1", since GAS "helpfully"
converts cmn w0, #-1 to cmp w0, #1.

Whoops, yes.

r~

Reply via email to