Home | History | Annotate | Download | only in x86

Lines Matching defs:DX

107 #define DX		dx
108 #define EDX dx
169 #define DX %dx
442 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
444 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
446 * directly, but not in IN1_W(DX), for instance, even if IN1_ looks nicer
555 #define OUT_L CHOICE(outl (DX), outl ARG2(EAX,DX), _LTOG out DX)
556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX)
557 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
559 * directly, but not in OUT1_W(DX), for instance, even if OUT1_ looks nicer
836 #define W_DX DX
1178 #define IN_L in EAX, DX
1179 #define IN_W in AX, DX
1180 #define IN_B in AL, DX
1278 #define OUT_L out DX, EAX
1279 #define OUT_W out DX, AX
1280 #define OUT_B out DX, AL