Home | History | Annotate | Download | only in config

Lines Matching refs:xlo

7554 /* Invert low-order SIZE bits of XHI:XLO.  */
7557 neon_invert_size (unsigned *xlo, unsigned *xhi, int size)
7559 unsigned immlo = xlo ? *xlo : 0;
7584 if (xlo)
7585 *xlo = immlo;