| /linux/lib/raid/xor/loongarch/ |
| H A D | xor_simd.c | 19 #define LD(reg, base, offset) \ macro 26 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 [all …]
|
| /linux/arch/powerpc/lib/ |
| H A D | memcmp_64.S | 26 #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/tools/testing/selftests/powerpc/stringloops/ |
| H A D | memcmp_64.S | 26 #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/lib/raid/xor/x86/ |
| H A D | xor-mmx.c | 11 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" macro 27 LD(i, 0) \ in xor_pII_mmx_2() 28 LD(i + 1, 1) \ in xor_pII_mmx_2() 29 LD(i + 2, 2) \ in xor_pII_mmx_2() 30 LD(i + 3, 3) \ in xor_pII_mmx_2() 68 LD(i, 0) \ in xor_pII_mmx_3() 69 LD(i + 1, 1) \ in xor_pII_mmx_3() 70 LD(i + 2, 2) \ in xor_pII_mmx_3() 71 LD(i + 3, 3) \ in xor_pII_mmx_3() 115 LD(i, 0) \ in xor_pII_mmx_4() [all …]
|
| H A D | xor-sse.c | 29 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" macro 57 LD(i, 0) \ in xor_sse_2() 58 LD(i + 1, 1) \ in xor_sse_2() 61 LD(i + 2, 2) \ in xor_sse_2() 62 LD(i + 3, 3) \ in xor_sse_2() 105 BLK64(PF0, LD, i) \ in xor_sse_2_pf64() 139 LD(i, 0) \ in xor_sse_3() 140 LD(i + 1, 1) \ in xor_sse_3() 141 LD(i + 2, 2) \ in xor_sse_3() 142 LD(i + 3, 3) \ in xor_sse_3() [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | align.c | 38 #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] */ 55 { 2, LD+SE }, /* 0 01 11: evlhhossplat[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] */ [all …]
|
| /linux/arch/sparc/lib/ |
| H A D | copy_user.S | 52 #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) \ 102 LD(ldd, src, -(offset + 0x10), t0, lastchunk_fault) \ [all …]
|
| /linux/drivers/firmware/efi/ |
| H A D | cper_cxl.c | 43 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/scripts/ |
| H A D | mkcompile_h | 6 LD=$3 19 LD_VERSION=$(LC_ALL=C $LD -v | head -n1 |
|
| H A D | Kconfig.include | 32 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 D | tools-support-relr.sh | 12 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 D | link-vmlinux.sh | 31 LD="$1" 58 info LD ${output} 87 ld="${LD}"
|
| H A D | Makefile.modfinal | 35 quiet_cmd_ld_ko_o = LD [M] $@ 37 $(LD) -r $(KBUILD_LDFLAGS) \
|
| H A D | Makefile.vmlinux_o | 57 quiet_cmd_ld_vmlinux.o = LD $@ 59 $(LD) ${KBUILD_LDFLAGS} -r -o $@ \
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes_helpers.c | 27 prot_err->agent_type == LD || prot_err->agent_type == FMLD) && in cxl_cper_sec_prot_err_valid() 45 case LD: in cxl_cper_setup_prot_err_work_data()
|
| /linux/Documentation/translations/zh_CN/arch/loongarch/ |
| H A D | introduction.rst | 231 LD.B LD.BU LD.H LD.HU LD.W LD.WU LD.D ST.B ST.H ST.W ST.D
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | introduction.rst | 231 LD.B LD.BU LD.H LD.HU LD.W LD.WU LD.D ST.B ST.H ST.W ST.D
|
| /linux/tools/build/ |
| H A D | Makefile | 16 $(call allow-override,LD,$(CROSS_COMPILE)ld) 20 export srctree CC LD
|
| H A D | Makefile.build | 71 quiet_cmd_ld_multi = LD $@ 74 xargs $(LD) -r -o $@,rm -f $@; $(AR) rcs $@)
|
| /linux/tools/power/cpupower/ |
| H A D | Makefile | 97 LD = $(CROSS)gcc macro 103 LD ?= $(CROSS)gcc macro 219 $(ECHO) " LD " $@
|
| /linux/tools/lib/symbol/ |
| H A D | Makefile | 14 LD ?= $(CROSS_COMPILE)ld macro 69 export srctree OUTPUT CC LD CFLAGS V
|
| /linux/tools/lib/subcmd/ |
| H A D | Makefile | 13 LD ?= $(CROSS_COMPILE)ld macro 72 export srctree OUTPUT CC LD CFLAGS V
|
| /linux/tools/lib/api/ |
| H A D | Makefile | 14 LD ?= $(CROSS_COMPILE)ld macro 68 export srctree OUTPUT CC LD CFLAGS V
|
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | kbuild.rst | 82 用于 $(LD) 链接模块时的额外选项。 122 用于 $(LD) 链接用户程序时的额外选项。用户程序(userprogs)是使用 CC 链接的,
|
| /linux/samples/acrn/ |
| H A D | Makefile | 9 $(LD) -T $< -o $@
|