Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/lib/
H A Ddiv64.S19 #define xh r0 macro
25 #define xh r1 macro
58 cmp xh, r4
69 clz ip, xh
80 cmpcc yl, xh
89 2: cmp xh, yl
91 subscs xh, xh, yl
97 3: cmp xh, #0
100 movlo xh, xl
108 adcs xh, xh, xh
[all …]
H A Dmuldi3.S14 #define xh r0 macro
20 #define xh r1 macro
29 mul xh, yl, xh
30 mla xh, xl, yh, xh
35 mla xh, yh, ip, xh
40 adc xh, xh, yh, lsr #16
42 adc xh, xh, ip, lsr #16
/openbmc/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
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c52 double z, q, zz, xh; in __gcc_qadd() local
74 xh = z + zz; in __gcc_qadd()
75 if (nonfinite(xh)) in __gcc_qadd()
76 return xh; in __gcc_qadd()
78 x.dval[0] = xh; in __gcc_qadd()
79 x.dval[1] = z - xh + zz; in __gcc_qadd()
/openbmc/linux/fs/ocfs2/
H A Dxattr.c238 struct ocfs2_xattr_header *xh,
952 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local
955 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside()
959 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()
960 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1588 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local
1589 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()
1593 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()
1634 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local
1635 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()
[all …]
/openbmc/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 …]
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \ argument
140 : "=r" ((USItype)(xh)) \
195 #define umul_ppmm(xh, xl, a, b) \ argument
209 : "=&r" (xh), \
215 #define umul_ppmm(xh, xl, a, b) \ argument
218 : "=&r" (xh), \
352 #define umul_ppmm(xh, xl, m0, m1) \ argument
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
364 (xh) += ((((SItype) __m0 >> 31) & __m1) \
367 #define smul_ppmm(xh, xl, m0, m1) \ argument
[all …]
/openbmc/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()
/openbmc/linux/net/sched/
H A Dact_csum.c451 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local
457 switch (xh[off]) { in tcf_csum_ipv6_hopopts()
462 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
466 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts()
469 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
/openbmc/linux/fs/fuse/
H A Ddir.c551 struct fuse_ext_header *xh; in get_create_supp_group() local
561 xh = extend_arg(ext, sg_len); in get_create_supp_group()
562 if (!xh) in get_create_supp_group()
565 xh->size = sg_len; in get_create_supp_group()
566 xh->type = FUSE_EXT_GROUPS; in get_create_supp_group()
568 sg = (struct fuse_supp_groups *) &xh[1]; in get_create_supp_group()
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc80 * There is a custom size "xh" used to address half of a SSE/AVX operand.
589 [0x13] = X86_OP_ENTRY2(VCVTPH2PS, V,x, W,xh, vex11 chk(W0) cpuid(F16C) p_66),
848 [0x1d] = X86_OP_ENTRY3(VCVTPS2PH, W,xh, V,x, I,b, vex11 chk(W0) cpuid(F16C) p_66),
1096 X86_OP_ENTRY2(VCVTPS2PD, V,x, W,xh, vex2), /* VCVTPS2PD */
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c1296 { gen_helper_mve_##FN##h, gen_helper_mve_##FN##xh }, \
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c159 #define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \ argument
160 (RAZWI_INITIATOR_ID_X_Y_LOW(xl, yl) | RAZWI_INITIATOR_ID_X_HIGH(xh))