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.


r~


Reply via email to