[PATCH 14/23] aarch64: Make FPIMM0 qualifiers consistent

Project / Subsystem

binutils / aarch64

Date

2026-05-07

Proposer

Alice Carlotti <alice.carlotti@arm.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

Technical tradeoffs

  • Minor change with no functional impact.
  • Improves code maintainability by enforcing consistency.

All attributes

project
binutils
subsystem
aarch64
patch_id
discussion_id
4de2501e-da46-1465-0c98-20e29b2b706e@e124511.cambridge.arm.com
source_type
public_inbox
title
[PATCH 14/23] aarch64: Make FPIMM0 qualifiers consistent
headline
Aarch64: Make FPIMM0 qualifiers consistent
tldr
Standardize the FPIMM0 operand qualifier to `QLF_NIL` for consistency across the opcode table.
proposer
Alice Carlotti <alice.carlotti@arm.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
  • Minor change with no functional impact.
  • Improves code maintainability by enforcing consistency.
series_id
binutils:aarch64: make fpimm0 qualifiers consistent
series_role
reply
series_parts
[]
tags
  • aarch64
  • assembler
  • opcode table
  • qualifier
  • consistency
bugzilla_url
date
2026-05-07T00:00:00.000Z

[PATCH 14/23] aarch64: Make FPIMM0 qualifiers consistent

This patch addresses an inconsistency in the opcode table where two entries used QLF_S_H for the FPIMM0 operand, while the rest used QLF_NIL. By changing these two entries to also use QLF_NIL, the patch promotes consistency within the table, simplifying maintenance and reducing the risk of unexpected behavior due to the inconsistent qualifier. This change is purely for internal consistency and has no functional impact.