diff options
| author | Lei Huang <lei@ca.ibm.com> | 2024-08-07 13:38:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 13:38:48 -0400 |
| commit | 64510c1411aff754e1b92659987846aba3a14d53 (patch) | |
| tree | 85c966d2607a1f50f8b00a01b3039ec33cc048e4 /lldb/test/API/python_api/debugger | |
| parent | 704f3034b2346ca70cdea1e33366530c82edd607 (diff) | |
| download | llvm-64510c1411aff754e1b92659987846aba3a14d53.zip llvm-64510c1411aff754e1b92659987846aba3a14d53.tar.gz llvm-64510c1411aff754e1b92659987846aba3a14d53.tar.bz2 | |
[PPC] Implement BCD assist builtins (#101390)
Implement BCD assist builtins for XL and GCC compatibility.
GCC compat:
```
unsigned int __builtin_cdtbcd (unsigned int);
unsigned int __builtin_cbcdtd (unsigned int);
unsigned int __builtin_addg6s (unsigned int, unsigned int);
```
64BIT XL compat:
```
long long __cdtbcd (long long);
long long __cbcdtd (long long);
long long __addg6s (long long source1, long long source2)
```
Diffstat (limited to 'lldb/test/API/python_api/debugger')
0 files changed, 0 insertions, 0 deletions
