Home
last modified time | relevance | path

Searched refs:s7 (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h90 unsigned long s7; member
154 unsigned long s7; member
/optee_os/lib/libutils/isoc/arch/riscv/
H A Dsetjmp_rv.S17 STR s7, REGOFF(7)(a0)
77 LDR s7, REGOFF(7)(a0)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha512.c410 uint64x2_t s7 = (uint64x2_t) vld1q_u8(msg + 16 * 7); in mbedtls_internal_sha512_process_many_a64_crypto() local
420 s7 = vreinterpretq_u64_u8(vrev64q_u8(vreinterpretq_u8_u64(s7))); in mbedtls_internal_sha512_process_many_a64_crypto()
473 initial_sum = vaddq_u64(s7, vld1q_u64(&K[14])); in mbedtls_internal_sha512_process_many_a64_crypto()
481 s0 = vsha512su1q_u64(vsha512su0q_u64(s0, s1), s7, vextq_u64(s4, s5, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
497 s2 = vsha512su1q_u64(vsha512su0q_u64(s2, s3), s1, vextq_u64(s6, s7, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
505 s3 = vsha512su1q_u64(vsha512su0q_u64(s3, s4), s2, vextq_u64(s7, s0, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
529 s6 = vsha512su1q_u64(vsha512su0q_u64(s6, s7), s5, vextq_u64(s2, s3, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
537 s7 = vsha512su1q_u64(vsha512su0q_u64(s7, s0), s6, vextq_u64(s3, s4, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
538 initial_sum = vaddq_u64(s7, vld1q_u64(&K[t + 14])); in mbedtls_internal_sha512_process_many_a64_crypto()
/optee_os/core/arch/arm/crypto/
H A Dsha1_armv8a_ce_a64.S23 dgb .req s7
H A Daes_modes_armv8a_ce_a32.S301 vmov s7, ip
/optee_os/core/arch/riscv/kernel/
H A Dabort.c122 ai->regs->s6, ai->regs->s7); in __print_abort_info()