aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/RuntimeLibcalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/RuntimeLibcalls.h')
-rw-r--r--include/llvm/CodeGen/RuntimeLibcalls.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h
index 77d008e..7468bf3 100644
--- a/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -49,21 +49,24 @@ namespace RTLIB {
// FLOATING POINT
ADD_F32,
ADD_F64,
+ ADD_F80,
ADD_PPCF128,
SUB_F32,
SUB_F64,
+ SUB_F80,
SUB_PPCF128,
MUL_F32,
MUL_F64,
+ MUL_F80,
MUL_PPCF128,
DIV_F32,
DIV_F64,
+ DIV_F80,
DIV_PPCF128,
REM_F32,
REM_F64,
+ REM_F80,
REM_PPCF128,
- NEG_F32,
- NEG_F64,
POWI_F32,
POWI_F64,
POWI_F80,
@@ -74,8 +77,12 @@ namespace RTLIB {
SQRT_PPCF128,
SIN_F32,
SIN_F64,
+ SIN_F80,
+ SIN_PPCF128,
COS_F32,
COS_F64,
+ COS_F80,
+ COS_PPCF128,
POW_F32,
POW_F64,
POW_F80,