Lines Matching refs:crypto_int16_q
223 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_nonzero_mask() local
224 …$-1,%1\n testw %2,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_nonzero_mask()
240 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_nonzero_01() local
241 … $1,%1\n testw %2,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_nonzero_01()
257 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_positive_mask() local
258 … $-1,%1\n testw %2,%2\n cmovgw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_positive_mask()
275 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_positive_01() local
276 …w $1,%1\n testw %2,%2\n cmovgw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_positive_01()
293 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_zero_mask() local
294 … $-1,%1\n testw %2,%2\n cmovew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_zero_mask()
309 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_zero_01() local
310 …w $1,%1\n testw %2,%2\n cmovew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_zero_01()
325 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_unequal_mask() local
326 … $-1,%1\n cmpw %3,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_unequal_mask()
341 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_unequal_01() local
342 …w $1,%1\n cmpw %3,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_unequal_01()
357 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_equal_mask() local
358 …w $-1,%1\n cmpw %3,%2\n cmovew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_equal_mask()
373 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_equal_01() local
374 …vw $1,%1\n cmpw %3,%2\n cmovew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_equal_01()
425 void crypto_int16_minmax(crypto_int16 *crypto_int16_p,crypto_int16 *crypto_int16_q) { in crypto_int16_minmax() argument
427 crypto_int16 crypto_int16_y = *crypto_int16_q; in crypto_int16_minmax()
432 *crypto_int16_q = crypto_int16_y; in crypto_int16_minmax()
437 *crypto_int16_q = crypto_int16_s; in crypto_int16_minmax()
447 *crypto_int16_q = crypto_int16_y; in crypto_int16_minmax()
455 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_smaller_mask() local
456 …w $-1,%1\n cmpw %3,%2\n cmovlw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_smaller_mask()
474 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_smaller_01() local
475 …vw $1,%1\n cmpw %3,%2\n cmovlw %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_smaller_01()
493 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_leq_mask() local
494 … $-1,%1\n cmpw %3,%2\n cmovlew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_leq_mask()
509 crypto_int16 crypto_int16_q,crypto_int16_z; in crypto_int16_leq_01() local
510 …w $1,%1\n cmpw %3,%2\n cmovlew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_… in crypto_int16_leq_01()