Lines Matching refs:crypto_int64_r
1454 crypto_int64 crypto_int64_r = crypto_int64_y ^ crypto_int64_x; in crypto_int64_min()
1456 crypto_int64_z ^= crypto_int64_r & (crypto_int64_z ^ crypto_int64_y); in crypto_int64_min()
1458 crypto_int64_z &= crypto_int64_r; in crypto_int64_min()
1473 crypto_int64 crypto_int64_r = crypto_int64_y ^ crypto_int64_x; in crypto_int64_max()
1475 crypto_int64_z ^= crypto_int64_r & (crypto_int64_z ^ crypto_int64_y); in crypto_int64_max()
1477 crypto_int64_z &= crypto_int64_r; in crypto_int64_max()
1493 crypto_int64 crypto_int64_r, crypto_int64_s; in crypto_int64_minmax() local
1494 …__asm__ ("cmp %2,%3\n csel %0,%2,%3,lt\n csel %1,%3,%2,lt" : "=&r"(crypto_int64_r), "=r"(crypto_in… in crypto_int64_minmax()
1495 *crypto_int64_p = crypto_int64_r; in crypto_int64_minmax()
1498 crypto_int64 crypto_int64_r = crypto_int64_y ^ crypto_int64_x; in crypto_int64_minmax() local
1500 crypto_int64_z ^= crypto_int64_r & (crypto_int64_z ^ crypto_int64_y); in crypto_int64_minmax()
1502 crypto_int64_z &= crypto_int64_r; in crypto_int64_minmax()
1522 crypto_int64 crypto_int64_r = crypto_int64_x ^ crypto_int64_y; in crypto_int64_smaller_mask()
1524 crypto_int64_z ^= crypto_int64_r & (crypto_int64_z ^ crypto_int64_x); in crypto_int64_smaller_mask()
1541 crypto_int64 crypto_int64_r = crypto_int64_x ^ crypto_int64_y; in crypto_int64_smaller_01()
1543 crypto_int64_z ^= crypto_int64_r & (crypto_int64_z ^ crypto_int64_x); in crypto_int64_smaller_01()