Home
last modified time | relevance | path

Searched full:e1 (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/arch/alpha/lib/
Dstxncpy.S55 lda t2, -1 # e1 : build a mask against false zero
58 ornot t1, t2, t2 # .. e1 :
60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
62 beq a2, $a_eoc # .. e1 :
63 bne t8, $a_eos # .. e1 :
70 addq a0, 8, a0 # .. e1 :
72 addq a1, 8, a1 # .. e1 :
74 cmpbge zero, t0, t8 # .. e1 (stall)
75 beq a2, $a_eoc # e1 :
76 beq t8, $a_loop # e1 :
[all …]
Dstxcpy.S47 lda t2, -1 # e1 : build a mask against false zero
50 ornot t1, t2, t2 # .. e1 :
52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
54 bne t8, $a_eos # .. e1 :
62 addq a0, 8, a0 # .. e1 :
64 addq a1, 8, a1 # .. e1 :
66 beq t8, $a_loop # .. e1 (zdb)
74 and t8, t6, t12 # e1 (stall)
79 bne t6, 1f # .. e1 (zdb)
84 subq t12, 1, t6 # .. e1 :
[all …]
Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
27 ldq_u $21,7($16) # .. e1 : handle misalignment
30 ldq_u $1,8($16) # .. e1 :
32 ldq_u $22,15($16) # .. e1 :
35 ldq_u $2,0($17) # .. e1 :
37 ldq_u $23,7($17) # .. e1 :
40 ldq_u $3,8($17) # .. e1 :
42 ldq_u $24,15($17) # .. e1 :
45 or $0,$21,$0 # .. e1 : 1st src word complete
47 addq $20,$0,$20 # .. e1 : begin summing the words
[all …]
Dmemchr.S51 beq $18, $not_found # .. e1 :
52 ldq_u $1, 0($16) # e1 : load first quadword
55 cmpult $18, 9, $4 # .. e1 :
57 lda $3, -1($31) # .. e1 :
59 addq $16, $5, $5 # .. e1 :
60 or $2, $17, $17 # e1 : $17 = 00000000chchchch
63 or $2, $17, $17 # e1 : $17 = chchchchchchchch
65 beq $4, $first_quad # .. e1 :
67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
70 or $7, $6, $1 # .. e1 : $1 = quadword starting at $16
[all …]
Dclear_user.S34 beq $4, 1f # .. e1 :
37 subq $0, 8, $0 # .. e1 :
39 addq $16, 8, $16 # .. e1 :
40 bne $4, 0b # e1 :
44 beq $1, $tail # .. e1 :
47 subq $0, 8, $0 # .. e1 :
49 subq $0, 8, $0 # .. e1 :
51 subq $0, 8, $0 # .. e1 :
53 subq $0, 8, $0 # .. e1 :
55 addq $16, 32, $16 # .. e1 :
[all …]
Dstrrchr.S23 mov zero, t6 # .. e1 : t6 is last match aligned addr
25 mov zero, t8 # .. e1 : t8 is last match byte compare mask
27 ldq_u t0, 0(a0) # .. e1 : load first quadword
29 andnot a0, 7, v0 # .. e1 : align source addr
31 lda t4, -1 # .. e1 : build garbage mask
33 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
35 or t5, a1, a1 # .. e1 : character replication complete
37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
41 bne t1, $eos # .. e1 : did we already hit the terminator?
[all …]
Dstrchr.S23 ldq_u t0, 0(a0) # .. e1 : load first quadword
25 andnot a0, 7, v0 # .. e1 : align our loop pointer
27 lda t4, -1 # .. e1 : build garbage mask
29 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
31 or t5, a1, a1 # .. e1 :
33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
35 xor t0, a1, t1 # .. e1 : make bytes == c zero
37 or t2, t3, t0 # e1 : bits set iff char match or zero match
39 bne t0, $found # .. e1 (zdb)
42 addq v0, 8, v0 # .. e1 :
[all …]
Dmemset.S33 and $17,255,$1 /* E1 */
36 sll $17,16,$1 /* E1 (p-c latency, next cycle) */
39 sll $17,32,$1 /* E1 (p-c latency, next cycle) */
41 ldq_u $31,0($30) /* .. E1 */
46 bis $16,$16,$0 /* .. E1 */
48 ble $18,end /* .. E1 */
51 beq $1,within_one_quad /* .. E1 (note EV5 zero-latency forwarding) */
53 beq $3,aligned /* .. E1 (note EV5 zero-latency forwarding) */
56 bis $16,$16,$5 /* .. E1 */
58 subq $3,8,$3 /* .. E1 */
[all …]
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstxncpy.S55 lda t2, -1 # e1 : build a mask against false zero
58 ornot t1, t2, t2 # .. e1 :
60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
62 beq a2, $a_eoc # .. e1 :
63 bne t8, $a_eos # .. e1 :
70 addq a0, 8, a0 # .. e1 :
72 addq a1, 8, a1 # .. e1 :
74 cmpbge zero, t0, t8 # .. e1 (stall)
75 beq a2, $a_eoc # e1 :
76 beq t8, $a_loop # e1 :
[all …]
Dstxcpy.S47 lda t2, -1 # e1 : build a mask against false zero
50 ornot t1, t2, t2 # .. e1 :
52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
54 bne t8, $a_eos # .. e1 :
62 addq a0, 8, a0 # .. e1 :
64 addq a1, 8, a1 # .. e1 :
66 beq t8, $a_loop # .. e1 (zdb)
74 and t8, t6, t12 # e1 (stall)
79 bne t6, 1f # .. e1 (zdb)
84 subq t12, 1, t6 # .. e1 :
[all …]
Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
27 ldq_u $21,7($16) # .. e1 : handle misalignment
30 ldq_u $1,8($16) # .. e1 :
32 ldq_u $22,15($16) # .. e1 :
35 ldq_u $2,0($17) # .. e1 :
37 ldq_u $23,7($17) # .. e1 :
40 ldq_u $3,8($17) # .. e1 :
42 ldq_u $24,15($17) # .. e1 :
45 or $0,$21,$0 # .. e1 : 1st src word complete
47 addq $20,$0,$20 # .. e1 : begin summing the words
[all …]
Dmemchr.S51 beq $18, $not_found # .. e1 :
52 ldq_u $1, 0($16) # e1 : load first quadword
55 cmpult $18, 9, $4 # .. e1 :
57 lda $3, -1($31) # .. e1 :
59 addq $16, $5, $5 # .. e1 :
60 or $2, $17, $17 # e1 : $17 = 00000000chchchch
63 or $2, $17, $17 # e1 : $17 = chchchchchchchch
65 beq $4, $first_quad # .. e1 :
67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
70 or $7, $6, $1 # .. e1 : $1 = quadword starting at $16
[all …]
Dclear_user.S34 beq $4, 1f # .. e1 :
37 subq $0, 8, $0 # .. e1 :
39 addq $16, 8, $16 # .. e1 :
40 bne $4, 0b # e1 :
44 beq $1, $tail # .. e1 :
47 subq $0, 8, $0 # .. e1 :
49 subq $0, 8, $0 # .. e1 :
51 subq $0, 8, $0 # .. e1 :
53 subq $0, 8, $0 # .. e1 :
55 addq $16, 32, $16 # .. e1 :
[all …]
Dstrrchr.S23 mov zero, t6 # .. e1 : t6 is last match aligned addr
25 mov zero, t8 # .. e1 : t8 is last match byte compare mask
27 ldq_u t0, 0(a0) # .. e1 : load first quadword
29 andnot a0, 7, v0 # .. e1 : align source addr
31 lda t4, -1 # .. e1 : build garbage mask
33 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero
35 or t5, a1, a1 # .. e1 : character replication complete
37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
41 bne t1, $eos # .. e1 : did we already hit the terminator?
[all …]
Dstrchr.S23 ldq_u t0, 0(a0) # .. e1 : load first quadword
25 andnot a0, 7, v0 # .. e1 : align our loop pointer
27 lda t4, -1 # .. e1 : build garbage mask
29 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
31 or t5, a1, a1 # .. e1 :
33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
35 xor t0, a1, t1 # .. e1 : make bytes == c zero
37 or t2, t3, t0 # e1 : bits set iff char match or zero match
39 bne t0, $found # .. e1 (zdb)
42 addq v0, 8, v0 # .. e1 :
[all …]
Dmemset.S33 and $17,255,$1 /* E1 */
36 sll $17,16,$1 /* E1 (p-c latency, next cycle) */
39 sll $17,32,$1 /* E1 (p-c latency, next cycle) */
41 ldq_u $31,0($30) /* .. E1 */
46 bis $16,$16,$0 /* .. E1 */
48 ble $18,end /* .. E1 */
51 beq $1,within_one_quad /* .. E1 (note EV5 zero-latency forwarding) */
53 beq $3,aligned /* .. E1 (note EV5 zero-latency forwarding) */
56 bis $16,$16,$5 /* .. E1 */
58 subq $3,8,$3 /* .. E1 */
[all …]
/kernel/linux/linux-6.6/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci33 expression E1;
37 * x = (T)\(kmalloc(E1, ...)\|vmalloc(E1)\|dma_alloc_coherent(...,E1,...)\|
38 kmalloc_node(E1, ...)\|kmem_cache_alloc(...)\|kmem_alloc(E1, ...)\|
39 devm_kmalloc(...,E1,...)\|kvmalloc(E1, ...)\|kvmalloc_node(E1,...)\);
41 * memset((T2)x,0,E1);
50 expression E1,E2,E3,E4;
55 - x = kmalloc(E1,E2);
56 + x = kzalloc(E1,E2);
58 - x = (T *)kmalloc(E1,E2);
59 + x = kzalloc(E1,E2);
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci33 expression E1;
37 * x = (T)\(kmalloc(E1, ...)\|vmalloc(E1)\|dma_alloc_coherent(...,E1,...)\|
38 kmalloc_node(E1, ...)\|kmem_cache_alloc(...)\|kmem_alloc(E1, ...)\|
39 devm_kmalloc(...,E1,...)\|kvmalloc(E1, ...)\|kvmalloc_node(E1,...)\);
41 * memset((T2)x,0,E1);
50 expression E1,E2,E3,E4;
55 - x = kmalloc(E1,E2);
56 + x = kzalloc(E1,E2);
58 - x = (T *)kmalloc(E1,E2);
59 + x = kzalloc(E1,E2);
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dexpr.c34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() argument
38 e->left.expr = e1; in expr_alloc_two()
52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() argument
54 if (!e1) in expr_alloc_and()
56 return e2 ? expr_alloc_two(E_AND, e1, e2) : e1; in expr_alloc_and()
59 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or() argument
61 if (!e1) in expr_alloc_or()
63 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or()
139 #define e1 (*ep1) macro
154 if (e1->type == type) { in __expr_eliminate_eq()
[all …]
/kernel/linux/linux-6.6/scripts/kconfig/
Dexpr.c34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() argument
38 e->left.expr = e1; in expr_alloc_two()
52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() argument
54 if (!e1) in expr_alloc_and()
56 return e2 ? expr_alloc_two(E_AND, e1, e2) : e1; in expr_alloc_and()
59 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or() argument
61 if (!e1) in expr_alloc_or()
63 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or()
139 #define e1 (*ep1) macro
154 if (e1->type == type) { in __expr_eliminate_eq()
[all …]
/kernel/linux/linux-6.6/scripts/coccinelle/misc/
Darray_size_dup.cocci20 expression E1, E2;
23 array_size(E1, E2)
26 expression subE1 <= as.E1;
28 expression as.E1, as.E2, E3;
33 * E1 * E2@p1
36 * array_size(E1, E2)@p2
55 expression subE1 <= as.E1;
57 expression as.E1, as.E2, E3;
62 * array_size(E1, E2)@p1
65 * E1 * E2@p2
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Darray_size_dup.cocci20 expression E1, E2;
23 array_size(E1, E2)
26 expression subE1 <= as.E1;
28 expression as.E1, as.E2, E3;
33 * E1 * E2@p1
36 * array_size(E1, E2)@p2
55 expression subE1 <= as.E1;
57 expression as.E1, as.E2, E3;
62 * array_size(E1, E2)@p1
65 * E1 * E2@p2
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Dsha1_ni_asm.S69 #define E1 %xmm2 macro
124 movdqa ABCD, E1
130 sha1nexte MSG1, E1
132 sha1rnds4 $0, E1, ABCD
139 movdqa ABCD, E1
147 sha1nexte MSG3, E1
150 sha1rnds4 $0, E1, ABCD
156 movdqa ABCD, E1
163 sha1nexte MSG1, E1
166 sha1rnds4 $1, E1, ABCD
[all …]
/kernel/linux/linux-6.6/arch/x86/crypto/
Dsha1_ni_asm.S68 #define E1 %xmm2 macro
123 movdqa ABCD, E1
129 sha1nexte MSG1, E1
131 sha1rnds4 $0, E1, ABCD
138 movdqa ABCD, E1
146 sha1nexte MSG3, E1
149 sha1rnds4 $0, E1, ABCD
155 movdqa ABCD, E1
162 sha1nexte MSG1, E1
165 sha1rnds4 $1, E1, ABCD
[all …]
/kernel/linux/linux-5.10/lib/crypto/
Dsha256.c32 #define e1(x) (ror32(x, 6) ^ ror32(x, 11) ^ ror32(x, 25)) macro
65 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; in sha256_transform()
67 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; in sha256_transform()
69 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; in sha256_transform()
71 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; in sha256_transform()
73 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; in sha256_transform()
75 t1 = c + e1(h) + Ch(h, a, b) + 0x59f111f1 + W[5]; in sha256_transform()
77 t1 = b + e1(g) + Ch(g, h, a) + 0x923f82a4 + W[6]; in sha256_transform()
79 t1 = a + e1(f) + Ch(f, g, h) + 0xab1c5ed5 + W[7]; in sha256_transform()
82 t1 = h + e1(e) + Ch(e, f, g) + 0xd807aa98 + W[8]; in sha256_transform()
[all …]

12345678910>>...18