Home | History | Annotate | Download | only in x86

Lines Matching refs:XOR_L

681 #define XOR_L(a, b)	CHOICE(xorl ARG2(a,b), xorl ARG2(a,b), _LTOG xor ARG2(b,a))
1402 #define XOR_L(a, b) xor L_(b), L_(a)