HomeSort by: relevance | last modified time | path
    Searched defs:crypto_int64_q (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 1280 crypto_int64 crypto_int64_q,crypto_int64_z; local
1281 __asm__ ("xorq %0,%0\n movq $-1,%1\n testq %2,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1297 crypto_int64 crypto_int64_q,crypto_int64_z; local
1298 __asm__ ("xorq %0,%0\n movq $1,%1\n testq %2,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1314 crypto_int64 crypto_int64_q,crypto_int64_z; local
1315 __asm__ ("xorq %0,%0\n movq $-1,%1\n testq %2,%2\n cmovgq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1332 crypto_int64 crypto_int64_q,crypto_int64_z; local
1333 __asm__ ("xorq %0,%0\n movq $1,%1\n testq %2,%2\n cmovgq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1350 crypto_int64 crypto_int64_q,crypto_int64_z; local
1351 __asm__ ("xorq %0,%0\n movq $-1,%1\n testq %2,%2\n cmoveq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc")
1366 crypto_int64 crypto_int64_q,crypto_int64_z; local
1382 crypto_int64 crypto_int64_q,crypto_int64_z; local
1398 crypto_int64 crypto_int64_q,crypto_int64_z; local
1414 crypto_int64 crypto_int64_q,crypto_int64_z; local
1430 crypto_int64 crypto_int64_q,crypto_int64_z; local
1512 crypto_int64 crypto_int64_q,crypto_int64_z; local
1531 crypto_int64 crypto_int64_q,crypto_int64_z; local
1550 crypto_int64 crypto_int64_q,crypto_int64_z; local
1566 crypto_int64 crypto_int64_q,crypto_int64_z; local
    [all...]
sntrup761.c 1280 crypto_int64 crypto_int64_q,crypto_int64_z; local
1281 __asm__ ("xorq %0,%0\n movq $-1,%1\n testq %2,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1297 crypto_int64 crypto_int64_q,crypto_int64_z; local
1298 __asm__ ("xorq %0,%0\n movq $1,%1\n testq %2,%2\n cmovneq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1314 crypto_int64 crypto_int64_q,crypto_int64_z; local
1315 __asm__ ("xorq %0,%0\n movq $-1,%1\n testq %2,%2\n cmovgq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1332 crypto_int64 crypto_int64_q,crypto_int64_z; local
1333 __asm__ ("xorq %0,%0\n movq $1,%1\n testq %2,%2\n cmovgq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc");
1350 crypto_int64 crypto_int64_q,crypto_int64_z; local
1351 __asm__ ("xorq %0,%0\n movq $-1,%1\n testq %2,%2\n cmoveq %1,%0" : "=&r"(crypto_int64_z), "=&r"(crypto_int64_q) : "r"(crypto_int64_x) : "cc")
1366 crypto_int64 crypto_int64_q,crypto_int64_z; local
1382 crypto_int64 crypto_int64_q,crypto_int64_z; local
1398 crypto_int64 crypto_int64_q,crypto_int64_z; local
1414 crypto_int64 crypto_int64_q,crypto_int64_z; local
1430 crypto_int64 crypto_int64_q,crypto_int64_z; local
1512 crypto_int64 crypto_int64_q,crypto_int64_z; local
1531 crypto_int64 crypto_int64_q,crypto_int64_z; local
1550 crypto_int64 crypto_int64_q,crypto_int64_z; local
1566 crypto_int64 crypto_int64_q,crypto_int64_z; local
    [all...]

Completed in 43 milliseconds