Searched refs:crypto_int64_q (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sntrup761.c | 1282 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_nonzero_mask() local 1283 …$-1,%1\n testq %2,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_nonzero_mask() 1299 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_nonzero_01() local 1300 … $1,%1\n testq %2,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_nonzero_01() 1316 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_positive_mask() local 1317 … $-1,%1\n testq %2,%2\n cmovgq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_positive_mask() 1334 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_positive_01() local 1335 …q $1,%1\n testq %2,%2\n cmovgq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_positive_01() 1352 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_zero_mask() local 1353 … $-1,%1\n testq %2,%2\n cmoveq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_zero_mask() [all …]
|