Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 246) sorted by relevance

12345678910

/optee_os/lib/libutils/compiler-rt/
H A DREADME.txt1 Compiler-RT
4 This directory and its subdirectories contain source code for the compiler
7 Compiler-RT is open source software. You may freely distribute it under the
/optee_os/core/arch/riscv/
H A Driscv.mk1 # Setup compiler for the core module
8 COMPILER_core := $(COMPILER)
12 # Defines the cc-option macro using the compiler set for the core module
113 # Default values for "-mcmodel" compiler flag
240 ta-mk-file-export-add-ta_rv32 += COMPILER ?= gcc_nl_
241 ta-mk-file-export-add-ta_rv32 += COMPILER_ta_rv32 ?= $$(COMPILER)_nl_
279 ta-mk-file-export-add-ta_rv64 += COMPILER ?= gcc_nl_
280 ta-mk-file-export-add-ta_rv64 += COMPILER_ta_rv64 ?= $$(COMPILER)_nl_
284 # Set cross compiler prefix for each TA target
/optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/
H A DSoftFloat-source.html61 and should be compilable with any ISO-Standard C compiler that also supports
63 SoftFloat has been successfully compiled with the GNU C Compiler
86 The C compiler used must conform at a minimum to the 1989 ANSI standard for the
93 Since 1999, ISO standards for C have mandated compiler support for
95 A compiler conforming to the 1999 C Standard or later is recommended but not
103 If these headers are not supplied with the C compiler, minimal substitutes must
263 <NOBR><CODE>&lt;execution-environment&gt;-&lt;compiler&gt;</CODE></NOBR>.
269 <NOBR><CODE>&lt;compiler&gt;</CODE></NOBR> is <CODE>GCC</CODE>,
300 If the target&rsquo;s compiler or library has bugs or other shortcomings,
315 With any recent compiler, these standard headers are likely to be supported,
[all …]
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md13 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when…
50 * A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compi…
73 * A C compiler for the host platform, for some test data.
75 If you are cross-compiling, you must set the `CC` environment variable to a C compiler for the host…
87 We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are su…
109 …FLAGS` by setting them in your environment or on the make command line; compiler warning options m…
111 …en you want to get rid of its default content (for example because your compiler doesn't accept `-…
141 …CMake buildsystem. Most of them are available for gcc and clang, though some are compiler-specific:
150 - `Check`. This activates the compiler warnings that depend on optimization and treats all warnin…
160 Note that, with CMake, you can't adjust the compiler or its flags after the
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dint_endianness.h1 //===-- int_endianness.h - configuration header for compiler-rt -----------===//
9 // This file is a configuration header for compiler-rt.
78 // compiler (at least with GCC)
H A Dint_types.h1 //===-- int_lib.h - configuration header for compiler-rt -----------------===//
72 // compiler-rt with clang, but if they happen to be doing a standalone build for
155 // still makes it 80 bits. Clang will match whatever compiler it is trying to
182 // Since compiler-rt only implements the tf set of libcalls, we use long double
H A Dint_lib.h1 //===-- int_lib.h - configuration header for compiler-rt -----------------===//
9 // This file is a configuration header for compiler-rt.
91 // Include the standard compiler builtin headers we use functionality from.
/optee_os/lib/libmbedtls/mbedtls/library/
H A Daesce.h28 * potentially suitable compiler (compiler version & flags are not checked when defining
130 #error "AES hardware acceleration not supported on this platform / compiler"
H A Dcommon.h24 * Undefine and restore __section and __data from compiler.h to prevent
43 * declared `static` to allow the compiler to optimize for code size,
108 /* If we aren't sure the compiler supports our non-standard tricks,
388 /* Define compiler branch hints */
397 /* MBEDTLS_ASSUME may be used to provide additional information to the compiler
422 /* Suppress compiler warnings for unused functions and variables. */
/optee_os/core/include/
H A Dscattered_array.h8 #include <compiler.h>
120 * SCATTERED_ARRAY_BEGIN() is passed directly the compiler may notice that
122 * function the compiler will have no such knowledge about the pointer.
H A Dio.h8 #include <compiler.h>
16 * Make sure that compiler reads/writes given variable only once. This is needed
18 * at any moment. Compiler does not knows about this, so it can optimize memory
20 * These macro enforce compiler to access memory only once.
/optee_os/lib/libutils/ext/include/
H A Dconfig.h10 * @brief Check for macro definition in compiler-visible expressions
18 * that can exist in a standard expression and be seen by the compiler
/optee_os/core/lib/qcbor/
H A DREADME.md18 use can disabled. No #ifdefs or compiler options need to be set for
263 To enable all the compiler warnings that are used in the QCBOR release process
301 compiler takes care of it on its own.
347 headers). This is useful if the compiler options deny the usage of floating
351 #### Compiler options
355 it is usually possible to give options to the compiler to avoid all
381 All QCBOR_DISABLE_XXX are set and compiler stack frame checking is disabled
421 The gcc compiler output is usually smaller than llvm because stack
537 * Michael Richarson for CI set up and fixing some compiler warnings
/optee_os/lib/libutils/isoc/include/
H A Dassert.h8 #include <compiler.h>
35 * compiler it will never return. This can be used to avoid the warning:
/optee_os/core/arch/arm/
H A Darm.mk1 # Setup compiler for the core module
8 COMPILER_core := $(COMPILER)
11 # Defines the cc-option macro using the compiler set for the core module
373 ta-mk-file-export-add-ta_arm32 += COMPILER ?= gcc_nl_
374 ta-mk-file-export-add-ta_arm32 += COMPILER_ta_arm32 ?= $$(COMPILER)_nl_
428 ta-mk-file-export-add-ta_arm64 += COMPILER ?= gcc_nl_
429 ta-mk-file-export-add-ta_arm64 += COMPILER_ta_arm64 ?= $$(COMPILER)_nl_
433 # Set cross compiler prefix for each TA target
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt.c401 " MSVC compiler detected.\n"
404 " Clang compiler " __clang_version__ ".\n"
406 " Intel C Compiler " __VERSION__ ".\n"
408 " GCC compiler " __VERSION__ ".\n"
/optee_os/lib/libutils/
H A Dsub.mk3 subdirs-$(CFG_LIBUTILS_WITH_COMPILER_RT) += compiler-rt
/optee_os/core/drivers/crypto/caam/hal/imx_8q/
H A Dhal_clk.c6 #include <compiler.h>
H A Dhal_ctrl.c6 #include <compiler.h>
/optee_os/core/drivers/crypto/caam/hal/ls/
H A Dhal_clk.c8 #include <compiler.h>
H A Dhal_ctrl.c9 #include <compiler.h>
/optee_os/core/drivers/crypto/caam/hal/imx_8m/
H A Dhal_clk.c8 #include <compiler.h>
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dlink_dummies_paged.c5 #include <compiler.h>
/optee_os/lib/libutils/ext/arch/arm/
H A Dauxval.c6 #include <compiler.h>
/optee_os/core/kernel/
H A Dnv_counter.c6 #include <compiler.h>

12345678910