Searched refs:Reg8 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-tbl.h17 { Reg8|Reg16|Reg32|Reg64,
18 Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S } },
22 Reg8|Reg16|Reg32 } },
26 Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S } },
93 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
97 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
105 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
117 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
129 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
133 { Reg8|BaseInde
[all...]
H A Di386-opc.h146 #define Reg8 0x1 /* 8 bit reg */ macro
194 #define Reg (Reg8|Reg16|Reg32|Reg64) /* gen'l register */
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1444 { Reg8, "r8" },
1903 if (((i.types[0] & Reg8) != 0
1905 || ((i.types[1] & Reg8) != 0
1907 || (((i.types[0] & Reg8) != 0 || (i.types[1] & Reg8) != 0)
1916 if ((i.types[x] & Reg8) != 0
2339 if (i.types[op] & Reg8)
2856 if ((i.types[0] & Reg8))
2877 i.suffix = ((i.types[op] & Reg8) ? BYTE_MNEM_SUFFIX :
3051 if (i.types[op] & Reg8)
[all...]

Completed in 159 milliseconds