Lines Matching refs:crypto_int64_q
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()
1368 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_zero_01() local
1369 …q $1,%1\n testq %2,%2\n cmoveq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_zero_01()
1384 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_unequal_mask() local
1385 … $-1,%1\n cmpq %3,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_unequal_mask()
1400 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_unequal_01() local
1401 …q $1,%1\n cmpq %3,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_unequal_01()
1416 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_equal_mask() local
1417 …q $-1,%1\n cmpq %3,%2\n cmoveq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_equal_mask()
1432 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_equal_01() local
1433 …vq $1,%1\n cmpq %3,%2\n cmoveq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_equal_01()
1484 void crypto_int64_minmax(crypto_int64 *crypto_int64_p,crypto_int64 *crypto_int64_q) { in crypto_int64_minmax() argument
1486 crypto_int64 crypto_int64_y = *crypto_int64_q; in crypto_int64_minmax()
1491 *crypto_int64_q = crypto_int64_y; in crypto_int64_minmax()
1496 *crypto_int64_q = crypto_int64_s; in crypto_int64_minmax()
1506 *crypto_int64_q = crypto_int64_y; in crypto_int64_minmax()
1514 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_smaller_mask() local
1515 …q $-1,%1\n cmpq %3,%2\n cmovlq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_smaller_mask()
1533 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_smaller_01() local
1534 …vq $1,%1\n cmpq %3,%2\n cmovlq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_smaller_01()
1552 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_leq_mask() local
1553 … $-1,%1\n cmpq %3,%2\n cmovleq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_leq_mask()
1568 crypto_int64 crypto_int64_q,crypto_int64_z; in crypto_int64_leq_01() local
1569 …q $1,%1\n cmpq %3,%2\n cmovleq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_… in crypto_int64_leq_01()