/Linux-v5.10/arch/alpha/lib/ |
D | strrchr.S | 29 andnot a0, 7, v0 # .. e1 : align source addr 39 andnot t1, t4, t1 # .. e1 : clear garbage from null test 40 andnot t3, t4, t3 # e0 : clear garbage from char test
|
D | ev67-strrchr.S | 45 andnot a0, 7, v0 # E : align source addr 61 andnot t1, t4, t1 # E : clear garbage from null test 62 andnot t3, t4, t3 # E : clear garbage from char test
|
D | ev67-strchr.S | 39 andnot a0, 7, v0 # E : align our loop pointer 58 andnot t0, t4, t0 # E : clear garbage bits
|
D | strchr.S | 25 andnot a0, 7, v0 # .. e1 : align our loop pointer 38 andnot t0, t4, t0 # e0 : clear garbage bits
|
D | ev67-strlen.S | 32 andnot $16, 7, $0 # E :
|
D | ev67-strcat.S | 39 andnot $16, 7, $16 # E :
|
D | memchr.S | 107 andnot $16, 0x7, $0 #-e1 : 123 andnot $18, 0x7, $18 # .. e1 :
|
D | strcat.S | 26 andnot $16, 7, $16
|
D | strlen.S | 28 andnot $16, 7, $0
|
D | strncat.S | 31 andnot $16, 7, $16
|
D | strncpy.S | 39 andnot $3, $4, $4
|
D | ev6-memchr.S | 127 andnot $16, 0x7, $0 # E : 141 andnot $18, 0x7, $18 # E :
|
D | ev67-strncat.S | 41 andnot $16, 7, $16 # E :
|
D | stxncpy.S | 319 andnot t2, t6, t2 # e0 : dest mask for a single word copy 323 andnot t8, t3, t8 # e0 : 341 andnot t0, t2, t0 # e0 : zero place for source to reside
|
D | ev6-stxncpy.S | 366 andnot t2, t6, t2 # E : dest mask for a single word copy 372 andnot t8, t3, t8 # E : (stall) 389 andnot t0, t2, t0 # E : zero place for source to reside
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | atomic_lse.h | 23 ATOMIC_OP(andnot, stclr) in ATOMIC_OP() argument 49 ATOMIC_FETCH_OPS(andnot, ldclr) 176 ATOMIC64_OP(andnot, stclr) in ATOMIC64_OP() argument 202 ATOMIC64_FETCH_OPS(andnot, ldclr)
|
D | atomic_ll_sc.h | 130 ATOMIC_OPS(andnot, bic, ) in ATOMIC_OPS() 229 ATOMIC64_OPS(andnot, bic, )
|
D | percpu.h | 127 PERCPU_OP(andnot, bic, stclr)
|
/Linux-v5.10/scripts/atomic/fallbacks/ |
D | andnot | 3 ${arch}${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
|
/Linux-v5.10/arch/arc/include/asm/ |
D | atomic.h | 192 ATOMIC_OPS(andnot, &= ~, bic) 329 ATOMIC64_OPS(andnot, bic, bic)
|
/Linux-v5.10/lib/ |
D | atomic64_test.c | 121 TEST(, andnot, &= ~, v1); in test_atomic() 173 TEST(64, andnot, &= ~, v1); in test_atomic64()
|
/Linux-v5.10/scripts/atomic/ |
D | atomics.tbl | 27 andnot vF i v
|
/Linux-v5.10/arch/arm/include/asm/ |
D | atomic.h | 234 ATOMIC_OPS(andnot, &= ~, bic) 390 ATOMIC64_OPS(andnot, bic, bic) in ATOMIC64_OPS()
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | atomic.h | 179 ATOMIC_OPS(andnot, bic) in ATOMIC_OPS()
|
/Linux-v5.10/Documentation/ |
D | atomic_t.txt | 31 atomic_{and,or,xor,andnot}() 32 atomic_fetch_{and,or,xor,andnot}{,_relaxed,_acquire,_release}()
|