qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/9] target/arm: Implement store_cpu_field_low32() macro


From: Richard Henderson
Subject: Re: [PATCH 5/9] target/arm: Implement store_cpu_field_low32() macro
Date: Fri, 28 Jun 2024 09:02:29 -0700
User-agent: Mozilla Thunderbird

On 6/28/24 07:23, Peter Maydell wrote:
We already have a load_cpu_field_low32() to load the low half of a
64-bit CPU struct field to a TCGv_i32; however we haven't yet needed
the store equivalent.  We'll want that in the next patch, so
implement it.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/tcg/translate-a32.h | 7 +++++++
  1 file changed, 7 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]