aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/CBuiltins.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-09-26 10:51:00 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2017-09-26 10:51:00 +0200
commitc42707362b99da19cc7a3f2496d9620dcc0dfa62 (patch)
tree51482a67e86f3130b1cb3067c34c7b5cf31d91c1 /powerpc/CBuiltins.ml
parent0c36ecaed8fc861cb3e14b1396b0b6b6e754c199 (diff)
downloadcompcert-kvx-c42707362b99da19cc7a3f2496d9620dcc0dfa62.tar.gz
compcert-kvx-c42707362b99da19cc7a3f2496d9620dcc0dfa62.zip
Moved common buitlins to C2C gernic_builtins.
Diffstat (limited to 'powerpc/CBuiltins.ml')
-rw-r--r--powerpc/CBuiltins.ml8
1 files changed, 0 insertions, 8 deletions
diff --git a/powerpc/CBuiltins.ml b/powerpc/CBuiltins.ml
index d33d6252..35d6b89f 100644
--- a/powerpc/CBuiltins.ml
+++ b/powerpc/CBuiltins.ml
@@ -40,12 +40,6 @@ let builtins = {
(TInt(IInt, []), [TInt(IULong, [])], false);
"__builtin_ctzll",
(TInt(IInt, []), [TInt(IULongLong, [])], false);
- "__builtin_bswap",
- (TInt(IUInt, []), [TInt(IUInt, [])], false);
- "__builtin_bswap32",
- (TInt(IUInt, []), [TInt(IUInt, [])], false);
- "__builtin_bswap16",
- (TInt(IUShort, []), [TInt(IUShort, [])], false);
"__builtin_cmpb",
(TInt (IUInt, []), [TInt(IUInt, []);TInt(IUInt, [])], false);
(* Float arithmetic *)
@@ -65,8 +59,6 @@ let builtins = {
(TFloat(FDouble, []),
[TFloat(FDouble, []); TFloat(FDouble, []); TFloat(FDouble, [])],
false);
- "__builtin_fsqrt",
- (TFloat(FDouble, []), [TFloat(FDouble, [])], false);
"__builtin_frsqrte",
(TFloat(FDouble, []), [TFloat(FDouble, [])], false);
"__builtin_fres",