Searched refs:nicematch (Results 1 – 8 of 8) sorted by relevance
/external/zlib/contrib/asm586/ |
D | match.S | 28 #define nicematch 24 /* a good enough match size */ macro 107 LookaheadLess: movl %ebx, nicematch(%esp) 323 LongerMatch: movl nicematch(%esp), %ebx
|
/external/zlib/contrib/asm686/ |
D | match.S | 42 #define nicematch 24 /* a good enough match size */ macro 138 LookaheadLess: movl %ebx, nicematch(%esp) 304 LongerMatch: movl nicematch(%esp), %ebx
|
/external/zlib/contrib/gcc_gvmat64/ |
D | gvmat64.S | 74 #define nicematch (rsp + 16 - LocalVarsSize) macro 247 mov [nicematch],r10d 521 cmp eax, [nicematch]
|
/external/zlib/contrib/amd64/ |
D | amd64-match.S | 30 #define nicematch r14d macro 189 LookaheadLess: movl %ebx, %nicematch 415 cmpl %nicematch, %eax
|
/external/zlib/contrib/masmx64/ |
D | gvmat64.asm | 81 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size define 109 ; nicematch r14d 157 nicematch equ nice_match define
|
/external/zlib/contrib/masm686/ |
D | match.asm | 185 mov [esp+nicematch], ebx 367 mov ebx, [esp+nicematch]
|
/external/zlib/contrib/masmx86/ |
D | gvmat32.asm | 735 LookaheadLess: mov [nicematch], ebx 901 LongerMatch: mov ebx, [nicematch]
|
D | match686.asm | 127 nicematch equ esp + 24 ; a good enough match size define
|