| /linux/arch/loongarch/lib/ |
| A D | xor_simd.c | 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 70 LD(1, base, 32) [all …]
|
| /linux/tools/testing/selftests/powerpc/stringloops/ |
| 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/arch/powerpc/lib/ |
| 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/arch/x86/include/asm/ |
| A D | xor_32.h | 34 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 …]
|
| A D | xor.h | 70 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/arch/powerpc/kernel/ |
| 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] */ 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/arch/sparc/lib/ |
| 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) \ 117 LD(lduh, src, offset + 0x00, t0, halfchunk_fault) \ [all …]
|
| /linux/drivers/firmware/efi/ |
| A D | cper_cxl.c | 51 LD, /* CXL Logical Device */ enumerator 76 case LD: in cper_print_prot_err() 102 case LD: in cper_print_prot_err() 128 case LD: in cper_print_prot_err() 143 case LD: in cper_print_prot_err()
|
| /linux/scripts/ |
| A D | mkcompile_h | 6 LD=$3 19 LD_VERSION=$(LC_ALL=C $LD -v | head -n1 |
|
| 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 |
|
| 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))
|
| A D | link-vmlinux.sh | 31 LD="$1" 57 info LD ${output} 84 ld="${LD}"
|
| A D | Makefile.modfinal | 36 quiet_cmd_ld_ko_o = LD [M] $@ 38 $(LD) -r $(KBUILD_LDFLAGS) \
|
| A D | Makefile.vmlinux_o | 50 quiet_cmd_ld_vmlinux.o = LD $@ 52 $(LD) ${KBUILD_LDFLAGS} -r -o $@ \
|
| /linux/Documentation/translations/zh_CN/arch/loongarch/ |
| 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/ |
| 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/ |
| A D | Makefile | 16 $(call allow-override,LD,$(CROSS_COMPILE)ld) 26 export Q srctree CC LD
|
| A D | Makefile.build | 91 quiet_cmd_ld_multi = LD $@ 93 $(LD) -r -o $@ $(filter $(obj-y),$^),rm -f $@; $(AR) rcs $@)
|
| /linux/tools/lib/symbol/ |
| A D | Makefile | 14 LD ?= $(CROSS_COMPILE)ld macro 69 export srctree OUTPUT CC LD CFLAGS V
|
| /linux/tools/lib/subcmd/ |
| A D | Makefile | 13 LD ?= $(CROSS_COMPILE)ld macro 72 export srctree OUTPUT CC LD CFLAGS V
|
| /linux/tools/lib/api/ |
| A D | Makefile | 14 LD ?= $(CROSS_COMPILE)ld macro 68 export srctree OUTPUT CC LD CFLAGS V
|
| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| A D | honeywell,hsc030pa.yaml | 68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD,
|
| /linux/tools/power/cpupower/ |
| A D | Makefile | 91 LD = $(CROSS)gcc macro 196 $(ECHO) " LD " $@
|
| /linux/samples/acrn/ |
| A D | Makefile | 9 $(LD) -T $< -o $@
|
| /linux/tools/testing/selftests/hid/ |
| A D | Makefile | 127 ARCH= CROSS_COMPILE= CC=$(HOSTCC) LD=$(HOSTLD) \ 145 OUTPUT=$(HOST_BUILD_DIR)/libbpf/ CC=$(HOSTCC) LD=$(HOSTLD) \ 166 CC=$(HOSTCC) LD=$(HOSTLD) AR=$(HOSTAR) \
|