Landing: 292560b23856

Project / Subsystem

binutils / aarch64

Date

2026-05-15

Author

Alice Carlotti <acarlotti@sourceware.org>

Commit

292560b2385669660cbab68591a17ed69322e2de

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
aarch64
patch_id
commit_hash
292560b2385669660cbab68591a17ed69322e2de
source_type
public_inbox
headline
AArch64: Fix qualifier sequences for cinc/cinv/cneg
tldr
The qualifier sequences for the three-operand cinc/cinv/cneg AArch64 instructions are now correct.
author
Alice Carlotti <acarlotti@sourceware.org>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • assembler
  • opcode table
discussion_id_link
bugzilla_pr
date
2026-05-15T00:00:00.000Z

The three-operand cinc, cinv, and cneg instructions were incorrectly using the same qualifier sequences as the four-operand variants. This commit corrects the qualifier sequences by using QL_R2NIL, which properly specifies the third operand’s qualifier. This fixes a bug that was masked by AARCH64_OPND_QLF_NIL being treated as a wildcard.