[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/67] target/arm: Use ### to separate 3rd-level sections in a64.
From: |
Richard Henderson |
Subject: |
[PATCH 01/67] target/arm: Use ### to separate 3rd-level sections in a64.decode |
Date: |
Sun, 1 Dec 2024 09:05:00 -0600 |
We already use ### for 4.1.92 Data Processing (immediate),
but not the two following two third-level sections:
4.1.93 Branches, and 4.1.94 Loads and stores.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/arm/tcg/a64.decode | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/arm/tcg/a64.decode b/target/arm/tcg/a64.decode
index 331a8e180c..197437ba8e 100644
--- a/target/arm/tcg/a64.decode
+++ b/target/arm/tcg/a64.decode
@@ -161,7 +161,7 @@ UBFM . 10 100110 . ...... ...... ..... .....
@bitfield_32
EXTR 1 00 100111 1 0 rm:5 imm:6 rn:5 rd:5 &extract sf=1
EXTR 0 00 100111 0 0 rm:5 0 imm:5 rn:5 rd:5 &extract sf=0
-# Branches
+### Branches
%imm26 0:s26 !function=times_4
@branch . ..... .......................... &i imm=%imm26
@@ -291,7 +291,7 @@ HLT 1101 0100 010 ................ 000 00 @i16
# DCPS2 1101 0100 101 ................ 000 10 @i16
# DCPS3 1101 0100 101 ................ 000 11 @i16
-# Loads and stores
+### Loads and stores
&stxr rn rt rt2 rs sz lasr
&stlr rn rt sz lasr
--
2.43.0
- [PATCH 00/67] target/arm: AArch64 decodetree conversion, final part, Richard Henderson, 2024/12/01
- [PATCH 01/67] target/arm: Use ### to separate 3rd-level sections in a64.decode,
Richard Henderson <=
- [PATCH 03/67] target/arm: Convert LSLV, LSRV, ASRV, RORV to decodetree, Richard Henderson, 2024/12/01
- [PATCH 02/67] target/arm: Convert UDIV, SDIV to decodetree, Richard Henderson, 2024/12/01
- [PATCH 07/67] target/arm: Convert RBIT, REV16, REV32, REV64 to decodetree, Richard Henderson, 2024/12/01
- [PATCH 04/67] target/arm: Convert CRC32, CRC32C to decodetree, Richard Henderson, 2024/12/01