Searched refs:t4 (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/newlib/port/riscv/ |
D | port_stdatomic.S | 23 srl t4, t2, t1 24 slli a0, t4, 0x10 41 or t4, t5, t3 // t4 - combine desire half-word with half-word from origin aligned memory 42 sc.w t3, t4, (t0) // t3 - atomic write result (0 - success) 59 or t4, t5, t3 // t4 - combine desire half-word with half-word from origin aligned memory 60 sc.w t3, t4, (t0) // t3 - atomic write result (0 - success) 62 srl t4, t2, t1 63 slli a0, t4, 0x10 77 sll t4, a2, t1 // t4 - shifted desired value to easy place into aligned memory 85 or t3, t4, t2 // t3 - combine desire half-word with half-word from origin aligned memory [all …]
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc.c | 459 uECC_word_t t4[NUM_ECC_WORDS]; in double_jacobian_default() local 467 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ in double_jacobian_default() 468 uECC_vli_modMult_fast(t5, X1, t4, curve); /* t5 = x1*y1^2 = A */ in double_jacobian_default() 469 uECC_vli_modSquare_fast(t4, t4, curve); /* t4 = y1^4 */ in double_jacobian_default() 495 uECC_vli_modSub(t4, X1, t4, curve->p, num_words); in double_jacobian_default() 499 uECC_vli_set(Y1, t4, num_words); in double_jacobian_default()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc.c | 459 uECC_word_t t4[NUM_ECC_WORDS]; in double_jacobian_default() local 467 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ in double_jacobian_default() 468 uECC_vli_modMult_fast(t5, X1, t4, curve); /* t5 = x1*y1^2 = A */ in double_jacobian_default() 469 uECC_vli_modSquare_fast(t4, t4, curve); /* t4 = y1^4 */ in double_jacobian_default() 495 uECC_vli_modSub(t4, X1, t4, curve->p, num_words); in double_jacobian_default() 499 uECC_vli_set(Y1, t4, num_words); in double_jacobian_default()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu_asm.S | 81 sw t4, RV_SLP_CTX_T4(t0) 214 lw t4, RV_SLP_CTX_T4(t0)
|
/hal_espressif-latest/components/riscv/ |
D | vectors.S | 51 sw t4, RV_STK_T4(sp) 91 lw t4, RV_STK_T4(sp)
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 75 STRUCT_FIELD (long, 4, RV_STK_T4, t4)
|
D | rvsleep-frames.h | 77 STRUCT_FIELD (long, 4, RV_SLP_CTX_T4, t4)
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_types.h | 1036 uint64_t t4; /**< Time of arrival of ACK at FTM Responder in pSec */ member
|