Lines Matching refs:crypto_int16_r
395 crypto_int16 crypto_int16_r = crypto_int16_y ^ crypto_int16_x; in crypto_int16_min()
397 crypto_int16_z ^= crypto_int16_r & (crypto_int16_z ^ crypto_int16_y); in crypto_int16_min()
399 crypto_int16_z &= crypto_int16_r; in crypto_int16_min()
414 crypto_int16 crypto_int16_r = crypto_int16_y ^ crypto_int16_x; in crypto_int16_max()
416 crypto_int16_z ^= crypto_int16_r & (crypto_int16_z ^ crypto_int16_y); in crypto_int16_max()
418 crypto_int16_z &= crypto_int16_r; in crypto_int16_max()
434 crypto_int16 crypto_int16_r, crypto_int16_s; in crypto_int16_minmax() local
435 …%w1,%w0,%w3,lt\n csel %w2,%w3,%w0,lt" : "+&r"(crypto_int16_x), "=&r"(crypto_int16_r), "=r"(crypto_… in crypto_int16_minmax()
436 *crypto_int16_p = crypto_int16_r; in crypto_int16_minmax()
439 crypto_int16 crypto_int16_r = crypto_int16_y ^ crypto_int16_x; in crypto_int16_minmax() local
441 crypto_int16_z ^= crypto_int16_r & (crypto_int16_z ^ crypto_int16_y); in crypto_int16_minmax()
443 crypto_int16_z &= crypto_int16_r; in crypto_int16_minmax()
463 crypto_int16 crypto_int16_r = crypto_int16_x ^ crypto_int16_y; in crypto_int16_smaller_mask()
465 crypto_int16_z ^= crypto_int16_r & (crypto_int16_z ^ crypto_int16_x); in crypto_int16_smaller_mask()
482 crypto_int16 crypto_int16_r = crypto_int16_x ^ crypto_int16_y; in crypto_int16_smaller_01()
484 crypto_int16_z ^= crypto_int16_r & (crypto_int16_z ^ crypto_int16_x); in crypto_int16_smaller_01()