Home | History | Annotate | Download | only in x86

Lines Matching defs:AX

95 #define AX		ax
96 #define EAX ax
157 #define AX %ax
443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX)
562 #define OUT1_W(a) CHOICE(outw (a), outw ARG2(AX,a), _WTOG out a)
818 #define W_AX AX
1179 #define IN_W in AX, DX
1279 #define OUT_W out DX, AX