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~
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~