Searched refs:crypto_int32_q (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sntrup761.c | 748 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_nonzero_mask() local 749 …$-1,%1\n testl %2,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_nonzero_mask() 765 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_nonzero_01() local 766 … $1,%1\n testl %2,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_nonzero_01() 782 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_positive_mask() local 783 … $-1,%1\n testl %2,%2\n cmovgl %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_positive_mask() 800 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_positive_01() local 801 …l $1,%1\n testl %2,%2\n cmovgl %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_positive_01() 818 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_zero_mask() local 819 … $-1,%1\n testl %2,%2\n cmovel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_zero_mask() [all …]
|