qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}


From: Richard Henderson
Subject: Re: [PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}
Date: Tue, 9 Jan 2024 19:36:24 +1100
User-agent: Mozilla Thunderbird

On 1/9/24 09:55, Paolo Bonzini wrote:


Il lun 8 gen 2024, 22:45 Richard Henderson <richard.henderson@linaro.org <mailto:richard.henderson@linaro.org>> ha scritto:

     > I was thinking: a lot of RISC targets simply do AND/ANDI
     > followed by the sequence used for TCG_COND_NE.  Would it make sense to
     > have a TCG_TARGET_SUPPORTS_TST bit and, if absent, lower TSTEQ/TSTNE
     > to AND+EQ/NE directly in the optimizer?

    Probably best, yes.


Ok, I will give it a shot.

I'm in the process now...


r~



reply via email to

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