Lines Matching refs:v
27 IRQ_SAVE v;
32 IRQ_RESTORE v; \
35 #define v %ecx macro
37 movl (v), %eax
38 movl 4(v), %edx
41 #undef v
43 #define v %esi macro
45 movl %ebx, (v)
46 movl %ecx, 4(v)
49 #undef v
51 #define v %esi macro
53 movl (v), %eax
54 movl 4(v), %edx
55 movl %ebx, (v)
56 movl %ecx, 4(v)
59 #undef v
61 #define v %ecx macro
63 addl %eax, (v)
64 adcl %edx, 4(v)
67 #undef v
69 #define v %ecx macro
71 addl (v), %eax
72 adcl 4(v), %edx
73 movl %eax, (v)
74 movl %edx, 4(v)
77 #undef v
79 #define v %ecx macro
81 subl %eax, (v)
82 sbbl %edx, 4(v)
85 #undef v
87 #define v %ecx macro
92 addl (v), %eax
93 adcl 4(v), %edx
94 movl %eax, (v)
95 movl %edx, 4(v)
98 #undef v
100 #define v %esi macro
102 addl $1, (v)
103 adcl $0, 4(v)
106 #undef v
108 #define v %esi macro
110 movl (v), %eax
111 movl 4(v), %edx
114 movl %eax, (v)
115 movl %edx, 4(v)
118 #undef v
120 #define v %esi macro
122 subl $1, (v)
123 sbbl $0, 4(v)
126 #undef v
128 #define v %esi macro
130 movl (v), %eax
131 movl 4(v), %edx
134 movl %eax, (v)
135 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)
195 #undef v