Searched refs:divl (Results 1 - 5 of 5) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Ddiv_Xsig.S146 divl %ecx /* Divide the numerator by the augmented
221 divl %ecx /* Divide the numerator by the denom ms dw */
324 divl XsigH(%ebx)
H A Ddiv_small.S32 divl %ecx
37 divl %ecx
H A Dreg_u_div.S132 divl %ecx
137 divl %ecx
142 divl %ecx
228 divl %ecx /* Divide the numerator by the augmented
303 divl %ecx /* Divide the numerator by the denom ms dw */
H A Dwm_sqrt.S140 divl %esi /* current estimate */
145 divl %esi
150 divl %esi
180 divl %esi
184 divl %esi
188 divl %esi
192 divl %esi
286 divl %esi
290 divl %esi
305 divl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h505 asm("divl %2":"=a" (low), "=d" (*rem):"rm" (div), "a" (low), "d" (high1));
514 static inline void divl(u_int32_t high, u_int32_t low, function
552 divl(high1, low1, div, &low, rem);

Completed in 67 milliseconds