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

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 221 crypto_int16 crypto_int16_q,crypto_int16_z; local
222 __asm__ ("xorw %0,%0\n movw $-1,%1\n testw %2,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_int16_x) : "cc");
238 crypto_int16 crypto_int16_q,crypto_int16_z; local
239 __asm__ ("xorw %0,%0\n movw $1,%1\n testw %2,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_int16_x) : "cc");
255 crypto_int16 crypto_int16_q,crypto_int16_z; local
256 __asm__ ("xorw %0,%0\n movw $-1,%1\n testw %2,%2\n cmovgw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_int16_x) : "cc");
273 crypto_int16 crypto_int16_q,crypto_int16_z; local
274 __asm__ ("xorw %0,%0\n movw $1,%1\n testw %2,%2\n cmovgw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_int16_x) : "cc");
291 crypto_int16 crypto_int16_q,crypto_int16_z; local
292 __asm__ ("xorw %0,%0\n movw $-1,%1\n testw %2,%2\n cmovew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_int16_x) : "cc")
307 crypto_int16 crypto_int16_q,crypto_int16_z; local
323 crypto_int16 crypto_int16_q,crypto_int16_z; local
339 crypto_int16 crypto_int16_q,crypto_int16_z; local
355 crypto_int16 crypto_int16_q,crypto_int16_z; local
371 crypto_int16 crypto_int16_q,crypto_int16_z; local
453 crypto_int16 crypto_int16_q,crypto_int16_z; local
472 crypto_int16 crypto_int16_q,crypto_int16_z; local
491 crypto_int16 crypto_int16_q,crypto_int16_z; local
507 crypto_int16 crypto_int16_q,crypto_int16_z; local
    [all...]

Completed in 30 milliseconds