Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 184) sorted by relevance

12345678

/arch/m68k/fpsp040/
Dssin.S233 |--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE
268 fmulx %fp0,%fp2 | ...S(A2+T(A4+TA6))
288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE
289 |--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS
290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))])
291 |--WHERE T=S*S.
296 fmulx %fp0,%fp0 | ...FP0 IS S
304 fmovex %fp0,X(%a6) | ...X IS S
311 eorl %d0,X(%a6) | ...X IS NOW S'= SGN*S
446 |--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N
[all …]
Dsetox.S137 | p = [ R + R*S*(A2 + S*A4) ] +
138 | [ S*(A1 + S*(A3 + S*A5)) ]
139 | where S = R*R.
514 |--TO FULLY UTILIZE THE PIPELINE, WE COMPUTE S = R*R
515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))]
518 fmulx %fp1,%fp1 | ...fp1 IS S = R*R
523 fmulx %fp1,%fp2 | ...fp2 IS S*A5
525 fmuls #0x3C088895,%fp3 | ...fp3 IS S*A4
527 faddd EXPA3,%fp2 | ...fp2 IS A3+S*A5
528 faddd EXPA2,%fp3 | ...fp3 IS A2+S*A4
[all …]
Dstan.S215 fmulx %fp1,%fp1 | ...S = R*R
226 fmulx %fp1,%fp3 | ...S(Q3+SQ4)
227 fmulx %fp1,%fp2 | ...S(P2+SP3)
229 faddx TANQ2,%fp3 | ...Q2+S(Q3+SQ4)
230 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
232 fmulx %fp1,%fp3 | ...S(Q2+S(Q3+SQ4))
233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3))
235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4))
236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3))
238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4)))
[all …]
/arch/sh/boot/compressed/
D.gitignore1 ashiftrt.S
3 ashlsi3.S
4 ashrsi3.S
5 lshrsi3.S
DMakefile42 lib1funcs-$(CONFIG_SUPERH32) := ashiftrt.S ashldi3.c ashrsi3.S ashlsi3.S \
43 lshrsi3.S
/arch/ia64/lib/
DMakefile27 $(obj)/__divdi3.o: $(src)/idiv64.S FORCE
30 $(obj)/__udivdi3.o: $(src)/idiv64.S FORCE
33 $(obj)/__moddi3.o: $(src)/idiv64.S FORCE
36 $(obj)/__umoddi3.o: $(src)/idiv64.S FORCE
39 $(obj)/__divsi3.o: $(src)/idiv32.S FORCE
42 $(obj)/__udivsi3.o: $(src)/idiv32.S FORCE
45 $(obj)/__modsi3.o: $(src)/idiv32.S FORCE
48 $(obj)/__umodsi3.o: $(src)/idiv32.S FORCE
/arch/arm/boot/compressed/
D.gitignore1 ashldi3.S
2 bswapsdi2.S
4 lib1funcs.S
5 hyp-stub.S
DMakefile100 clean-files += piggy_data lib1funcs.S ashldi3.S bswapsdi2.S \
101 $(libfdt) $(libfdt_hdrs) hyp-stub.S
145 $(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S
151 $(obj)/ashldi3.S: $(srctree)/arch/$(SRCARCH)/lib/ashldi3.S
157 $(obj)/bswapsdi2.S: $(srctree)/arch/$(SRCARCH)/lib/bswapsdi2.S
201 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/arch/arm/crypto/
D.gitignore1 aesbs-core.S
2 sha256-core.S
3 sha512-core.S
/arch/mips/generic/
DPlatform16 its-y := vmlinux.its.S
17 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
18 its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
19 its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S
20 its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S
/arch/powerpc/boot/
DMakefile116 src-wlib-y := string.S crt0.S stdio.c decompress.c main.c \
118 ns16550.c serial.c simple_alloc.c div64.S util.S \
123 src-wlib-$(CONFIG_PPC64_BOOT_WRAPPER) += opal-calls.S opal.c
125 src-wlib-y += crtsavres.S
136 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
139 virtex405-head.S virtex.c
147 simpleboot.c fixed-head.S virtex.c
148 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
150 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
151 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
[all …]
/arch/powerpc/math-emu/
Dstfs.c29 FP_CONV(S, D, 1, 2, R, A); in stfs()
35 _FP_PACK_CANONICAL(S, 1, R); in stfs()
37 _FP_PACK_RAW_1_P(S, &f, R); in stfs()
/arch/unicore32/boot/compressed/
DMakefile33 $(obj)/piggy.S: $(obj)/piggy.S.in
36 $(obj)/piggy.o: $(obj)/piggy.$(suffix_y) $(obj)/piggy.S FORCE
39 piggy.$(suffix_y) piggy.o piggy.S \
/arch/arm64/crypto/
D.gitignore1 sha256-core.S
2 sha512-core.S
/arch/powerpc/include/asm/
Dsfp-machine.h85 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y)
168 ({ int __exc = _FP_PACK_CANONICAL(S,1,X); \
170 _FP_PACK_RAW_1_P(S,val,X); \
184 FP_CONV(S, D, 1, 2, __X, X); \
185 _FP_PACK_CANONICAL(S, 1, __X); \
187 _FP_UNPACK_CANONICAL(S, 1, __X); \
188 FP_CONV(D, S, 2, 1, X, __X); \
/arch/ia64/scripts/
Dtoolchain-flags17 $CC -nostdlib -static -Wl,-T$dir/check-segrel.lds $dir/check-segrel.S -o $out
31 $CC -c $dir/check-text-align.S -o $out
47 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
/arch/x86/crypto/
Dserpent-sse2-x86_64-asm_64.S559 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
638 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
639 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
640 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
641 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
642 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
643 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
644 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dserpent-avx2-asm_64.S530 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
578 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
579 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
580 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
581 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
582 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
583 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
584 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
585 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
586 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dserpent-avx-x86_64-asm_64.S524 #define S(SBOX, x0, x1, x2, x3, x4) \ macro
572 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
573 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
574 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
575 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
576 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
577 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
578 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
579 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
580 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
/arch/arm/tools/
DMakefile16 gen-y := $(gen)/calls-oabi.S
17 gen-y += $(gen)/calls-eabi.S
74 $(gen)/calls-oabi.S: $(syscall) $(systbl) FORCE
78 $(gen)/calls-eabi.S: $(syscall) $(systbl) FORCE
/arch/arm/mach-integrator/
DKconfig77 bool "Integrator/CM926EJ-S core module"
89 bool "Integrator/CM946E-S core module"
95 bool "Integrator/CM966E-S core module"
118 bool "Integrator/CM1026EJ-S core module"
124 bool "Integrator/CM1136JF-S core module"
146 bool "Integrator/CT926 (ARM926EJ-S) core tile"
152 bool "Integrator/CTB36 (ARM1136JF-S) core tile"
/arch/mips/boot/
DMakefile115 targets += vmlinux.its.S
120 $(obj)/vmlinux.its.S: $(addprefix $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS)) FORCE
139 $(obj)/vmlinux.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
142 $(obj)/vmlinux.gz.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
145 $(obj)/vmlinux.bz2.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
148 $(obj)/vmlinux.lzma.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
151 $(obj)/vmlinux.lzo.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
/arch/arm64/boot/dts/qcom/
Dapq8096-db820c.dtsi23 * S HSEC = Secondary High Speed External Connector
177 "[MDP_VSYNC_S]", /* GPIO_11, S HSEC pin 55 */
185 "[CCI_I2C_SDA1]", /* GPIO_19, S HSEC pin 38 */
186 "[CCI_I2C_SCL1]", /* GPIO_20, S HSEC pin 36 */
187 "FLASH_STROBE_EN", /* GPIO_21, S HSEC pin 5 */
188 "FLASH_STROBE_TRIG", /* GPIO_22, S HSEC pin 1 */
196 "GPIO30", /* GPIO_30, S HSEC pin 4 */
205 "TSIF1_SYNC", /* GPIO_39, S HSEC pin 48 */
223 "MI2S_MCLK", /* GPIO_57, S HSEC pin 3 */
255 "TSIF1_CLK", /* GPIO_89, S HSEC pin 42 */
[all …]
/arch/nds32/kernel/vdso/
DMakefile51 sigreturn.o : sigreturn.S
54 note.o : note.S
57 datapage.o : datapage.S
/arch/arm/kernel/
Dsmp.c514 #define S(x,s) [x] = s macro
515 S(IPI_WAKEUP, "CPU wakeup interrupts"),
516 S(IPI_TIMER, "Timer broadcast interrupts"),
517 S(IPI_RESCHEDULE, "Rescheduling interrupts"),
518 S(IPI_CALL_FUNC, "Function call interrupts"),
519 S(IPI_CPU_STOP, "CPU stop interrupts"),
520 S(IPI_IRQ_WORK, "IRQ work interrupts"),
521 S(IPI_COMPLETION, "completion interrupts"),

12345678