Home
last modified time | relevance | path

Searched refs:xl (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/lib/
H A Dmuldi3.S15 #define xl r1 define
19 #define xl r0 define
29 mla xh, xl, yh, xh
30 mov ip, xl, lsr #16
32 bic xl, xl, ip, lsl #16
35 mul yh, xl, yh
36 mul xl, yl, xl
38 adds xl, x
[all...]
H A Ddiv64.S18 #define xl r1 define
22 #define xl r0 define
35 * xh-xl = dividend (clobbered)
42 * Clobbered regs: xl, ip
96 cmpeq xl, r4
97 movlo xh, xl
104 4: movs xl, xl, lsl #1
118 cmp xl, #0
125 clz xh, xl
[all...]
H A Ducmpdi2.S15 #define xl r1 define
19 #define xl r0 define
28 cmpeq xl, yl
41 cmpeq xl, yl
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dmuldi3.S15 #define xl r1 define
19 #define xl r0 define
29 mla xh, xl, yh, xh
30 mov ip, xl, lsr #16
32 bic xl, xl, ip, lsl #16
35 mul yh, xl, yh
36 mul xl, yl, xl
38 adds xl, x
[all...]
H A Ddiv64.S18 #define xl r1 define
22 #define xl r0 define
35 * xh-xl = dividend (clobbered)
42 * Clobbered regs: xl, ip
96 cmpeq xl, r4
97 movlo xh, xl
104 4: movs xl, xl, lsl #1
118 cmp xl, #0
125 clz xh, xl
[all...]
H A Ducmpdi2.S15 #define xl r1 define
19 #define xl r0 define
28 cmpeq xl, yl
41 cmpeq xl, yl
/kernel/linux/linux-5.10/include/math-emu/
H A Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \
135 __FP_CLZ(R,xl); \
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))
[all...]
/kernel/linux/linux-6.6/include/math-emu/
H A Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \
135 __FP_CLZ(R,xl); \
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))
[all...]
/kernel/linux/linux-5.10/lib/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \
136 : "=r" ((USItype)(xl)) \
195 #define umul_ppmm(xh, xl, a, b) \
210 "=r" (xl) \
215 #define umul_ppmm(xh, xl, a, b) \
219 "=&r" (xl) \
352 #define umul_ppmm(xh, xl, m0, m1) \
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
367 #define smul_ppmm(xh, xl, m0, m1) \
377 (xh) = __xx.__i.__h; (xl)
[all...]
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \
136 : "=r" ((USItype)(xl)) \
195 #define umul_ppmm(xh, xl, a, b) \
210 "=r" (xl) \
215 #define umul_ppmm(xh, xl, a, b) \
219 "=&r" (xl) \
352 #define umul_ppmm(xh, xl, m0, m1) \
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
367 #define smul_ppmm(xh, xl, m0, m1) \
377 (xh) = __xx.__i.__h; (xl)
[all...]
/kernel/linux/linux-5.10/drivers/clk/pxa/
H A Dclk-pxa3xx.c259 unsigned int xl = acsr & ACCR_XL_MASK; in clk_pxa3xx_cpll_get_rate() local
266 pr_info("RJK: parent_rate=%lu, xl=%u, xn=%u\n", parent_rate, xl, xn); in clk_pxa3xx_cpll_get_rate()
267 return t ? parent_rate * xl * xn : parent_rate * xl; in clk_pxa3xx_cpll_get_rate()
/kernel/linux/linux-6.6/drivers/clk/pxa/
H A Dclk-pxa3xx.c353 unsigned int xl = acsr & ACCR_XL_MASK; in clk_pxa3xx_cpll_get_rate() local
360 pr_info("RJK: parent_rate=%lu, xl=%u, xn=%u\n", parent_rate, xl, xn); in clk_pxa3xx_cpll_get_rate()
361 return t ? parent_rate * xl * xn : parent_rate * xl; in clk_pxa3xx_cpll_get_rate()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Draspberrypi-ts.c51 u8 xl; member
85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Draspberrypi-ts.c51 u8 xl; member
85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll()
/kernel/linux/linux-5.10/crypto/
H A Dcamellia_generic.c344 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \
345 il = xl ^ kl; \
834 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \
838 il = camellia_sp1110[(u8)(xl >> 24)]; \
840 il ^= camellia_sp0222[(u8)(xl >> 16)]; \
842 il ^= camellia_sp3033[(u8)(xl >> 8)]; \
844 il ^= camellia_sp4404[(u8)xl]; \
/kernel/linux/linux-6.6/crypto/
H A Dcamellia_generic.c336 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \
337 il = xl ^ kl; \
826 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({ \
830 il = camellia_sp1110[(u8)(xl >> 24)]; \
832 il ^= camellia_sp0222[(u8)(xl >> 16)]; \
834 il ^= camellia_sp3033[(u8)(xl >> 8)]; \
836 il ^= camellia_sp4404[(u8)xl]; \
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpf.c618 static int xl(char *buf, int offs) in xl() function
638 set_capacity(pf->disk, xl(buf, 0) + 1); in pf_get_capacity()
639 bs = xl(buf, 4); in pf_get_capacity()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcore.c3106 struct intel_excl_states *xl; in intel_start_scheduling() local
3121 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
3123 xl->sched_started = true; in intel_start_scheduling()
3136 struct intel_excl_states *xl; in intel_commit_scheduling() local
3148 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
3153 xl->state[cntr] = INTEL_EXCL_EXCLUSIVE; in intel_commit_scheduling()
3155 xl->state[cntr] = INTEL_EXCL_SHARED; in intel_commit_scheduling()
3162 struct intel_excl_states *xl; in intel_stop_scheduling() local
3176 xl = &excl_cntrs->states[tid]; in intel_stop_scheduling()
3178 xl in intel_stop_scheduling()
3347 struct intel_excl_states *xl; intel_put_excl_constraints() local
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcore.c3394 struct intel_excl_states *xl; in intel_start_scheduling() local
3409 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
3411 xl->sched_started = true; in intel_start_scheduling()
3424 struct intel_excl_states *xl; in intel_commit_scheduling() local
3436 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
3441 xl->state[cntr] = INTEL_EXCL_EXCLUSIVE; in intel_commit_scheduling()
3443 xl->state[cntr] = INTEL_EXCL_SHARED; in intel_commit_scheduling()
3450 struct intel_excl_states *xl; in intel_stop_scheduling() local
3464 xl = &excl_cntrs->states[tid]; in intel_stop_scheduling()
3466 xl in intel_stop_scheduling()
3635 struct intel_excl_states *xl; intel_put_excl_constraints() local
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsys_sio.c483 ALIAS_MV(xl)
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsys_sio.c483 ALIAS_MV(xl)
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c4050 struct ocfs2_xattr_tree_list *xl = (struct ocfs2_xattr_tree_list *)para; in ocfs2_list_xattr_bucket() local
4069 xl->buffer, in ocfs2_list_xattr_bucket()
4070 xl->buffer_size, in ocfs2_list_xattr_bucket()
4071 &xl->result, in ocfs2_list_xattr_bucket()
4136 struct ocfs2_xattr_tree_list xl = { in ocfs2_xattr_tree_list_index_block() local
4143 ocfs2_list_xattr_tree_rec, &xl); in ocfs2_xattr_tree_list_index_block()
4149 ret = xl.result; in ocfs2_xattr_tree_list_index_block()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c4044 struct ocfs2_xattr_tree_list *xl = (struct ocfs2_xattr_tree_list *)para; in ocfs2_list_xattr_bucket() local
4063 xl->buffer, in ocfs2_list_xattr_bucket()
4064 xl->buffer_size, in ocfs2_list_xattr_bucket()
4065 &xl->result, in ocfs2_list_xattr_bucket()
4130 struct ocfs2_xattr_tree_list xl = { in ocfs2_xattr_tree_list_index_block() local
4137 ocfs2_list_xattr_tree_rec, &xl); in ocfs2_xattr_tree_list_index_block()
4143 ret = xl.result; in ocfs2_xattr_tree_list_index_block()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c159 #define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \
160 (RAZWI_INITIATOR_ID_X_Y_LOW(xl, yl) | RAZWI_INITIATOR_ID_X_HIGH(xh))

Completed in 61 milliseconds