diff options
author | Jinsong Ji <jji@us.ibm.com> | 2021-06-28 02:46:33 +0000 |
---|---|---|
committer | Jinsong Ji <jji@us.ibm.com> | 2021-06-28 02:52:32 +0000 |
commit | eb237ffca821839374574b2195c865765ebf5d09 (patch) | |
tree | 6722317256dbdb2bfc79c6de5b3f9d7a603bd112 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 0f32d0034c7b9751b1ce7a89469328ac932faab8 (diff) | |
download | llvm-eb237ffca821839374574b2195c865765ebf5d09.zip llvm-eb237ffca821839374574b2195c865765ebf5d09.tar.gz llvm-eb237ffca821839374574b2195c865765ebf5d09.tar.bz2 |
[PowerPC] Add XL Compat fetch builtins
Prototype
```
unsigned int __fetch_and_add (volatile unsigned int* addr, unsigned int
val);
unsigned long __fetch_and_addlp (volatile unsigned long* addr, unsigned
long val);
```
Ref:
https://www.ibm.com/docs/en/xl-c-and-cpp-linux/16.1.1?topic=functions-fetch
Reviewed By: #powerpc, w2yehia, lkail
Differential Revision: https://reviews.llvm.org/D104991
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions