Searched refs:yh (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm/lib/
H A Dmuldi3.S19 #define yh r2 define
25 #define yh r3 define
32 mla xh, xl, yh, xh
34 mov yh, yl, lsr #16
36 bic yl, yl, yh, lsl #16
37 mla xh, yh, ip, xh
38 mul yh, xl, yh
41 adds xl, xl, yh, lsl #16
42 adc xh, xh, yh, lsr #16
H A Ducmpdi2.S19 #define yh r2 define
25 #define yh r3 define
30 cmp xh, yh
43 cmp xh, yh
H A Ddiv64.S22 #define yh r2 define
28 #define yh r3 define
42 * yh-yl = result
59 mov yh, #0
90 orrcs yh, yh, ip
180 mov yh, xh, lsr ip
192 moveq yh, xh
207 mov yh, #0
/linux-4.4.14/arch/mips/math-emu/
H A Ddp_sqrt.c36 unsigned scalx, yh; ieee754dp_sqrt() local
97 yh = y.bits >> 32; ieee754dp_sqrt()
98 yh = (yh >> 1) + 0x1ff80000; ieee754dp_sqrt()
99 yh = yh - table[(yh >> 15) & 31]; ieee754dp_sqrt()
100 y.bits = ((u64) yh << 32) | (y.bits & 0xffffffff); ieee754dp_sqrt()
/linux-4.4.14/include/math-emu/
H A Dop-2.h152 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
153 (rh = xh + yh + ((rl = xl + yl) < xl))
156 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
157 (rh = xh - yh - ((rl = xl - yl) > xl))
160 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
163 xh -= yh + ((xl -= yl) > _t); \
176 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
/linux-4.4.14/drivers/pwm/
H A Dpwm-mtk-disp.c4 * Author: YH Huang <yh.huang@mediatek.com>
241 MODULE_AUTHOR("YH Huang <yh.huang@mediatek.com>");

Completed in 556 milliseconds