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: Richard Henderson
Subject: Re: [PATCH v4 05/16] tcg/s390x: Implement tcg_out_ld/st for vector types
Date: Tue, 14 Sep 2021 15:03:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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.


r~



reply via email to

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