Home
last modified time | relevance | path

Searched +full:out +full:- +full:br (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/
H A DSoftFloat.html13 John R. Hauser<BR>
14 2015 October 23<BR>
29 <TR><TD></TD><TD>4.2. Floating-Point Types</TD></TR>
30 <TR><TD></TD><TD>4.3. Supported Floating-Point Functions</TD></TR>
33 <TD>4.4. Non-canonical Representations in <CODE>extFloat80_t</CODE></TD>
42 <TD>6.3. Rounding Precision for the <NOBR>80-Bit</NOBR> Extended Format</TD>
46 <TR><TD></TD><TD>8.1. Conversions from Integer to Floating-Point</TD></TR>
47 <TR><TD></TD><TD>8.2. Conversions from Floating-Point to Integer</TD></TR>
48 <TR><TD></TD><TD>8.3. Conversions Among Floating-Point Types</TD></TR>
50 <TR><TD></TD><TD>8.5. Fused Multiply-Add Functions</TD></TR>
[all …]
H A DSoftFloat-source.html13 John R. Hauser<BR>
14 2015 October 23<BR>
34 <TR><TD></TD><TD>5.2. Specializing Floating-Point Behavior</TD></TR>
38 <TD></TD><TD>5.5. Target-Specific Optimization of Primitive Functions</TD>
53 SoftFloat, a library of C functions implementing binary floating-point
54 conforming to the IEEE Standard for Floating-Point Arithmetic.
60 The source code for SoftFloat is intended to be relatively machine-independent
61 and should be compilable with any ISO-Standard C compiler that also supports
62 <NOBR>64-bit</NOBR> integers.
81 (Nearly all computers in use today have <NOBR>8-bit</NOBR> bytes.)
[all …]
/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a64.S1 /* SPDX-License-Identifier: BSD-3-Clause */
26 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
58 stp x29, x30, [sp, #-16]!
68 .size setjmp, .-setjmp
78 stp x0, x1, [sp, #-16]!
79 stp x29, x30, [sp, #-16]!
88 stp x0, x1, [sp, #-16]!
108 // use br not ret, as ret is guaranteed to mispredict
109 br x30
111 .size longjmp, .-longjmp
/optee_os/core/arch/arm/kernel/
H A Dcache_helpers_a64.S3 * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
5 * SPDX-License-Identifier: BSD-3-Clause
41 /* ------------------------------------------
44 * ------------------------------------------
50 /* ------------------------------------------
53 * ------------------------------------------
59 /* ------------------------------------------
62 * ------------------------------------------
68 /* ------------------------------------------
71 * ------------------------------------------
[all …]
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
H A Daes.c1 /* LibTomCrypt, modular cryptographic library -- Tom St Denis */
2 /* SPDX-License-Identifier: Unlicense */
8 ---
9 * rijndael-alg-fst.c
17 * @author Paulo Barreto <paulo.barreto@terra.com.br>
18 ---
110 if (num_rounds != 0 && num_rounds != (10 + ((keylen/8)-2)*2)) { in SETUP()
114 skey->rijndael.Nr = 10 + ((keylen/8)-2)*2; in SETUP()
115 K = LTC_ALIGN_BUF(skey->rijndael.K, 16); in SETUP()
116 skey->rijndael.eK = K; in SETUP()
[all …]
/optee_os/mk/
H A Dconfig.mk1 # Default configuration values for OP-TEE core (all platforms).
3 # Platform-specific overrides are in core/arch/arm32/plat-*/conf.mk.
4 # Some subsystem-specific defaults are not here but rather in */sub.mk.
12 # 4. The platform-specific configuration file: core/arch/arm32/plat-*/conf.mk
14 # 6. Subsystem-specific makefiles (*/sub.mk)
16 # Actual values used during the build are output to $(out-dir)/conf.mk
19 # Cross-compiler prefix and suffix
21 CROSS_COMPILE ?= arm-linux-gnueabihf-
22 # Don't cross-compile if building on aarch64 natively
23 ifneq ($(shell uname -m),aarch64)
[all …]