[PATCH 3/5] aarch64: Inline all FLD_* uses in aarch64-tbl.h

Project / Subsystem

binutils / aarch64

Date

2026-05-20

Proposer

Alice Carlotti <alice.carlotti@arm.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

All attributes

project
binutils
subsystem
aarch64
patch_id
discussion_id
8a88091d-e001-e910-3960-4e65cabbb8eb@e124511.cambridge.arm.com
source_type
public_inbox
title
[PATCH 3/5] aarch64: Inline all FLD_* uses in aarch64-tbl.h
headline
aarch64: Inline all FLD_* uses in aarch64-tbl.h
tldr
This patch inlines FLD_* macro uses in aarch64-tbl.h and defines FLD as an alias for AARCH64_FLD in aarch64-gen.c.
proposer
Alice Carlotti <alice.carlotti@arm.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
[]
series_id
binutils:aarch64: inline all fld_* uses in aarch64-tbl.h
series_role
reply
series_parts
[]
tags
  • aarch64
  • assembler
  • binutils
  • macros
  • opcodes
bugzilla_url
date
2026-05-20T00:00:00.000Z

[PATCH 3/5] aarch64: Inline all FLD_* uses in aarch64-tbl.h

This patch inlines all non-constant field definitions into operand field lists within aarch64-tbl.h, and removes the resulting unused FLD_* macros. For brevity, it defines FLD as an alias for AARCH64_FLD in aarch64-gen.c. This is part of a series to improve the clarity and maintainability of the aarch64 opcode definitions.