Lines Matching refs:v
34 LOCK v;
39 UNLOCK v; \
46 #define v %ecx macro
48 movl (v), %eax
49 movl 4(v), %edx
51 #undef v
53 #define v %esi macro
55 movl %ebx, (v)
56 movl %ecx, 4(v)
58 #undef v
60 #define v %esi macro
62 movl (v), %eax
63 movl 4(v), %edx
64 movl %ebx, (v)
65 movl %ecx, 4(v)
67 #undef v
69 #define v %ecx macro
71 addl %eax, (v)
72 adcl %edx, 4(v)
74 #undef v
76 #define v %ecx macro
78 addl (v), %eax
79 adcl 4(v), %edx
80 movl %eax, (v)
81 movl %edx, 4(v)
83 #undef v
85 #define v %ecx macro
87 subl %eax, (v)
88 sbbl %edx, 4(v)
90 #undef v
92 #define v %ecx macro
97 addl (v), %eax
98 adcl 4(v), %edx
99 movl %eax, (v)
100 movl %edx, 4(v)
102 #undef v
104 #define v %esi macro
106 addl $1, (v)
107 adcl $0, 4(v)
109 #undef v
111 #define v %esi macro
113 movl (v), %eax
114 movl 4(v), %edx
117 movl %eax, (v)
118 movl %edx, 4(v)
120 #undef v
122 #define v %esi macro
124 subl $1, (v)
125 sbbl $0, 4(v)
127 #undef v
129 #define v %esi macro
131 movl (v), %eax
132 movl 4(v), %edx
135 movl %eax, (v)
136 movl %edx, 4(v)
138 #undef v
140 #define v %esi macro
144 addl (v), %eax
145 adcl 4(v), %edx
149 movl %eax, (v)
150 movl %edx, 4(v)
160 #undef v
162 #define v %esi macro
164 movl (v), %eax
165 movl 4(v), %edx
171 movl %eax, (v)
172 movl %edx, 4(v)
181 #undef v
183 #define v %esi macro
185 movl (v), %eax
186 movl 4(v), %edx
190 movl %eax, (v)
191 movl %edx, 4(v)
194 #undef v