Searched refs:t5 (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/newlib/port/riscv/ |
D | port_stdatomic.S | 37 sll t5, a1, t1 // t5 - shifted new value to easy place into aligned memory 41 or t4, t5, t3 // t4 - combine desire half-word with half-word from origin aligned memory 55 sll t5, a1, t1 // t5 - shifted new value to easy place into aligned memory 59 or t4, t5, t3 // t4 - combine desire half-word with half-word from origin aligned memory 75 lhu t5, (a1) 76 sll t5, t5, t1 // t5 - shifted expect value to easy compare with aligned memory 82 bne t3, t5, 2f 186 li t5, 0xffff 187 sll t5, t5, t1 // t5 - bitwise mask 188 not t6, t5 // t6 - bitwise mask [all …]
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc.c | 460 uECC_word_t t5[NUM_ECC_WORDS]; in double_jacobian_default() local 468 uECC_vli_modMult_fast(t5, X1, t4, curve); /* t5 = x1*y1^2 = A */ in double_jacobian_default() 490 uECC_vli_modSub(Z1, Z1, t5, curve->p, num_words); /* t3 = B^2 - A */ in double_jacobian_default() 491 uECC_vli_modSub(Z1, Z1, t5, curve->p, num_words); /* t3 = B^2 - 2A = x3 */ in double_jacobian_default() 492 uECC_vli_modSub(t5, t5, Z1, curve->p, num_words); /* t5 = A - x3 */ in double_jacobian_default() 493 uECC_vli_modMult_fast(X1, X1, t5, curve); /* t1 = B * (A - x3) */ in double_jacobian_default() 666 uECC_word_t t5[NUM_ECC_WORDS]; in XYcZ_add() local 669 uECC_vli_modSub(t5, X2, X1, curve->p, num_words); /* t5 = x2 - x1 */ in XYcZ_add() 670 uECC_vli_modSquare_fast(t5, t5, curve); /* t5 = (x2 - x1)^2 = A */ in XYcZ_add() 671 uECC_vli_modMult_fast(X1, X1, t5, curve); /* t1 = x1*A = B */ in XYcZ_add() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc.c | 460 uECC_word_t t5[NUM_ECC_WORDS]; in double_jacobian_default() local 468 uECC_vli_modMult_fast(t5, X1, t4, curve); /* t5 = x1*y1^2 = A */ in double_jacobian_default() 490 uECC_vli_modSub(Z1, Z1, t5, curve->p, num_words); /* t3 = B^2 - A */ in double_jacobian_default() 491 uECC_vli_modSub(Z1, Z1, t5, curve->p, num_words); /* t3 = B^2 - 2A = x3 */ in double_jacobian_default() 492 uECC_vli_modSub(t5, t5, Z1, curve->p, num_words); /* t5 = A - x3 */ in double_jacobian_default() 493 uECC_vli_modMult_fast(X1, X1, t5, curve); /* t1 = B * (A - x3) */ in double_jacobian_default() 665 uECC_word_t t5[NUM_ECC_WORDS]; in XYcZ_add() local 668 uECC_vli_modSub(t5, X2, X1, curve->p, num_words); /* t5 = x2 - x1 */ in XYcZ_add() 669 uECC_vli_modSquare_fast(t5, t5, curve); /* t5 = (x2 - x1)^2 = A */ in XYcZ_add() 670 uECC_vli_modMult_fast(X1, X1, t5, curve); /* t1 = x1*A = B */ in XYcZ_add() [all …]
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu_asm.S | 82 sw t5, RV_SLP_CTX_T5(t0) 213 lw t5, RV_SLP_CTX_T5(t0)
|
/hal_espressif-latest/components/riscv/ |
D | vectors.S | 52 sw t5, RV_STK_T5(sp) 92 lw t5, RV_STK_T5(sp)
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 76 STRUCT_FIELD (long, 4, RV_STK_T5, t5)
|
D | rvsleep-frames.h | 78 STRUCT_FIELD (long, 4, RV_SLP_CTX_T5, t5)
|