Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/lib/
H A Ddiv64.S17 #define xh r0 macro
23 #define xh r1 macro
55 cmp xh, r4
66 clz ip, xh
77 cmpcc yl, xh
86 2: cmp xh, yl
88 subscs xh, xh, yl
94 3: cmp xh, #0
97 movlo xh, xl
105 adcs xh, xh, xh
[all …]
H A Dmuldi3.S14 #define xh r0 macro
20 #define xh r1 macro
28 mul xh, yl, xh
29 mla xh, xl, yh, xh
34 mla xh, yh, ip, xh
39 adc xh, xh, yh, lsr #16
41 adc xh, xh, ip, lsr #16
H A Ducmpdi2.S14 #define xh r0 macro
20 #define xh r1 macro
27 cmp xh, yh
40 cmp xh, yh
/linux/include/math-emu/
H A Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \ argument
131 if (xh) \
132 __FP_CLZ(R,xh); \
143 #define __FP_FRAC_ADDI_2(xh, xl, i) \
144 (xh += ((xl += i) < i))
147 #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) \
[all …]
/linux/drivers/input/touchscreen/
H A Draspberrypi-ts.c50 u8 xh; member
85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll()
88 event_type = (regs.point[i].xh >> 6) & 0x03; in rpi_ts_poll()
/linux/net/sched/
H A Dact_csum.c452 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local
458 switch (xh[off]) { in tcf_csum_ipv6_hopopts()
463 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
467 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts()
470 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c158 #define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \ argument
159 (RAZWI_INITIATOR_ID_X_Y_LOW(xl, yl) | RAZWI_INITIATOR_ID_X_HIGH(xh))