Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/clang/Basic/BuiltinsLoongArch.def is written in an unsupported language. File is not indexed.

0001 //==- BuiltinsLoongArch.def - LoongArch Builtin function database -- C++ -*-==//
0002 //
0003 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0004 // See https://llvm.org/LICENSE.txt for license information.
0005 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0006 //
0007 //===----------------------------------------------------------------------===//
0008 //
0009 // This file defines the LoongArch-specific builtin function database.  Users of
0010 // this file must define the BUILTIN macro to make use of this information.
0011 //
0012 //===----------------------------------------------------------------------===//
0013 
0014 #if defined(BUILTIN) && !defined(TARGET_BUILTIN)
0015 #   define TARGET_BUILTIN(ID, TYPE, ATTRS, FEATURE) BUILTIN(ID, TYPE, ATTRS)
0016 #endif
0017 
0018 // Definition of LoongArch basic builtins.
0019 #include "clang/Basic/BuiltinsLoongArchBase.def"
0020 
0021 // Definition of LSX builtins.
0022 #include "clang/Basic/BuiltinsLoongArchLSX.def"
0023 
0024 // Definition of LASX builtins.
0025 #include "clang/Basic/BuiltinsLoongArchLASX.def"
0026 
0027 #undef BUILTIN
0028 #undef TARGET_BUILTIN