Home
last modified time | relevance | path

Searched full:carry (Results 1 – 25 of 29) sorted by relevance

12

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_div_impl.inc29 fixuint_t carry = 0;
32 n = (n << 1) | carry;
34 // carry = 0;
35 // if (r >= d) r -= d, carry = 1;
37 carry = s & 1;
40 n = (n << 1) | carry;
58 fixuint_t carry = 0;
61 n = (n << 1) | carry;
63 // carry = 0;
64 // if (r >= d) r -= d, carry = 1;
[all …]
H A Dudivmoddi4.c175 su_int carry = 0; in __udivmoddi4() local
177 // r:q = ((r:q) << 1) | carry in __udivmoddi4()
181 q.s.low = (q.s.low << 1) | carry; in __udivmoddi4()
182 // carry = 0; in __udivmoddi4()
186 // carry = 1; in __udivmoddi4()
189 carry = s & 1; in __udivmoddi4()
192 q.all = (q.all << 1) | carry; in __udivmoddi4()
/rk3399_ARM-atf/plat/xilinx/versal/aarch64/
H A Dversal_helpers.S69 * We don't need to carry out any memory initialization on VERSAL
/rk3399_ARM-atf/plat/xilinx/zynqmp/aarch64/
H A Dzynqmp_helpers.S80 * We don't need to carry out any memory initialization on ARM
/rk3399_ARM-atf/services/spd/opteed/
H A Dteesmc_opteed.h18 * All SMC Function IDs indicates SMC32 Calling Convention but will carry
/rk3399_ARM-atf/plat/hisilicon/poplar/aarch64/
H A Dpoplar_helpers.S81 * We don't need to carry out any memory initialization on ARM
/rk3399_ARM-atf/plat/arm/common/aarch64/
H A Darm_helpers.S82 * We don't need to carry out any memory initialization on ARM
/rk3399_ARM-atf/plat/amd/versal2/aarch64/
H A Dhelpers.S112 * We don't need to carry out any memory initialization on platform
/rk3399_ARM-atf/plat/hisilicon/hikey/aarch64/
H A Dhikey_helpers.S30 * We don't need to carry out any memory initialization
/rk3399_ARM-atf/plat/xilinx/versal_net/aarch64/
H A Dversal_net_helpers.S108 * We don't need to carry out any memory initialization on Versal NET
/rk3399_ARM-atf/docs/process/
H A Dsecurity-hardening.rst72 would allow it to carry out side-channel timing attacks against the Secure
/rk3399_ARM-atf/plat/hisilicon/hikey960/aarch64/
H A Dhikey960_helpers.S34 * We don't need to carry out any memory initialization
/rk3399_ARM-atf/licenses/
H A DLICENSE-APACHE-2.0.txt98 (b) You must cause any modified files to carry prominent notices
/rk3399_ARM-atf/services/arm_arch_svc/
H A Darm_arch_svc_setup.c49 * Firmware doesn't have to carry out dynamic workaround if the in smccc_arch_features()
/rk3399_ARM-atf/plat/marvell/armada/common/aarch64/
H A Dmarvell_helpers.S119 * We don't need to carry out any memory initialization on ARM
/rk3399_ARM-atf/plat/brcm/board/stingray/aarch64/
H A Dplat_helpers.S134 * We don't need to carry out any memory initialization
/rk3399_ARM-atf/plat/rpi/common/aarch64/
H A Dplat_helpers.S161 * No need to carry out any memory initialization.
/rk3399_ARM-atf/lib/aarch32/
H A Dcache_helpers.S76 * and will carry out the operation on each data cache from level 0
/rk3399_ARM-atf/lib/aarch64/
H A Dcache_helpers.S154 * and will carry out the operation on each data cache from level 0
/rk3399_ARM-atf/docs/getting_started/
H A Drt-svc-writers-guide.rst159 function must carry out any essential EL3 initialization prior to receiving a
/rk3399_ARM-atf/docs/components/
H A Dexception-handling.rst472 - *Yielding* SMCs carry the semantics of a preemptible, lower-priority request.
H A Dcontext-management-library.rst543 lower exception levels NS(EL2/EL1) will carry forward those values to EL3.
/rk3399_ARM-atf/include/arch/aarch32/
H A Del3_common_macros.S215 * CPU or secondary CPU. The primary CPU will be allowed to carry on with
/rk3399_ARM-atf/include/arch/aarch64/
H A Del3_common_macros.S134 * CPU or secondary CPU. The primary CPU will be allowed to carry on with
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst694 | | on GitHub | to carry out its | used to build |

12