Home
last modified time | relevance | path

Searched +full:4 +full:d (Results 1 – 25 of 3989) sorted by relevance

12345678910>>...160

/kernel/linux/linux-6.6/drivers/pinctrl/sunplus/
Dsppctl_sp7021.c14 #define D(x, y) ((x) * 8 + (y)) macro
15 #define P(x, y) PINCTRL_PIN(D(x, y), D_PIS(x, y))
19 D_PIS(0, 4), D_PIS(0, 5), D_PIS(0, 6), D_PIS(0, 7),
21 D_PIS(1, 4), D_PIS(1, 5), D_PIS(1, 6), D_PIS(1, 7),
23 D_PIS(2, 4), D_PIS(2, 5), D_PIS(2, 6), D_PIS(2, 7),
25 D_PIS(3, 4), D_PIS(3, 5), D_PIS(3, 6), D_PIS(3, 7),
26 D_PIS(4, 0), D_PIS(4, 1), D_PIS(4, 2), D_PIS(4, 3),
27 D_PIS(4, 4), D_PIS(4, 5), D_PIS(4, 6), D_PIS(4, 7),
29 D_PIS(5, 4), D_PIS(5, 5), D_PIS(5, 6), D_PIS(5, 7),
31 D_PIS(6, 4), D_PIS(6, 5), D_PIS(6, 6), D_PIS(6, 7),
[all …]
/kernel/linux/linux-6.6/arch/x86/crypto/
Dtwofish-i586-asm_32.S17 #define ctx 4 /* Twofish context structure */
20 #define b_offset 4
64 * d input register containing d (already rol $1)
67 #define encrypt_round(a,b,c,d,round)\ argument
68 push d ## D;\
70 mov s1(%ebp,%edi,4),d ## D;\
72 mov s2(%ebp,%edi,4),%esi;\
74 ror $16, b ## D;\
75 xor s2(%ebp,%edi,4),d ## D;\
77 ror $16, a ## D;\
[all …]
Dtwofish-x86_64-asm_64.S14 #define b_offset 4
63 * d input register containing d (already rol $1)
66 #define encrypt_round(a,b,c,d,round)\ argument
68 mov s1(%r11,%rdi,4),%r8d;\
70 mov s2(%r11,%rdi,4),%r9d;\
72 ror $16, b ## D;\
73 xor s2(%r11,%rdi,4),%r8d;\
75 ror $16, a ## D;\
76 xor s3(%r11,%rdi,4),%r9d;\
78 xor s3(%r11,%rdi,4),%r8d;\
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Dtwofish-i586-asm_32.S17 #define ctx 4 /* Twofish context structure */
20 #define b_offset 4
64 * d input register containing d (already rol $1)
67 #define encrypt_round(a,b,c,d,round)\ argument
68 push d ## D;\
70 mov s1(%ebp,%edi,4),d ## D;\
72 mov s2(%ebp,%edi,4),%esi;\
74 ror $16, b ## D;\
75 xor s2(%ebp,%edi,4),d ## D;\
77 ror $16, a ## D;\
[all …]
Dtwofish-x86_64-asm_64.S14 #define b_offset 4
63 * d input register containing d (already rol $1)
66 #define encrypt_round(a,b,c,d,round)\ argument
68 mov s1(%r11,%rdi,4),%r8d;\
70 mov s2(%r11,%rdi,4),%r9d;\
72 ror $16, b ## D;\
73 xor s2(%r11,%rdi,4),%r8d;\
75 ror $16, a ## D;\
76 xor s3(%r11,%rdi,4),%r9d;\
78 xor s3(%r11,%rdi,4),%r8d;\
[all …]
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dpoly1305-core.S_shipped36 and x9,x9,#-4
137 and x10,x14,#-4 // final reduction
193 tst x14,#-4 // see if it's carried/borrowed
239 and x10,x14,#-4 // final reduction
250 .align 4
266 str w13,[x0,#16*4] // s2
339 .align 4
389 sub x0,x0,#4
393 sub x0,x0,#4
396 bl poly1305_mult // r^4
[all …]
Dsha512-ce-core.S15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
17 .set .Lv\b\().2d, \b
40 .align 4
85 ld1 {v\rc1\().2d}, [x4], #16
87 add v5.2d, v\rc0\().2d, v\in0\().2d
91 add v\i3\().2d, v\i3\().2d, v5.2d
94 sha512su0 v\in0\().2d, v\in1\().2d
96 sha512h q\i3, q6, v7.2d
98 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d
100 add v\i4\().2d, v\i1\().2d, v\i3\().2d
[all …]
Dnh-neon-core.S40 ld1 {\k3\().4s}, [KEY], #16
43 add T0.4s, T3.4s, \k0\().4s
44 add T1.4s, T3.4s, \k1\().4s
45 add T2.4s, T3.4s, \k2\().4s
46 add T3.4s, T3.4s, \k3\().4s
49 mov T4.d[0], T0.d[1]
50 mov T5.d[0], T1.d[1]
51 mov T6.d[0], T2.d[1]
52 mov T7.d[0], T3.d[1]
53 umlal PASS0_SUMS.2d, T0.2s, T4.2s
[all …]
/kernel/linux/linux-6.6/arch/arm64/crypto/
Dsm4-neon-core.S41 zip1 RTMP0.4s, s0.4s, s1.4s; \
42 zip1 RTMP1.4s, s2.4s, s3.4s; \
43 zip2 RTMP2.4s, s0.4s, s1.4s; \
44 zip2 RTMP3.4s, s2.4s, s3.4s; \
45 zip1 s0.2d, RTMP0.2d, RTMP1.2d; \
46 zip2 s1.2d, RTMP0.2d, RTMP1.2d; \
47 zip1 s2.2d, RTMP2.2d, RTMP3.2d; \
48 zip2 s3.2d, RTMP2.2d, RTMP3.2d;
51 zip1 RTMP0.4s, s0.4s, s1.4s; \
52 zip1 RTMP1.4s, s2.4s, s3.4s; \
[all …]
Dsha512-ce-core.S15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
17 .set .Lv\b\().2d, \b
40 .align 4
85 ld1 {v\rc1\().2d}, [x4], #16
87 add v5.2d, v\rc0\().2d, v\in0\().2d
91 add v\i3\().2d, v\i3\().2d, v5.2d
94 sha512su0 v\in0\().2d, v\in1\().2d
96 sha512h q\i3, q6, v7.2d
98 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d
100 add v\i4\().2d, v\i1\().2d, v\i3\().2d
[all …]
Dsm4-ce-gcm-core.S19 .set .Lv\b\().4s, \b
41 pmull r0.1q, m0.1d, m1.1d; \
42 pmull T1.1q, m0.1d, T0.1d; \
43 pmull2 T0.1q, m0.2d, T0.2d; \
44 pmull2 r1.1q, m0.2d, m1.2d; \
59 pmull r0.1q, m0.1d, m1.1d; \
60 pmull r2.1q, m2.1d, m3.1d; \
61 pmull r4.1q, m4.1d, m5.1d; \
62 pmull r6.1q, m6.1d, m7.1d; \
63 pmull T1.1q, m0.1d, T0.1d; \
[all …]
Dnh-neon-core.S41 ld1 {\k3\().4s}, [KEY], #16
44 add T0.4s, T3.4s, \k0\().4s
45 add T1.4s, T3.4s, \k1\().4s
46 add T2.4s, T3.4s, \k2\().4s
47 add T3.4s, T3.4s, \k3\().4s
50 mov T4.d[0], T0.d[1]
51 mov T5.d[0], T1.d[1]
52 mov T6.d[0], T2.d[1]
53 mov T7.d[0], T3.d[1]
54 umlal PASS0_SUMS.2d, T0.2s, T4.2s
[all …]
Dchacha-neon-core.S42 ld1 {v12.4s}, [x10]
46 add v0.4s, v0.4s, v1.4s
51 add v2.4s, v2.4s, v3.4s
53 shl v1.4s, v4.4s, #12
54 sri v1.4s, v4.4s, #20
57 add v0.4s, v0.4s, v1.4s
62 add v2.4s, v2.4s, v3.4s
64 shl v1.4s, v4.4s, #7
65 sri v1.4s, v4.4s, #25
68 ext v1.16b, v1.16b, v1.16b, #4
[all …]
/kernel/linux/linux-6.6/arch/loongarch/lib/
Dmemset.S14 bstrins.d \r0, \r0, 15, 8
15 bstrins.d \r0, \r0, 31, 16
16 bstrins.d \r0, \r0, 63, 32
48 addi.d a0, a0, 1
49 addi.d a2, a2, -1
71 add.d a2, a0, a2
72 st.d a1, a0, 0
75 addi.d a3, a0, 8
76 bstrins.d a3, zero, 2, 0
78 addi.d a4, a2, -64
[all …]
Dclear_user.S34 addi.d a0, a0, 1
35 addi.d a1, a1, -1
54 add.d a2, a0, a1
55 0: st.d zero, a0, 0
58 addi.d a0, a0, 8
59 bstrins.d a0, zero, 2, 0
61 addi.d a3, a2, -64
66 1: st.d zero, a0, 0
67 2: st.d zero, a0, 8
68 3: st.d zero, a0, 16
[all …]
/kernel/linux/linux-5.10/arch/loongarch/lib/
Dmemset.S14 bstrins.d \r0, \r0, 15, 8
15 bstrins.d \r0, \r0, 31, 16
16 bstrins.d \r0, \r0, 63, 32
44 addi.d a0, a0, 1
45 addi.d a2, a2, -1
66 add.d a2, a0, a2
67 st.d a1, a0, 0
70 addi.d a3, a0, 8
71 bstrins.d a3, zero, 2, 0
73 addi.d a4, a2, -64
[all …]
Dclear_user.S34 addi.d a0, a0, 1
35 addi.d a1, a1, -1
54 add.d a2, a0, a1
55 0: st.d zero, a0, 0
58 addi.d a0, a0, 8
59 bstrins.d a0, zero, 2, 0
61 addi.d a3, a2, -64
66 1: st.d zero, a0, 0
67 2: st.d zero, a0, 8
68 3: st.d zero, a0, 16
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Ddisasm.c36 snprintf(buff, len, "%+d", insn->imm); in __func_get_name()
74 [BPF_ADD >> 4] = "+=",
75 [BPF_SUB >> 4] = "-=",
76 [BPF_MUL >> 4] = "*=",
77 [BPF_DIV >> 4] = "/=",
78 [BPF_OR >> 4] = "|=",
79 [BPF_AND >> 4] = "&=",
80 [BPF_LSH >> 4] = "<<=",
81 [BPF_RSH >> 4] = ">>=",
82 [BPF_NEG >> 4] = "neg",
[all …]
/kernel/linux/linux-6.6/kernel/bpf/
Ddisasm.c36 snprintf(buff, len, "%+d", insn->imm); in __func_get_name()
74 [BPF_ADD >> 4] = "+=",
75 [BPF_SUB >> 4] = "-=",
76 [BPF_MUL >> 4] = "*=",
77 [BPF_DIV >> 4] = "/=",
78 [BPF_OR >> 4] = "|=",
79 [BPF_AND >> 4] = "&=",
80 [BPF_LSH >> 4] = "<<=",
81 [BPF_RSH >> 4] = ">>=",
82 [BPF_NEG >> 4] = "neg",
[all …]
/kernel/linux/linux-5.10/kernel/bpf/
Ddisasm.c31 snprintf(buff, len, "%+d", insn->imm); in __func_get_name()
67 [BPF_ADD >> 4] = "+=",
68 [BPF_SUB >> 4] = "-=",
69 [BPF_MUL >> 4] = "*=",
70 [BPF_DIV >> 4] = "/=",
71 [BPF_OR >> 4] = "|=",
72 [BPF_AND >> 4] = "&=",
73 [BPF_LSH >> 4] = "<<=",
74 [BPF_RSH >> 4] = ">>=",
75 [BPF_NEG >> 4] = "neg",
[all …]
/kernel/linux/linux-5.10/arch/microblaze/lib/
Dfastcopy.S29 * between mem locations with size of xfer spec'd in bytes
40 /* move d to return register as value of function */
43 addi r4, r0, 4 /* n = 4 */
48 andi r4, r5, 3 /* n = d & 3 */
51 /* n = 4 - n (yields 3, 2, 1 transfers for 1, 2, 3 addr offset) */
52 rsubi r4, r4, 4
59 sbi r11, r5, 0 /* *d = h */
61 addi r5, r5, 1 /* d++ */
81 lwi r10, r6, 4 /* t2 = *(s + 4) */
84 swi r9, r5, 0 /* *(d + 0) = t1 */
[all …]
/kernel/linux/linux-6.6/arch/microblaze/lib/
Dfastcopy.S29 * between mem locations with size of xfer spec'd in bytes
40 /* move d to return register as value of function */
43 addi r4, r0, 4 /* n = 4 */
48 andi r4, r5, 3 /* n = d & 3 */
51 /* n = 4 - n (yields 3, 2, 1 transfers for 1, 2, 3 addr offset) */
52 rsubi r4, r4, 4
59 sbi r11, r5, 0 /* *d = h */
61 addi r5, r5, 1 /* d++ */
81 lwi r10, r6, 4 /* t2 = *(s + 4) */
84 swi r9, r5, 0 /* *(d + 0) = t1 */
[all …]
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
Dintel-pt-pkt-decoder-test.c31 {1, {4}, 0, {INTEL_PT_TNT, 1, 0}, 0, 0 },
43 {5, {0x4d, 1, 2, 3, 4}, 0, {INTEL_PT_TIP, 2, 0x4030201}, 0, 0 },
44 {7, {0x6d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP, 3, 0x60504030201}, 0, 0 },
45 {7, {0x8d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP, 4, 0x60504030201}, 0, 0 },
46 {9, {0xcd, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_TIP, 6, 0x807060504030201}, 0, 0 },
50 {5, {0x51, 1, 2, 3, 4}, 0, {INTEL_PT_TIP_PGE, 2, 0x4030201}, 0, 0 },
51 {7, {0x71, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 3, 0x60504030201}, 0, 0 },
52 {7, {0x91, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 4, 0x60504030201}, 0, 0 },
53 {9, {0xd1, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_TIP_PGE, 6, 0x807060504030201}, 0, 0 },
57 {5, {0x41, 1, 2, 3, 4}, 0, {INTEL_PT_TIP_PGD, 2, 0x4030201}, 0, 0 },
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
27 static void c2p_16x8(u32 d[4]) in c2p_16x8() argument
29 transp4(d, 8, 2); in c2p_16x8()
30 transp4(d, 1, 2); in c2p_16x8()
31 transp4x(d, 16, 2); in c2p_16x8()
32 transp4x(d, 2, 2); in c2p_16x8()
33 transp4(d, 4, 1); in c2p_16x8()
41 static const int perm_c2p_16x8[4] = { 1, 3, 0, 2 };
48 static inline void store_iplan2(void *dst, u32 bpp, u32 d[4]) in store_iplan2() argument
52 for (i = 0; i < bpp/2; i++, dst += 4) in store_iplan2()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
27 static void c2p_16x8(u32 d[4]) in c2p_16x8() argument
29 transp4(d, 8, 2); in c2p_16x8()
30 transp4(d, 1, 2); in c2p_16x8()
31 transp4x(d, 16, 2); in c2p_16x8()
32 transp4x(d, 2, 2); in c2p_16x8()
33 transp4(d, 4, 1); in c2p_16x8()
41 static const int perm_c2p_16x8[4] = { 1, 3, 0, 2 };
48 static inline void store_iplan2(void *dst, u32 bpp, u32 d[4]) in store_iplan2() argument
52 for (i = 0; i < bpp/2; i++, dst += 4) in store_iplan2()
[all …]

12345678910>>...160