Searched refs:DVNDLO (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/lib/crt/math/i386/ |
H A D | allrem_asm.s | 92 #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 D | alldvrm_asm.s | 74 #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 D | aullrem_asm.s | 89 #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 D | aulldvrm_asm.s | 88 #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 D | alldiv_asm.s | 95 #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 D | aulldiv_asm.s | 92 #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
|