[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-8.0 0/3] tcg: Replace tcg_target_[u]long -> [u]intptr_t
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-8.0 0/3] tcg: Replace tcg_target_[u]long -> [u]intptr_t |
Date: |
Wed, 30 Nov 2022 14:26:51 +0100 |
Trivial cleanup (99% mechanical) suggested by rth:
the tcg_target_[u]long type is redundant with [u]intptr_t.
Philippe Mathieu-Daudé (3):
tcg/s390x: Fix coding style
tcg: Replace tcg_target_long -> intptr_t
tcg: Replace tcg_target_ulong -> uintptr_t
accel/tcg/cputlb.c | 44 +++++++++----------
accel/tcg/translate-all.c | 12 +++---
docs/devel/control-flow-integrity.rst | 2 +-
include/tcg/tcg-ldst.h | 40 ++++++++---------
include/tcg/tcg-op.h | 62 +++++++++++++--------------
include/tcg/tcg.h | 18 ++------
tcg/aarch64/tcg-target.c.inc | 16 +++----
tcg/arm/tcg-target.c.inc | 4 +-
tcg/i386/tcg-target.c.inc | 16 +++----
tcg/loongarch64/tcg-target.c.inc | 30 ++++++-------
tcg/mips/tcg-target.c.inc | 4 +-
tcg/optimize.c | 8 ++--
tcg/ppc/tcg-target.c.inc | 16 +++----
tcg/riscv/tcg-target.c.inc | 18 ++++----
tcg/s390x/tcg-target.c.inc | 42 +++++++++---------
tcg/sparc64/tcg-target.c.inc | 14 +++---
tcg/tcg-op-vec.c | 2 +-
tcg/tcg-op.c | 16 +++----
tcg/tcg-pool.c.inc | 32 +++++++-------
tcg/tcg.c | 24 +++++------
tcg/tci.c | 18 ++++----
tcg/tci/tcg-target.c.inc | 2 +-
22 files changed, 214 insertions(+), 226 deletions(-)
--
2.38.1
- [PATCH-for-8.0 0/3] tcg: Replace tcg_target_[u]long -> [u]intptr_t,
Philippe Mathieu-Daudé <=