From: David Hildenbrand <david@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PATCH 2/3] tcg/s390: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg
Date: Mon, 11 May 2020 11:58:05 +0200 [thread overview]
Message-ID: <e305743f-1ee9-d739-cc41-26ce9b436344@redhat.com> (raw)
In-Reply-To: <20200508155745.8223-3-richard.henderson@linaro.org>
On 08.05.20 17:57, Richard Henderson wrote:
> They are rightly values in the same enumeration.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/s390/tcg-target.h | 28 +++++++---------------------
> 1 file changed, 7 insertions(+), 21 deletions(-)
>
> diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h
> index 7ca48457ff..1e67c90ed2 100644
> --- a/tcg/s390/tcg-target.h
> +++ b/tcg/s390/tcg-target.h
> @@ -29,22 +29,13 @@
> #define TCG_TARGET_TLB_DISPLACEMENT_BITS 19
>
> typedef enum TCGReg {
> - TCG_REG_R0 = 0,
> - TCG_REG_R1,
> - TCG_REG_R2,
> - TCG_REG_R3,
> - TCG_REG_R4,
> - TCG_REG_R5,
> - TCG_REG_R6,
> - TCG_REG_R7,
> - TCG_REG_R8,
> - TCG_REG_R9,
> - TCG_REG_R10,
> - TCG_REG_R11,
> - TCG_REG_R12,
> - TCG_REG_R13,
> - TCG_REG_R14,
> - TCG_REG_R15
> + TCG_REG_R0, TCG_REG_R1, TCG_REG_R2, TCG_REG_R3,
> + TCG_REG_R4, TCG_REG_R5, TCG_REG_R6, TCG_REG_R7,
> + TCG_REG_R8, TCG_REG_R9, TCG_REG_R10, TCG_REG_R11,
> + TCG_REG_R12, TCG_REG_R13, TCG_REG_R14, TCG_REG_R15,
> +
> + TCG_AREG0 = TCG_REG_R10,
> + TCG_REG_CALL_STACK = TCG_REG_R15
> } TCGReg;
>
> #define TCG_TARGET_NB_REGS 16
> @@ -135,7 +126,6 @@ extern uint64_t s390_facilities[1];
> #define TCG_TARGET_HAS_mulsh_i64 0
>
> /* used for function call generation */
> -#define TCG_REG_CALL_STACK TCG_REG_R15
> #define TCG_TARGET_STACK_ALIGN 8
> #define TCG_TARGET_CALL_STACK_OFFSET 160
>
> @@ -144,10 +134,6 @@ extern uint64_t s390_facilities[1];
>
> #define TCG_TARGET_DEFAULT_MO (TCG_MO_ALL & ~TCG_MO_ST_LD)
>
> -enum {
> - TCG_AREG0 = TCG_REG_R10,
> -};
> -
> static inline void flush_icache_range(uintptr_t start, uintptr_t stop)
> {
> }
>
Reviewed-by: David Hildenbrand <david@redhat.com>
--
Thanks,
David / dhildenb
next prev parent reply other threads:[~2020-05-11 9:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-08 15:57 [PATCH 0/3] tcg/s390: Support host vector operations Richard Henderson
2020-05-08 15:57 ` [PATCH 1/3] tcg/s390: Change FACILITY representation Richard Henderson
2020-05-11 9:57 ` David Hildenbrand
2020-05-08 15:57 ` [PATCH 2/3] tcg/s390: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg Richard Henderson
2020-05-11 9:58 ` David Hildenbrand [this message]
2020-05-08 15:57 ` [PATCH 3/3] tcg/s390: Implement vector operations Richard Henderson
2020-05-08 15:59 ` [PATCH 0/3] tcg/s390: Support host " Richard Henderson
2020-05-11 8:50 ` David Hildenbrand
2020-05-11 9:51 ` David Hildenbrand
2020-05-11 15:10 ` Richard Henderson
2020-05-11 15:34 ` David Hildenbrand
2020-05-11 16:38 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e305743f-1ee9-d739-cc41-26ce9b436344@redhat.com \
--to=david@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).