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