Home
last modified time | relevance | path

Searched +full:- +full:gt (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/
H A DSoftFloat-source.html31 <TD>5.1. Standard Headers <CODE>&lt;stdbool.h&gt;</CODE> and
32 <CODE>&lt;stdint.h&gt;</CODE></TD>
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 …]
H A DSoftFloat.html29 <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>
52 <TR><TD></TD><TD>8.7. Round-to-Integer Functions</TD></TR>
55 <TR><TD></TD><TD>8.10. Raise-Exception Function</TD></TR>
[all …]
/optee_os/ta/pkcs11/scripts/
H A Dverify-helpers.sh2 # SPDX-License-Identifier: BSD-2-Clause
6 basepath="$(dirname $(dirname $(readlink -f "$0")))"
8 details () [[ ${SHOW_DETAILS} -ne 0 ]]
12 SYMBOL_LIST="$(grep PKCS11\_$PREFIX\_ ${basepath}/include/pkcs11_ta.h | cut -f2 | cut '-d ' -f1)"
13 details && echo -e "\e[4m${PREFIX}\e[0m"
15 details && echo -e "symbol\tuses\tstatus"
17 details && echo -n "$symbol"
18 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
19 details && echo -n -e "\t${COUNT}\t"
20 PRESENT="$(grep PKCS11_ID.*\($symbol.*\) ${basepath}/src/pkcs11_helpers.c | wc -l)"
[all …]
/optee_os/core/arch/arm/crypto/
H A Dsm4_armv8a_ce_a64.S1 /* SPDX-License-Identifier: BSD-2-Clause */
8 * Cryptographic Extension for ARMv8.2-A.
10 * The CE implementation refers to Linux kernel (sm4-ce-core.S contributed
16 .arch armv8.2-a+crypto+sm4
40 /* round keys: v0-v7 */
50 /* plain blocks: v8-v15 */
72 stp x15, x16, [sp, #-0x10]!
73 stp x17, x18, [sp, #-0x10]!
74 stp x19, x20, [sp, #-0x10]!
75 stp x21, x22, [sp, #-0x10]!
[all …]
H A Dsm4_armv8a_aese_a64.S1 /* SPDX-License-Identifier: BSD-2-Clause */
8 * optional Cryptographic Extension for ARMv8-A.
10 * The NEON implementation refers to Linux kernel (sm4-neon-core.S contributed
21 .arch armv8-a+crypto
49 /* round keys: v0-v7 */
59 /* plain blocks: v8-v15 */
93 stp x15, x16, [sp, #-0x10]!
94 stp x17, x18, [sp, #-0x10]!
95 stp x19, x20, [sp, #-0x10]!
96 stp x21, x22, [sp, #-0x10]!
[all …]
/optee_os/core/arch/arm/kernel/
H A Dentry_a64.S1 /* SPDX-License-Identifier: BSD-2-Clause */
3 * Copyright (c) 2015-2025, Linaro Limited
4 * Copyright (c) 2021-2023, Arm Limited
12 #include <generated/asm-defines.h>
26 * stack_tmp + (cpu_id + 1) * stack_tmp_stride - STACK_TMP_GUARD
39 /* x0 = stack_tmp - STACK_TMP_GUARD */
210 ldp x3, x4, [x1, #-16]!
211 stp x3, x4, [x0, #-16]!
213 b.gt copy_init
228 bic x0, x0, #(SMALL_PAGE_SIZE - 1)
[all …]
/optee_os/.github/workflows/
H A Dci.yml6 group: ci-${{ github.ref }} # unique per branch
7 cancel-in-progress: true # cancel previous runs on the same branch
11 runs-on: ubuntu-latest
14 - name: Checkout
17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
18 - name: Update Git config
19 run: git config --globa
[all...]