aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/CBuiltins.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-09-02 17:17:00 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-09-02 17:17:00 +0200
commitcfee340dc514e2cfbc5df910f7aa687e78a54d41 (patch)
tree1b6544f0dbbc628ee1b10c191a794c1ef5ab9ab8 /powerpc/CBuiltins.ml
parent30ebbcd0731f680d1d283afb99318fb9d6e9cead (diff)
downloadcompcert-kvx-cfee340dc514e2cfbc5df910f7aa687e78a54d41.tar.gz
compcert-kvx-cfee340dc514e2cfbc5df910f7aa687e78a54d41.zip
Added builtin for the icbtls instruction.
This commit adds a builtin for the icbtls instruction.
Diffstat (limited to 'powerpc/CBuiltins.ml')
-rw-r--r--powerpc/CBuiltins.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/powerpc/CBuiltins.ml b/powerpc/CBuiltins.ml
index 8dbf02e5..012e4d32 100644
--- a/powerpc/CBuiltins.ml
+++ b/powerpc/CBuiltins.ml
@@ -98,6 +98,8 @@ let builtins = {
(TVoid [], [TPtr (TVoid [],[]);TInt (IInt, []);TInt (IInt,[])],false);
"__builtin_dcbtls",
(TVoid[], [TPtr (TVoid [],[]);TInt (IInt,[])],false);
+ "__builtin_icbtls",
+ (TVoid[], [TPtr (TVoid [],[]);TInt (IInt,[])],false);
(* Access to special registers *)
"__builtin_get_spr",
(TInt(IUInt, []), [TInt(IInt, [])], false);