Home | History | Annotate | Download | only in x86

Lines Matching refs:rcr

585 #define RCR_L(a, b)	CHOICE(rcrl ARG2(a,b), rcrl ARG2(a,b), _LTOG rcr ARG2(b,a))
586 #define RCR_W(a, b) CHOICE(rcrw ARG2(a,b), rcrw ARG2(a,b), _WTOG rcr ARG2(b,a))
1305 #define RCR_L(a, b) rcr L_(b), L_(a)
1306 #define RCR_W(a, b) rcr W_(b), W_(a)
1307 #define RCR_B(a, b) rcr B_(b), B_(a)