Searched refs:scanstart (Results 1 – 7 of 7) sorted by relevance
26 #define scanstart 16 /* first two bytes of string */ macro170 movw %bx, scanstart(%esp)241 cmpw scanstart(%esp), %ax
39 #define scanstart 16 /* first two bytes of string */ macro181 movl %ebx, scanstart(%esp)225 cmpl scanstart(%esp), %eax
27 #define scanstart r12d macro226 movzwl (%scan), %scanstart
228 mov [esp+scanstart], ebx275 cmp eax, [esp+scanstart]
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w106 ; scanstart r12d
778 mov [scanstart], ebx822 cmp eax, [scanstart]
124 scanstart equ esp + 16 ; first two bytes of string define