Searched refs:t6 (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/newlib/port/riscv/ |
D | port_stdatomic.S | 12 li t6, 24 13 bne \offset, t6, 1f // do atomic operation in case var is not splited between 2 words 34 li t6, 0xffff 35 sll t6, t6, t1 36 not t6, t6 // t6 - bitwise mask 40 and t3, t2, t6 // t3 - masked aliged memory. Atomic variable part is zeroed here 52 li t6, 0xffff 53 sll t6, t6, t1 54 not t6, t6 // t6 - bitwise mask 58 and t3, t2, t6 // t3 - masked aliged memory. Atomic variable part is zeroed here [all …]
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc.c | 697 uECC_word_t t6[NUM_ECC_WORDS]; in XYcZ_addC() local 708 uECC_vli_modSub(t6, X2, X1, curve->p, num_words); /* t6 = C - B */ in XYcZ_addC() 709 uECC_vli_modMult_fast(Y1, Y1, t6, curve); /* t2 = y1 * (C - B) = E */ in XYcZ_addC() 710 uECC_vli_modAdd(t6, X1, X2, curve->p, num_words); /* t6 = B + C */ in XYcZ_addC() 712 uECC_vli_modSub(X2, X2, t6, curve->p, num_words); /* t3 = D - (B + C) = x3 */ in XYcZ_addC() 720 uECC_vli_modSub(t7, t7, t6, curve->p, num_words); /* t7 = F - (B + C) = x3' */ in XYcZ_addC() 721 uECC_vli_modSub(t6, t7, X1, curve->p, num_words); /* t6 = x3' - B */ in XYcZ_addC() 722 uECC_vli_modMult_fast(t6, t6, t5, curve); /* t6 = (y2+y1)*(x3' - B) */ in XYcZ_addC() 724 uECC_vli_modSub(Y1, t6, Y1, curve->p, num_words); in XYcZ_addC()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc.c | 696 uECC_word_t t6[NUM_ECC_WORDS]; in XYcZ_addC() local 707 uECC_vli_modSub(t6, X2, X1, curve->p, num_words); /* t6 = C - B */ in XYcZ_addC() 708 uECC_vli_modMult_fast(Y1, Y1, t6, curve); /* t2 = y1 * (C - B) = E */ in XYcZ_addC() 709 uECC_vli_modAdd(t6, X1, X2, curve->p, num_words); /* t6 = B + C */ in XYcZ_addC() 711 uECC_vli_modSub(X2, X2, t6, curve->p, num_words); /* t3 = D - (B + C) = x3 */ in XYcZ_addC() 719 uECC_vli_modSub(t7, t7, t6, curve->p, num_words); /* t7 = F - (B + C) = x3' */ in XYcZ_addC() 720 uECC_vli_modSub(t6, t7, X1, curve->p, num_words); /* t6 = x3' - B */ in XYcZ_addC() 721 uECC_vli_modMult_fast(t6, t6, t5, curve); /* t6 = (y2+y1)*(x3' - B) */ in XYcZ_addC() 723 uECC_vli_modSub(Y1, t6, Y1, curve->p, num_words); in XYcZ_addC()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu_asm.S | 83 sw t6, RV_SLP_CTX_T6(t0) 212 lw t6, RV_SLP_CTX_T6(t0)
|
/hal_espressif-latest/components/riscv/ |
D | vectors.S | 53 sw t6, RV_STK_T6(sp) 93 lw t6, RV_STK_T6(sp)
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 77 STRUCT_FIELD (long, 4, RV_STK_T6, t6)
|
D | rvsleep-frames.h | 79 STRUCT_FIELD (long, 4, RV_SLP_CTX_T6, t6)
|