Searched refs:inw (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/MC/X86/ |
D | x86-64.s | 249 inw %dx label 280 inw (%dx), %ax label
|
D | intel-syntax.s | 439 inw DX define
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 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)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2800 def : InstAlias<"inw\t{%dx|dx}", (IN16rr), 0>; 2803 def : InstAlias<"inw\t$port", (IN16ri i8imm:$port), 0>;
|