Home | History | Annotate | Download | only in x86

Lines Matching full:ror

591 #define ROR_L(a, b)	CHOICE(rorl ARG2(a,b), rorl ARG2(a,b), _LTOG ror ARG2(b,a))
592 #define ROR_W(a, b) CHOICE(rorw ARG2(a,b), rorw ARG2(a,b), _WTOG ror ARG2(b,a))
1312 #define ROR_L(a, b) ror L_(b), L_(a)
1313 #define ROR_W(a, b) ror W_(b), W_(a)
1314 #define ROR_B(a, b) ror B_(b), B_(a)