Searched refs:nicematch (Results 1 – 5 of 5) sorted by relevance
42 #define nicematch 24 /* a good enough match size */ macro146 LookaheadLess: movl %ebx, nicematch(%esp)312 LongerMatch: movl nicematch(%esp), %ebx
74 #define nicematch (rsp + 16 - LocalVarsSize) macro247 mov [nicematch],r10d521 cmp eax, [nicematch]
30 #define nicematch r14d macro189 LookaheadLess: movl %ebx, %nicematch415 cmpl %nicematch, %eax
81 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size define109 ; nicematch r14d157 nicematch equ nice_match define
127 nicematch equ esp + 24 ; a good enough match size define
Completed in 7 milliseconds