Searched refs:yh (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/mips/math-emu/
H A Ddp_sqrt.c42 unsigned scalx, yh; local
99 yh = y.bits >> 32;
100 yh = (yh >> 1) + 0x1ff80000;
101 yh = yh - table[(yh >> 15) & 31];
102 y.bits = ((u64) yh << 32) | (y.bits & 0xffffffff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dop-2.h153 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S20 #define yh r2 define
26 #define yh r3 define
40 * yh-yl = result
56 mov yh, #0
87 orrcs yh, yh, ip
177 mov yh, xh, lsr ip
187 moveq yh, xh
197 mov yh, #0
H A Dmuldi3.S18 #define yh r2 define
24 #define yh r3 define
31 mla xh, xl, yh, xh
33 mov yh, yl, lsr #16
35 bic yl, yl, yh, lsl #16
36 mla xh, yh, ip, xh
37 mul yh, xl, yh
40 adds xl, xl, yh, lsl #16
41 adc xh, xh, yh, ls
[all...]
H A Ducmpdi2.S18 #define yh r2 define
24 #define yh r3 define
29 cmp xh, yh
40 cmp xh, yh

Completed in 106 milliseconds