diff options
| author | Dan Gohman <gohman@apple.com> | 2008-03-05 01:08:17 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-03-05 01:08:17 +0000 |
| commit | d91446de7a89a22c8ea1cbfd40fe2528467a4ccb (patch) | |
| tree | fffb85a482dca3e869d198b294f10cd38bd13c23 /include/llvm | |
| parent | 6130f66eaae89f8878590796977678afa8448926 (diff) | |
Codegen support for i128 SINT_TO_FP.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
| -rw-r--r-- | include/llvm/CodeGen/RuntimeLibcalls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h index 7468bf3d34..637c429c6d 100644 --- a/include/llvm/CodeGen/RuntimeLibcalls.h +++ b/include/llvm/CodeGen/RuntimeLibcalls.h @@ -110,6 +110,10 @@ namespace RTLIB { SINTTOFP_I64_F64, SINTTOFP_I64_F80, SINTTOFP_I64_PPCF128, + SINTTOFP_I128_F32, + SINTTOFP_I128_F64, + SINTTOFP_I128_F80, + SINTTOFP_I128_PPCF128, UINTTOFP_I32_F32, UINTTOFP_I32_F64, UINTTOFP_I64_F32, |
