|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH v3 4/8] target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c |
Date: | Sun, 27 Jan 2019 11:13:56 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 1/27/19 1:03 AM, Mark Cave-Ayland wrote: > The original purpose of these macros was to correctly reference the high and > low > parts of the VSRs regardless of the host endianness. > > Replace these direct references to high and low parts with the relevant VsrD > macro instead, and completely remove the now-unused HI_IDX and LO_IDX macros. > > Signed-off-by: Mark Cave-Ayland <address@hidden> > --- > target/ppc/int_helper.c | 180 > +++++++++++++++++++++++------------------------- > 1 file changed, 85 insertions(+), 95 deletions(-) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |