Searched refs:crypto_int16_q (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sntrup761.c | 223 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_nonzero_mask() local 224 …$-1,%1\n testw %2,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_nonzero_mask() 240 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_nonzero_01() local 241 … $1,%1\n testw %2,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_nonzero_01() 257 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_positive_mask() local 258 … $-1,%1\n testw %2,%2\n cmovgw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_positive_mask() 275 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_positive_01() local 276 …w $1,%1\n testw %2,%2\n cmovgw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_positive_01() 293 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_zero_mask() local 294 … $-1,%1\n testw %2,%2\n cmovew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_zero_mask() [all …]
|