Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Datomic-long.h154 ATOMIC_LONG_FETCH_OP(andnot, ) in ATOMIC_LONG_FETCH_OP()
155 ATOMIC_LONG_FETCH_OP(andnot, _relaxed) in ATOMIC_LONG_FETCH_OP()
156 ATOMIC_LONG_FETCH_OP(andnot, _acquire) in ATOMIC_LONG_FETCH_OP()
157 ATOMIC_LONG_FETCH_OP(andnot, _release) in ATOMIC_LONG_FETCH_OP()
201 ATOMIC_LONG_OP(andnot)
/Linux-v4.19/arch/alpha/lib/
Dstrrchr.S29 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
Dev67-strrchr.S45 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
Dstrchr.S25 andnot a0, 7, v0 # .. e1 : align our loop pointer
38 andnot t0, t4, t0 # e0 : clear garbage bits
Dev67-strchr.S39 andnot a0, 7, v0 # E : align our loop pointer
58 andnot t0, t4, t0 # E : clear garbage bits
Dev67-strlen.S32 andnot $16, 7, $0 # E :
Dev67-strcat.S39 andnot $16, 7, $16 # E :
Dmemchr.S107 andnot $16, 0x7, $0 #-e1 :
123 andnot $18, 0x7, $18 # .. e1 :
Dstrcat.S26 andnot $16, 7, $16
Dstrlen.S28 andnot $16, 7, $0
Dstrncat.S31 andnot $16, 7, $16
Dstrncpy.S39 andnot $3, $4, $4
Dev6-memchr.S127 andnot $16, 0x7, $0 # E :
141 andnot $18, 0x7, $18 # E :
Dev67-strncat.S41 andnot $16, 7, $16 # E :
Dstxncpy.S319 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
Dev6-stxncpy.S366 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
Dstxcpy.S285 andnot t0, t2, t0 # .. e1 : zero place for source to reside
Dev6-stxcpy.S314 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)
/Linux-v4.19/arch/arm64/include/asm/
Datomic_lse.h42 ATOMIC_OP(andnot, stclr) in ATOMIC_OP() argument
73 ATOMIC_FETCH_OPS(andnot, ldclr)
239 ATOMIC64_OP(andnot, stclr) in ATOMIC64_OP() argument
270 ATOMIC64_FETCH_OPS(andnot, ldclr)
Datomic_ll_sc.h125 ATOMIC_OPS(andnot, bic) in ATOMIC_OPS()
219 ATOMIC64_OPS(andnot, bic)
/Linux-v4.19/lib/
Datomic64_test.c125 TEST(, andnot, &= ~, v1); in test_atomic()
177 TEST(64, andnot, &= ~, v1); in test_atomic64()
/Linux-v4.19/arch/arc/include/asm/
Datomic.h199 ATOMIC_OPS(andnot, &= ~, bic)
438 ATOMIC64_OPS(andnot, bic, bic)
/Linux-v4.19/arch/arm/include/asm/
Datomic.h239 ATOMIC_OPS(andnot, &= ~, bic)
395 ATOMIC64_OPS(andnot, bic, bic) in ATOMIC64_OPS()
/Linux-v4.19/Documentation/
Datomic_t.txt31 atomic_{and,or,xor,andnot}()
32 atomic_fetch_{and,or,xor,andnot}{,_relaxed,_acquire,_release}()
/Linux-v4.19/arch/alpha/include/asm/
Datomic.h180 ATOMIC_OPS(andnot, bic) in ATOMIC_OPS()