Searched refs:tt2 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 743 uint32_t ss1, ss2, tt1, tt2; in sm3c() local 750 tt2 = gg_j(vs1[4], vs1[5], vs1[6], j) + vs1[7] + ss1 + vs2[0]; in sm3c() 758 vd[5] = p_0(tt2); in sm3c() 763 tt2 = gg_j(vd[5], vs1[5], vd[7], j) + vs1[7] + ss1 + vs2[1]; in sm3c() 767 vd[4] = p_0(tt2); in sm3c()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | camellia-aesni-avx-asm_64.S | 299 tt1, tt2, tt3, kll, klr, krl, krr) \ argument 320 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 379 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
|
H A D | camellia-aesni-avx2-asm_64.S | 331 tt1, tt2, tt3, kll, klr, krl, krr) \ argument 352 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 411 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
|
/openbmc/linux/net/batman-adv/ |
H A D | translation-table.c | 91 const struct batadv_tt_common_entry *tt2 = data2; in batadv_compare_tt() local 93 return (tt1->vid == tt2->vid) && batadv_compare_eth(data1, data2); in batadv_compare_tt()
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 787 uint32_t tt0, tt1, tt2; 843 tt2 = tt1 & ~(0xff << sh2); 844 if (tt2 == 0) {
|