qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 05/16] tcg/s390x: Implement tcg_out_ld/st for vector types


From: David Hildenbrand
Subject: Re: [PATCH v4 05/16] tcg/s390x: Implement tcg_out_ld/st for vector types
Date: Wed, 15 Sep 2021 15:22:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 15.09.21 00:14, Richard Henderson wrote:
On 9/14/21 3:03 PM, Richard Henderson wrote:
On 9/14/21 9:46 AM, David Hildenbrand wrote:
+        if (likely(data < 16)) {

This actually maps to "if (likely(data <= TCG_REG_R15))", correct?

Sure.

I'm going to add is_general_reg and is_vector_reg predicates.

That will make it easier to grasp, thanks!


--
Thanks,

David / dhildenb




reply via email to

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