Searched refs:atomic_dec_return (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/powerpc/include/asm/ |
D | atomic.h | 70 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/ |
D | aantidep-def-ec.mir | 26 …%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…
|
D | post-ra-ec.ll | 25 …%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/ |
D | aantidep-def-ec.mir | 26 …%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…
|
D | post-ra-ec.ll | 25 …%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/ |
D | atomic-long.h | 242 return (long)atomic_dec_return(v); in atomic_long_dec_return()
|