Home
last modified time | relevance | path

Searched refs:atomic_dec_return (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/powerpc/include/asm/
Datomic.h70 static __inline__ int atomic_dec_return(atomic_t *v) in atomic_dec_return() function
90 #define atomic_dec(v) ((void) atomic_dec_return((v)))
91 #define atomic_dec_and_test(v) (atomic_dec_return((v)) == 0)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Daantidep-def-ec.mir26 …%1 = tail call i32 asm sideeffect "\0Alwsync \0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\0…
86 …INLINEASM &"\0Alwsync \0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\09addic\09$0,$0,-1\0A\09…
Dpost-ra-ec.ll25 …%2 = tail call i32 asm sideeffect "\09lwsync\0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\09…
/external/llvm/test/CodeGen/PowerPC/
Daantidep-def-ec.mir26 …%1 = tail call i32 asm sideeffect "\0Alwsync \0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\0…
106 …INLINEASM $"\0Alwsync \0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\09addic\09$0,$0,-1\0A\09…
Dpost-ra-ec.ll25 …%2 = tail call i32 asm sideeffect "\09lwsync\0A1:\09lwarx\09$0,0,$1\09\09# atomic_dec_return\0A\09…
/external/u-boot/include/asm-generic/
Datomic-long.h242 return (long)atomic_dec_return(v); in atomic_long_dec_return()