Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 25 of 101) sorted by relevance

12345

/linux-6.15/arch/loongarch/lib/
H A Dxor_simd.c26 LD(0, base, 0) \
27 LD(1, base, 16) \
28 LD(2, base, 32) \
29 LD(3, base, 48)
32 LD(4, base, 0) \
33 LD(5, base, 16) \
34 LD(6, base, 32) \
35 LD(7, base, 48) \
50 #undef LD
70 LD(1, base, 32)
[all …]
/linux-6.15/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S26 #define LD ldbrx macro
33 #define LD ldx macro
172 LD rA,0,r3
173 LD rB,0,r4
202 LD rA,0,r3
203 LD rB,0,r4
230 LD rA,0,r3
231 LD rB,0,r4
267 LD rA,0,r3
268 LD rB,0,r4
[all …]
/linux-6.15/arch/powerpc/lib/
H A Dmemcmp_64.S26 #define LD ldbrx macro
33 #define LD ldx macro
172 LD rA,0,r3
173 LD rB,0,r4
202 LD rA,0,r3
203 LD rB,0,r4
230 LD rA,0,r3
231 LD rB,0,r4
267 LD rA,0,r3
268 LD rB,0,r4
[all …]
/linux-6.15/arch/x86/include/asm/
H A Dxor_32.h34 LD(i, 0) \ in xor_pII_mmx_2()
35 LD(i + 1, 1) \ in xor_pII_mmx_2()
36 LD(i + 2, 2) \ in xor_pII_mmx_2()
37 LD(i + 3, 3) \ in xor_pII_mmx_2()
79 LD(i, 0) \ in xor_pII_mmx_3()
80 LD(i + 1, 1) \ in xor_pII_mmx_3()
81 LD(i + 2, 2) \ in xor_pII_mmx_3()
82 LD(i + 3, 3) \ in xor_pII_mmx_3()
130 LD(i, 0) \ in xor_pII_mmx_4()
196 LD(i, 0) \ in xor_pII_mmx_5()
[all …]
H A Dxor.h70 LD(i, 0) \ in xor_sse_2()
71 LD(i + 1, 1) \ in xor_sse_2()
74 LD(i + 2, 2) \ in xor_sse_2()
75 LD(i + 3, 3) \ in xor_sse_2()
160 LD(i, 0) \ in xor_sse_3()
161 LD(i + 1, 1) \ in xor_sse_3()
162 LD(i + 2, 2) \ in xor_sse_3()
163 LD(i + 3, 3) \ in xor_sse_3()
259 LD(i, 0) \ in xor_sse_4()
369 LD(i, 0) \ in xor_sse_5()
[all …]
/linux-6.15/arch/powerpc/kernel/
H A Dalign.c38 #define LD 0 /* load */ macro
48 { 8, LD+E8 }, /* 0 00 00: evldd[x] */
49 { 8, LD+E4 }, /* 0 00 01: evldw[x] */
50 { 8, LD }, /* 0 00 10: evldh[x] */
52 { 2, LD }, /* 0 01 00: evlhhesplat[x] */
54 { 2, LD }, /* 0 01 10: evlhhousplat[x] */
56 { 4, LD }, /* 0 10 00: evlwhe[x] */
58 { 4, LD }, /* 0 10 10: evlwhou[x] */
59 { 4, LD+SE }, /* 0 10 11: evlwhos[x] */
60 { 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */
[all …]
/linux-6.15/arch/sparc/lib/
H A Dcopy_user.S52 #define LD(insn, src, offset, reg, label) \ macro
69 LD(ldd, src, offset + 0x00, t0, bigchunk_fault) \
70 LD(ldd, src, offset + 0x08, t2, bigchunk_fault) \
71 LD(ldd, src, offset + 0x10, t4, bigchunk_fault) \
72 LD(ldd, src, offset + 0x18, t6, bigchunk_fault) \
84 LD(ldd, src, offset + 0x00, t0, bigchunk_fault) \
85 LD(ldd, src, offset + 0x08, t2, bigchunk_fault) \
86 LD(ldd, src, offset + 0x10, t4, bigchunk_fault) \
87 LD(ldd, src, offset + 0x18, t6, bigchunk_fault) \
117 LD(lduh, src, offset + 0x00, t0, halfchunk_fault) \
[all …]
/linux-6.15/drivers/firmware/efi/
H A Dcper_cxl.c43 case LD: in cxl_cper_print_prot_err()
69 case LD: in cxl_cper_print_prot_err()
95 case LD: in cxl_cper_print_prot_err()
110 case LD: in cxl_cper_print_prot_err()
/linux-6.15/scripts/
H A Dmkcompile_h6 LD=$3
19 LD_VERSION=$(LC_ALL=C $LD -v | head -n1 |
H A Dtools-support-relr.sh12 if ! $LD $tmp_file.o -shared -Bsymbolic --pack-dyn-relocs=relr -o $tmp_file 2>/dev/null; then
13 $LD $tmp_file.o -shared -Bsymbolic -z pack-relative-relocs -o $tmp_file 2>&1 |
H A DKconfig.include32 ld-option = $(success,$(LD) -v $(1))
39 # check if $(CC) and $(LD) exist
41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD))
H A Dlink-vmlinux.sh31 LD="$1"
58 info LD ${output}
89 ld="${LD}"
H A DMakefile.modfinal31 quiet_cmd_ld_ko_o = LD [M] $@
33 $(LD) -r $(KBUILD_LDFLAGS) \
H A DMakefile.vmlinux_o57 quiet_cmd_ld_vmlinux.o = LD $@
59 $(LD) ${KBUILD_LDFLAGS} -r -o $@ \
/linux-6.15/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst231 LD.B LD.BU LD.H LD.HU LD.W LD.WU LD.D ST.B ST.H ST.W ST.D
/linux-6.15/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst231 LD.B LD.BU LD.H LD.HU LD.W LD.WU LD.D ST.B ST.H ST.W ST.D
/linux-6.15/tools/build/
H A DMakefile16 $(call allow-override,LD,$(CROSS_COMPILE)ld)
20 export srctree CC LD
H A DMakefile.build71 quiet_cmd_ld_multi = LD $@
73 $(LD) -r -o $@ $(filter $(obj-y),$^),rm -f $@; $(AR) rcs $@)
/linux-6.15/tools/power/cpupower/
H A DMakefile95 LD = $(CROSS)gcc macro
101 LD ?= $(CROSS)gcc macro
207 $(ECHO) " LD " $@
/linux-6.15/tools/lib/symbol/
H A DMakefile14 LD ?= $(CROSS_COMPILE)ld macro
69 export srctree OUTPUT CC LD CFLAGS V
/linux-6.15/tools/lib/subcmd/
H A DMakefile13 LD ?= $(CROSS_COMPILE)ld macro
72 export srctree OUTPUT CC LD CFLAGS V
/linux-6.15/tools/lib/api/
H A DMakefile14 LD ?= $(CROSS_COMPILE)ld macro
68 export srctree OUTPUT CC LD CFLAGS V
/linux-6.15/Documentation/devicetree/bindings/iio/pressure/
H A Dhoneywell,hsc030pa.yaml68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD,
/linux-6.15/Documentation/translations/zh_CN/kbuild/
H A Dkbuild.rst82 用于 $(LD) 链接模块时的额外选项。
112 用于 $(LD) 链接用户程序时的额外选项。用户程序(userprogs)是使用 CC 链接的,
/linux-6.15/samples/acrn/
H A DMakefile9 $(LD) -T $< -o $@

12345