This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Use i386-opc.tbl/i386-reg.tbl to generate i386_optab/i386_regtab


We run out of bits in opcode_modifier and operand_types in x86
assembler. This patch is the first step to use i386-opc.tbl and
i386-reg.tbl to generate i386_optab and i386_regtab.  I will turn
them to bitfields later. I will change i386-gen.c to regenerate
i386-tbl.h without changing i386-opc.tbl nor i386-reg.tbl.

In i386-opc.tbl or i386-reg.tbl, you can use // like C++ comments
and any line started with '#' will be preserved.


H.J.

Attachment: opcodes-x86-gen-3.patch.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]