Lines Matching refs:crypto_int32_q

748   crypto_int32 crypto_int32_q,crypto_int32_z;  in crypto_int32_nonzero_mask()  local
749 …$-1,%1\n testl %2,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_nonzero_mask()
765 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_nonzero_01() local
766 … $1,%1\n testl %2,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_nonzero_01()
782 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_positive_mask() local
783 … $-1,%1\n testl %2,%2\n cmovgl %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_positive_mask()
800 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_positive_01() local
801 …l $1,%1\n testl %2,%2\n cmovgl %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_positive_01()
818 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_zero_mask() local
819 … $-1,%1\n testl %2,%2\n cmovel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_zero_mask()
834 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_zero_01() local
835 …l $1,%1\n testl %2,%2\n cmovel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_zero_01()
850 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_unequal_mask() local
851 … $-1,%1\n cmpl %3,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_unequal_mask()
866 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_unequal_01() local
867 …l $1,%1\n cmpl %3,%2\n cmovnel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_unequal_01()
882 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_equal_mask() local
883 …l $-1,%1\n cmpl %3,%2\n cmovel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_equal_mask()
898 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_equal_01() local
899 …vl $1,%1\n cmpl %3,%2\n cmovel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_equal_01()
950 void crypto_int32_minmax(crypto_int32 *crypto_int32_p,crypto_int32 *crypto_int32_q) { in crypto_int32_minmax() argument
952 crypto_int32 crypto_int32_y = *crypto_int32_q; in crypto_int32_minmax()
957 *crypto_int32_q = crypto_int32_y; in crypto_int32_minmax()
962 *crypto_int32_q = crypto_int32_s; in crypto_int32_minmax()
972 *crypto_int32_q = crypto_int32_y; in crypto_int32_minmax()
980 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_smaller_mask() local
981 …l $-1,%1\n cmpl %3,%2\n cmovll %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_smaller_mask()
999 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_smaller_01() local
1000 …vl $1,%1\n cmpl %3,%2\n cmovll %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_smaller_01()
1018 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_leq_mask() local
1019 … $-1,%1\n cmpl %3,%2\n cmovlel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_leq_mask()
1034 crypto_int32 crypto_int32_q,crypto_int32_z; in crypto_int32_leq_01() local
1035 …l $1,%1\n cmpl %3,%2\n cmovlel %1,%0" : "=&r"(crypto_int32_z), "=&r"(crypto_int32_q) : "r"(crypto_… in crypto_int32_leq_01()