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

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 593 crypto_int32 crypto_int32_y;
594 __asm__ ("asr %w0,%w1,31" : "=r"(crypto_int32_y) : "r"(crypto_int32_x) : );
595 return crypto_int32_y;
611 crypto_int32 crypto_int32_y;
612 __asm__ ("lsr %w0,%w1,31" : "=r"(crypto_int32_y) : "r"(crypto_int32_x) : );
613 return crypto_int32_y;
647 crypto_int32 crypto_int32_y;
648 __asm__ ("sbfx %w0,%w1,0,1" : "=r"(crypto_int32_y) : "r"(crypto_int32_x) : );
649 return crypto_int32_y;
663 crypto_int32 crypto_int32_y;
950 crypto_int32 crypto_int32_y = *crypto_int32_q; local
1047 crypto_int32_unsigned crypto_int32_y = crypto_int32_x; local
    [all...]
sntrup761.c 593 crypto_int32 crypto_int32_y;
594 __asm__ ("asr %w0,%w1,31" : "=r"(crypto_int32_y) : "r"(crypto_int32_x) : );
595 return crypto_int32_y;
611 crypto_int32 crypto_int32_y;
612 __asm__ ("lsr %w0,%w1,31" : "=r"(crypto_int32_y) : "r"(crypto_int32_x) : );
613 return crypto_int32_y;
647 crypto_int32 crypto_int32_y;
648 __asm__ ("sbfx %w0,%w1,0,1" : "=r"(crypto_int32_y) : "r"(crypto_int32_x) : );
649 return crypto_int32_y;
663 crypto_int32 crypto_int32_y;
950 crypto_int32 crypto_int32_y = *crypto_int32_q; local
1047 crypto_int32_unsigned crypto_int32_y = crypto_int32_x; local
    [all...]

Completed in 89 milliseconds