Home
last modified time | relevance | path

Searched refs:tt2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c743 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 Dcamellia-aesni-avx-asm_64.S299 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 Dcamellia-aesni-avx2-asm_64.S331 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 Dtranslation-table.c91 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 Dtcg-target.c.inc787 uint32_t tt0, tt1, tt2;
843 tt2 = tt1 & ~(0xff << sh2);
844 if (tt2 == 0) {