Home | History | Annotate | Download | only in include

Lines Matching refs:_y

566     UWtype _x = (x), _y, _a, _c;					\
567 __asm__ ("mux1 %0 = %1, @rev" : "=r" (_y) : "r" (_x)); \
568 __asm__ ("czx1.l %0 = %1" : "=r" (_a) : "r" (-_y | _y)); \