forked from OSchip/llvm-project
parent
236e14017f
commit
c9aeef24c7
|
@ -15,12 +15,12 @@
|
|||
// The format of this database matches clang/Basic/Builtins.def.
|
||||
|
||||
|
||||
// This one below is not generated from the autogenerated iset.py.
|
||||
// So make sure you donot overwrite this one.
|
||||
// This ones below are not autogenerated from iset.py.
|
||||
// Make sure you do not overwrite these.
|
||||
BUILTIN(__builtin_SI_to_SXTHI_asrh, "ii", "")
|
||||
BUILTIN(__builtin_circ_ldd, "LLi*LLi*LLi*ii", "")
|
||||
// This one above is not generated from the autogenerated iset.py.
|
||||
// So make sure you donot overwrite this one.
|
||||
// This ones above are not autogenerated from iset.py.
|
||||
// Make sure you do not overwrite these.
|
||||
|
||||
BUILTIN(__builtin_HEXAGON_C2_cmpeq,"bii","")
|
||||
BUILTIN(__builtin_HEXAGON_C2_cmpgt,"bii","")
|
||||
|
|
Loading…
Reference in New Issue