Home
last modified time | relevance | path

Searched refs:DVNDLO (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/crt/math/i386/
H A Dallrem_asm.s92 #undef DVNDLO
96 #define DVNDLO [esp + 12] // stack address of dividend (a) macro
110 mov edx,DVNDLO // lo word of a
115 mov DVNDLO,edx
142 mov eax,DVNDLO // edx:eax <- remainder:lo word of dividend
158 mov eax,DVNDLO
191 cmp eax,DVNDLO // hi words are equal, compare lo words
204 sub eax,DVNDLO // subtract dividend from result
H A Dalldvrm_asm.s74 #undef DVNDLO
78 #define DVNDLO [esp + 16] // stack address of dividend (a) macro
95 mov edx,DVNDLO // lo word of a
100 mov DVNDLO,edx
129 mov eax,DVNDLO // edx:eax <- remainder:lo word of dividend
151 mov eax,DVNDLO
185 cmp eax,DVNDLO // hi words are equal, compare lo words
201 sub eax,DVNDLO // subtract dividend from result
H A Daullrem_asm.s89 #undef DVNDLO
93 #define DVNDLO [esp + 8] // stack address of dividend (a) macro
110 mov eax,DVNDLO // edx:eax <- remainder:lo word of dividend
124 mov eax,DVNDLO
157 cmp eax,DVNDLO // hi words are equal, compare lo words
170 sub eax,DVNDLO // subtract original dividend from result
H A Daulldvrm_asm.s88 #undef DVNDLO
92 #define DVNDLO [esp + 8] // stack address of dividend (a) macro
111 mov eax,DVNDLO // edx:eax <- remainder:lo word of dividend
134 mov eax,DVNDLO
168 cmp eax,DVNDLO // hi words are equal, compare lo words
184 sub eax,DVNDLO // subtract dividend from result
H A Dalldiv_asm.s95 #define DVNDLO [esp + 16] // stack address of dividend (a) macro
109 mov edx,DVNDLO // lo word of a
114 mov DVNDLO,edx
143 mov eax,DVNDLO // edx:eax <- remainder:lo word of dividend
156 mov eax,DVNDLO
190 cmp eax,DVNDLO // hi words are equal, compare lo words
H A Daulldiv_asm.s92 #undef DVNDLO
96 #define DVNDLO [esp + 12] // stack address of dividend (a) macro
115 mov eax,DVNDLO // edx:eax <- remainder:lo word of dividend
128 mov eax,DVNDLO
162 cmp eax,DVNDLO // hi words are equal, compare lo words