Searched refs:acc_hi (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_sp_c32.c | 476 uint32_t acc_hi; in sp_256to512_mul_8() local 481 acc_hi = 0; in sp_256to512_mul_8() 492 : "=rm" (accl), "=rm" (acch), "=rm" (acc_hi) in sp_256to512_mul_8() 493 : "0" (accl), "1" (acch), "2" (acc_hi), "a" (a[i]), "m" (b[j]) in sp_256to512_mul_8() 502 acch = acc_hi; in sp_256to512_mul_8() 516 uint64_t acc_hi; in sp_256to512_mul_8() 521 acc_hi = 0; in sp_256to512_mul_8() 532 : "=rm" (accl), "=rm" (acch), "=rm" (acc_hi) in sp_256to512_mul_8() 533 : "0" (accl), "1" (acch), "2" (acc_hi), "a" (aa[i]), "m" (bb[j]) in sp_256to512_mul_8() 542 acch = acc_hi; in sp_256to512_mul_8() [all …]
|