Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/lib/
A Dmuldi3.S16 #define yh r2 macro
22 #define yh r3 macro
29 mla xh, xl, yh, xh
31 mov yh, yl, lsr #16
33 bic yl, yl, yh, lsl #16
34 mla xh, yh, ip, xh
35 mul yh, xl, yh
38 adds xl, xl, yh, lsl #16
39 adc xh, xh, yh, lsr #16
A Ducmpdi2.S16 #define yh r2 macro
22 #define yh r3 macro
27 cmp xh, yh
40 cmp xh, yh
A Ddiv64.S19 #define yh r2 macro
25 #define yh r3 macro
56 mov yh, #0
87 orrcs yh, yh, ip
177 mov yh, xh, lsr ip
189 moveq yh, xh
204 mov yh, #0
/linux-6.3-rc2/arch/mips/math-emu/
A Ddp_sqrt.c24 unsigned int scalx, yh; in ieee754dp_sqrt() local
85 yh = y.bits >> 32; in ieee754dp_sqrt()
86 yh = (yh >> 1) + 0x1ff80000; in ieee754dp_sqrt()
87 yh = yh - table[(yh >> 15) & 31]; in ieee754dp_sqrt()
88 y.bits = ((u64) yh << 32) | (y.bits & 0xffffffff); in ieee754dp_sqrt()
/linux-6.3-rc2/drivers/input/touchscreen/
A Draspberrypi-ts.c52 u8 yh; member
86 y = (((int)regs.point[i].yh & 0xf) << 8) + regs.point[i].yl; in rpi_ts_poll()
87 touchid = (regs.point[i].yh >> 4) & 0xf; in rpi_ts_poll()
/linux-6.3-rc2/include/math-emu/
A Dop-2.h147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
148 (rh = xh + yh + ((rl = xl + yl) < xl))
151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
152 (rh = xh - yh - ((rl = xl - yl) > xl))
155 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
158 xh -= yh + ((xl -= yl) > _t); \
171 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl) argument

Completed in 13 milliseconds