OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [opcodes/] [i386-gen.c] - Diff between revs 18 and 148

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 18 Rev 148
/* Copyright 2007, 2008, 2009, 2010, 2011
/* Copyright 2007, 2008, 2009, 2010, 2011
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
 
 
   This file is part of the GNU opcodes library.
   This file is part of the GNU opcodes library.
 
 
   This library is free software; you can redistribute it and/or modify
   This library is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3, or (at your option)
   the Free Software Foundation; either version 3, or (at your option)
   any later version.
   any later version.
 
 
   It is distributed in the hope that it will be useful, but WITHOUT
   It is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   License for more details.
   License for more details.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   MA 02110-1301, USA.  */
   MA 02110-1301, USA.  */
 
 
#include "sysdep.h"
#include "sysdep.h"
#include <stdio.h>
#include <stdio.h>
#include <errno.h>
#include <errno.h>
#include "getopt.h"
#include "getopt.h"
#include "libiberty.h"
#include "libiberty.h"
#include "hashtab.h"
#include "hashtab.h"
#include "safe-ctype.h"
#include "safe-ctype.h"
 
 
#include "i386-opc.h"
#include "i386-opc.h"
 
 
#include <libintl.h>
#include <libintl.h>
#define _(String) gettext (String)
#define _(String) gettext (String)
 
 
static const char *program_name = NULL;
static const char *program_name = NULL;
static int debug = 0;
static int debug = 0;
 
 
typedef struct initializer
typedef struct initializer
{
{
  const char *name;
  const char *name;
  const char *init;
  const char *init;
} initializer;
} initializer;
 
 
static initializer cpu_flag_init[] =
static initializer cpu_flag_init[] =
{
{
  { "CPU_UNKNOWN_FLAGS",
  { "CPU_UNKNOWN_FLAGS",
    "~CpuL1OM" },
    "~CpuL1OM" },
  { "CPU_GENERIC32_FLAGS",
  { "CPU_GENERIC32_FLAGS",
    "Cpu186|Cpu286|Cpu386" },
    "Cpu186|Cpu286|Cpu386" },
  { "CPU_GENERIC64_FLAGS",
  { "CPU_GENERIC64_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuLM" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuLM" },
  { "CPU_NONE_FLAGS",
  { "CPU_NONE_FLAGS",
   "0" },
   "0" },
  { "CPU_I186_FLAGS",
  { "CPU_I186_FLAGS",
    "Cpu186" },
    "Cpu186" },
  { "CPU_I286_FLAGS",
  { "CPU_I286_FLAGS",
    "Cpu186|Cpu286" },
    "Cpu186|Cpu286" },
  { "CPU_I386_FLAGS",
  { "CPU_I386_FLAGS",
    "Cpu186|Cpu286|Cpu386" },
    "Cpu186|Cpu286|Cpu386" },
  { "CPU_I486_FLAGS",
  { "CPU_I486_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486" },
    "Cpu186|Cpu286|Cpu386|Cpu486" },
  { "CPU_I586_FLAGS",
  { "CPU_I586_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu387" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu387" },
  { "CPU_I686_FLAGS",
  { "CPU_I686_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687" },
  { "CPU_PENTIUMPRO_FLAGS",
  { "CPU_PENTIUMPRO_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuNop" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuNop" },
  { "CPU_P2_FLAGS",
  { "CPU_P2_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuNop|CpuMMX" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuNop|CpuMMX" },
  { "CPU_P3_FLAGS",
  { "CPU_P3_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuNop|CpuMMX|CpuSSE" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuNop|CpuMMX|CpuSSE" },
  { "CPU_P4_FLAGS",
  { "CPU_P4_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuNop|CpuMMX|CpuSSE|CpuSSE2" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuNop|CpuMMX|CpuSSE|CpuSSE2" },
  { "CPU_NOCONA_FLAGS",
  { "CPU_NOCONA_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuLM" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuLM" },
  { "CPU_CORE_FLAGS",
  { "CPU_CORE_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3" },
  { "CPU_CORE2_FLAGS",
  { "CPU_CORE2_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuLM" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuLM" },
  { "CPU_COREI7_FLAGS",
  { "CPU_COREI7_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuRdtscp|CpuLM" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuRdtscp|CpuLM" },
  { "CPU_K6_FLAGS",
  { "CPU_K6_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuMMX" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuMMX" },
  { "CPU_K6_2_FLAGS",
  { "CPU_K6_2_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuNop|CpuMMX|Cpu3dnow" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuNop|CpuMMX|Cpu3dnow" },
  { "CPU_ATHLON_FLAGS",
  { "CPU_ATHLON_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|Cpu387|Cpu687|CpuNop|CpuMMX|Cpu3dnow|Cpu3dnowA" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|Cpu387|Cpu687|CpuNop|CpuMMX|Cpu3dnow|Cpu3dnowA" },
  { "CPU_K8_FLAGS",
  { "CPU_K8_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuNop|CpuMMX|Cpu3dnow|Cpu3dnowA|CpuSSE|CpuSSE2|CpuLM" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuNop|CpuMMX|Cpu3dnow|Cpu3dnowA|CpuSSE|CpuSSE2|CpuLM" },
  { "CPU_AMDFAM10_FLAGS",
  { "CPU_AMDFAM10_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|Cpu3dnow|Cpu3dnowA|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|Cpu3dnow|Cpu3dnowA|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM" },
  { "CPU_BDVER1_FLAGS",
  { "CPU_BDVER1_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP" },
  { "CPU_BDVER2_FLAGS",
  { "CPU_BDVER2_FLAGS",
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP|CpuBMI|CpuTBM" },
    "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuNop|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP|CpuBMI|CpuTBM|CpuF16C" },
  { "CPU_8087_FLAGS",
  { "CPU_8087_FLAGS",
    "Cpu8087" },
    "Cpu8087" },
  { "CPU_287_FLAGS",
  { "CPU_287_FLAGS",
    "Cpu287" },
    "Cpu287" },
  { "CPU_387_FLAGS",
  { "CPU_387_FLAGS",
    "Cpu387" },
    "Cpu387" },
  { "CPU_ANY87_FLAGS",
  { "CPU_ANY87_FLAGS",
    "Cpu8087|Cpu287|Cpu387|Cpu687|CpuFISTTP" },
    "Cpu8087|Cpu287|Cpu387|Cpu687|CpuFISTTP" },
  { "CPU_CLFLUSH_FLAGS",
  { "CPU_CLFLUSH_FLAGS",
    "CpuClflush" },
    "CpuClflush" },
  { "CPU_NOP_FLAGS",
  { "CPU_NOP_FLAGS",
    "CpuNop" },
    "CpuNop" },
  { "CPU_SYSCALL_FLAGS",
  { "CPU_SYSCALL_FLAGS",
    "CpuSYSCALL" },
    "CpuSYSCALL" },
  { "CPU_MMX_FLAGS",
  { "CPU_MMX_FLAGS",
    "CpuMMX" },
    "CpuMMX" },
  { "CPU_SSE_FLAGS",
  { "CPU_SSE_FLAGS",
    "CpuMMX|CpuSSE" },
    "CpuMMX|CpuSSE" },
  { "CPU_SSE2_FLAGS",
  { "CPU_SSE2_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2" },
    "CpuMMX|CpuSSE|CpuSSE2" },
  { "CPU_SSE3_FLAGS",
  { "CPU_SSE3_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3" },
  { "CPU_SSSE3_FLAGS",
  { "CPU_SSSE3_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3" },
  { "CPU_SSE4_1_FLAGS",
  { "CPU_SSE4_1_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1" },
  { "CPU_SSE4_2_FLAGS",
  { "CPU_SSE4_2_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2" },
  { "CPU_ANY_SSE_FLAGS",
  { "CPU_ANY_SSE_FLAGS",
    "CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuSSE4a|CpuAVX" },
    "CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuSSE4a|CpuAVX|CpuAVX2" },
  { "CPU_VMX_FLAGS",
  { "CPU_VMX_FLAGS",
    "CpuVMX" },
    "CpuVMX" },
  { "CPU_SMX_FLAGS",
  { "CPU_SMX_FLAGS",
    "CpuSMX" },
    "CpuSMX" },
  { "CPU_XSAVE_FLAGS",
  { "CPU_XSAVE_FLAGS",
    "CpuXsave" },
    "CpuXsave" },
  { "CPU_XSAVEOPT_FLAGS",
  { "CPU_XSAVEOPT_FLAGS",
    "CpuXsaveopt" },
    "CpuXsaveopt" },
  { "CPU_AES_FLAGS",
  { "CPU_AES_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAES" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAES" },
  { "CPU_PCLMUL_FLAGS",
  { "CPU_PCLMUL_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuPCLMUL" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuPCLMUL" },
  { "CPU_FMA_FLAGS",
  { "CPU_FMA_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX|CpuFMA" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX|CpuFMA" },
  { "CPU_FMA4_FLAGS",
  { "CPU_FMA4_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX|CpuFMA4" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX|CpuFMA4" },
  { "CPU_XOP_FLAGS",
  { "CPU_XOP_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuSSE4a|CpuABM|CpuAVX|CpuFMA4|CpuXOP" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuSSE4a|CpuABM|CpuAVX|CpuFMA4|CpuXOP" },
  { "CPU_LWP_FLAGS",
  { "CPU_LWP_FLAGS",
    "CpuLWP" },
    "CpuLWP" },
  { "CPU_BMI_FLAGS",
  { "CPU_BMI_FLAGS",
    "CpuBMI" },
    "CpuBMI" },
  { "CPU_TBM_FLAGS",
  { "CPU_TBM_FLAGS",
    "CpuTBM" },
    "CpuTBM" },
  { "CPU_MOVBE_FLAGS",
  { "CPU_MOVBE_FLAGS",
    "CpuMovbe" },
    "CpuMovbe" },
  { "CPU_RDTSCP_FLAGS",
  { "CPU_RDTSCP_FLAGS",
    "CpuRdtscp" },
    "CpuRdtscp" },
  { "CPU_EPT_FLAGS",
  { "CPU_EPT_FLAGS",
    "CpuEPT" },
    "CpuEPT" },
  { "CPU_FSGSBASE_FLAGS",
  { "CPU_FSGSBASE_FLAGS",
    "CpuFSGSBase" },
    "CpuFSGSBase" },
  { "CPU_RDRND_FLAGS",
  { "CPU_RDRND_FLAGS",
    "CpuRdRnd" },
    "CpuRdRnd" },
  { "CPU_F16C_FLAGS",
  { "CPU_F16C_FLAGS",
    "CpuF16C" },
    "CpuF16C" },
 
  { "CPU_BMI2_FLAGS",
 
    "CpuBMI2" },
 
  { "CPU_LZCNT_FLAGS",
 
    "CpuLZCNT" },
 
  { "CPU_INVPCID_FLAGS",
 
    "CpuINVPCID" },
  { "CPU_3DNOW_FLAGS",
  { "CPU_3DNOW_FLAGS",
    "CpuMMX|Cpu3dnow" },
    "CpuMMX|Cpu3dnow" },
  { "CPU_3DNOWA_FLAGS",
  { "CPU_3DNOWA_FLAGS",
    "CpuMMX|Cpu3dnow|Cpu3dnowA" },
    "CpuMMX|Cpu3dnow|Cpu3dnowA" },
  { "CPU_PADLOCK_FLAGS",
  { "CPU_PADLOCK_FLAGS",
    "CpuPadLock" },
    "CpuPadLock" },
  { "CPU_SVME_FLAGS",
  { "CPU_SVME_FLAGS",
    "CpuSVME" },
    "CpuSVME" },
  { "CPU_SSE4A_FLAGS",
  { "CPU_SSE4A_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a" },
  { "CPU_ABM_FLAGS",
  { "CPU_ABM_FLAGS",
    "CpuABM" },
    "CpuABM" },
  { "CPU_AVX_FLAGS",
  { "CPU_AVX_FLAGS",
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX" },
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX" },
 
  { "CPU_AVX2_FLAGS",
 
    "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX|CpuAVX2" },
  { "CPU_ANY_AVX_FLAGS",
  { "CPU_ANY_AVX_FLAGS",
    "CpuAVX" },
    "CpuAVX|CpuAVX2" },
  { "CPU_L1OM_FLAGS",
  { "CPU_L1OM_FLAGS",
    "unknown" },
    "unknown" },
};
};
 
 
static initializer operand_type_init[] =
static initializer operand_type_init[] =
{
{
  { "OPERAND_TYPE_NONE",
  { "OPERAND_TYPE_NONE",
    "0" },
    "0" },
  { "OPERAND_TYPE_REG8",
  { "OPERAND_TYPE_REG8",
    "Reg8" },
    "Reg8" },
  { "OPERAND_TYPE_REG16",
  { "OPERAND_TYPE_REG16",
    "Reg16" },
    "Reg16" },
  { "OPERAND_TYPE_REG32",
  { "OPERAND_TYPE_REG32",
    "Reg32" },
    "Reg32" },
  { "OPERAND_TYPE_REG64",
  { "OPERAND_TYPE_REG64",
    "Reg64" },
    "Reg64" },
  { "OPERAND_TYPE_IMM1",
  { "OPERAND_TYPE_IMM1",
    "Imm1" },
    "Imm1" },
  { "OPERAND_TYPE_IMM8",
  { "OPERAND_TYPE_IMM8",
    "Imm8" },
    "Imm8" },
  { "OPERAND_TYPE_IMM8S",
  { "OPERAND_TYPE_IMM8S",
    "Imm8S" },
    "Imm8S" },
  { "OPERAND_TYPE_IMM16",
  { "OPERAND_TYPE_IMM16",
    "Imm16" },
    "Imm16" },
  { "OPERAND_TYPE_IMM32",
  { "OPERAND_TYPE_IMM32",
    "Imm32" },
    "Imm32" },
  { "OPERAND_TYPE_IMM32S",
  { "OPERAND_TYPE_IMM32S",
    "Imm32S" },
    "Imm32S" },
  { "OPERAND_TYPE_IMM64",
  { "OPERAND_TYPE_IMM64",
    "Imm64" },
    "Imm64" },
  { "OPERAND_TYPE_BASEINDEX",
  { "OPERAND_TYPE_BASEINDEX",
    "BaseIndex" },
    "BaseIndex" },
  { "OPERAND_TYPE_DISP8",
  { "OPERAND_TYPE_DISP8",
    "Disp8" },
    "Disp8" },
  { "OPERAND_TYPE_DISP16",
  { "OPERAND_TYPE_DISP16",
    "Disp16" },
    "Disp16" },
  { "OPERAND_TYPE_DISP32",
  { "OPERAND_TYPE_DISP32",
    "Disp32" },
    "Disp32" },
  { "OPERAND_TYPE_DISP32S",
  { "OPERAND_TYPE_DISP32S",
    "Disp32S" },
    "Disp32S" },
  { "OPERAND_TYPE_DISP64",
  { "OPERAND_TYPE_DISP64",
    "Disp64" },
    "Disp64" },
  { "OPERAND_TYPE_INOUTPORTREG",
  { "OPERAND_TYPE_INOUTPORTREG",
    "InOutPortReg" },
    "InOutPortReg" },
  { "OPERAND_TYPE_SHIFTCOUNT",
  { "OPERAND_TYPE_SHIFTCOUNT",
    "ShiftCount" },
    "ShiftCount" },
  { "OPERAND_TYPE_CONTROL",
  { "OPERAND_TYPE_CONTROL",
    "Control" },
    "Control" },
  { "OPERAND_TYPE_TEST",
  { "OPERAND_TYPE_TEST",
    "Test" },
    "Test" },
  { "OPERAND_TYPE_DEBUG",
  { "OPERAND_TYPE_DEBUG",
    "FloatReg" },
    "FloatReg" },
  { "OPERAND_TYPE_FLOATREG",
  { "OPERAND_TYPE_FLOATREG",
    "FloatReg" },
    "FloatReg" },
  { "OPERAND_TYPE_FLOATACC",
  { "OPERAND_TYPE_FLOATACC",
    "FloatAcc" },
    "FloatAcc" },
  { "OPERAND_TYPE_SREG2",
  { "OPERAND_TYPE_SREG2",
    "SReg2" },
    "SReg2" },
  { "OPERAND_TYPE_SREG3",
  { "OPERAND_TYPE_SREG3",
    "SReg3" },
    "SReg3" },
  { "OPERAND_TYPE_ACC",
  { "OPERAND_TYPE_ACC",
    "Acc" },
    "Acc" },
  { "OPERAND_TYPE_JUMPABSOLUTE",
  { "OPERAND_TYPE_JUMPABSOLUTE",
    "JumpAbsolute" },
    "JumpAbsolute" },
  { "OPERAND_TYPE_REGMMX",
  { "OPERAND_TYPE_REGMMX",
    "RegMMX" },
    "RegMMX" },
  { "OPERAND_TYPE_REGXMM",
  { "OPERAND_TYPE_REGXMM",
    "RegXMM" },
    "RegXMM" },
  { "OPERAND_TYPE_REGYMM",
  { "OPERAND_TYPE_REGYMM",
    "RegYMM" },
    "RegYMM" },
  { "OPERAND_TYPE_ESSEG",
  { "OPERAND_TYPE_ESSEG",
    "EsSeg" },
    "EsSeg" },
  { "OPERAND_TYPE_ACC32",
  { "OPERAND_TYPE_ACC32",
    "Reg32|Acc|Dword" },
    "Reg32|Acc|Dword" },
  { "OPERAND_TYPE_ACC64",
  { "OPERAND_TYPE_ACC64",
    "Reg64|Acc|Qword" },
    "Reg64|Acc|Qword" },
  { "OPERAND_TYPE_INOUTPORTREG",
  { "OPERAND_TYPE_INOUTPORTREG",
    "InOutPortReg" },
    "InOutPortReg" },
  { "OPERAND_TYPE_REG16_INOUTPORTREG",
  { "OPERAND_TYPE_REG16_INOUTPORTREG",
    "Reg16|InOutPortReg" },
    "Reg16|InOutPortReg" },
  { "OPERAND_TYPE_DISP16_32",
  { "OPERAND_TYPE_DISP16_32",
    "Disp16|Disp32" },
    "Disp16|Disp32" },
  { "OPERAND_TYPE_ANYDISP",
  { "OPERAND_TYPE_ANYDISP",
    "Disp8|Disp16|Disp32|Disp32S|Disp64" },
    "Disp8|Disp16|Disp32|Disp32S|Disp64" },
  { "OPERAND_TYPE_IMM16_32",
  { "OPERAND_TYPE_IMM16_32",
    "Imm16|Imm32" },
    "Imm16|Imm32" },
  { "OPERAND_TYPE_IMM16_32S",
  { "OPERAND_TYPE_IMM16_32S",
    "Imm16|Imm32S" },
    "Imm16|Imm32S" },
  { "OPERAND_TYPE_IMM16_32_32S",
  { "OPERAND_TYPE_IMM16_32_32S",
    "Imm16|Imm32|Imm32S" },
    "Imm16|Imm32|Imm32S" },
  { "OPERAND_TYPE_IMM32_32S_DISP32",
  { "OPERAND_TYPE_IMM32_32S_DISP32",
    "Imm32|Imm32S|Disp32" },
    "Imm32|Imm32S|Disp32" },
  { "OPERAND_TYPE_IMM64_DISP64",
  { "OPERAND_TYPE_IMM64_DISP64",
    "Imm64|Disp64" },
    "Imm64|Disp64" },
  { "OPERAND_TYPE_IMM32_32S_64_DISP32",
  { "OPERAND_TYPE_IMM32_32S_64_DISP32",
    "Imm32|Imm32S|Imm64|Disp32" },
    "Imm32|Imm32S|Imm64|Disp32" },
  { "OPERAND_TYPE_IMM32_32S_64_DISP32_64",
  { "OPERAND_TYPE_IMM32_32S_64_DISP32_64",
    "Imm32|Imm32S|Imm64|Disp32|Disp64" },
    "Imm32|Imm32S|Imm64|Disp32|Disp64" },
  { "OPERAND_TYPE_VEC_IMM4",
  { "OPERAND_TYPE_VEC_IMM4",
    "Vec_Imm4" },
    "Vec_Imm4" },
};
};
 
 
typedef struct bitfield
typedef struct bitfield
{
{
  int position;
  int position;
  int value;
  int value;
  const char *name;
  const char *name;
} bitfield;
} bitfield;
 
 
#define BITFIELD(n) { n, 0, #n }
#define BITFIELD(n) { n, 0, #n }
 
 
static bitfield cpu_flags[] =
static bitfield cpu_flags[] =
{
{
  BITFIELD (Cpu186),
  BITFIELD (Cpu186),
  BITFIELD (Cpu286),
  BITFIELD (Cpu286),
  BITFIELD (Cpu386),
  BITFIELD (Cpu386),
  BITFIELD (Cpu486),
  BITFIELD (Cpu486),
  BITFIELD (Cpu586),
  BITFIELD (Cpu586),
  BITFIELD (Cpu686),
  BITFIELD (Cpu686),
  BITFIELD (CpuClflush),
  BITFIELD (CpuClflush),
  BITFIELD (CpuNop),
  BITFIELD (CpuNop),
  BITFIELD (CpuSYSCALL),
  BITFIELD (CpuSYSCALL),
  BITFIELD (Cpu8087),
  BITFIELD (Cpu8087),
  BITFIELD (Cpu287),
  BITFIELD (Cpu287),
  BITFIELD (Cpu387),
  BITFIELD (Cpu387),
  BITFIELD (Cpu687),
  BITFIELD (Cpu687),
  BITFIELD (CpuFISTTP),
  BITFIELD (CpuFISTTP),
  BITFIELD (CpuMMX),
  BITFIELD (CpuMMX),
  BITFIELD (CpuSSE),
  BITFIELD (CpuSSE),
  BITFIELD (CpuSSE2),
  BITFIELD (CpuSSE2),
  BITFIELD (CpuSSE3),
  BITFIELD (CpuSSE3),
  BITFIELD (CpuSSSE3),
  BITFIELD (CpuSSSE3),
  BITFIELD (CpuSSE4_1),
  BITFIELD (CpuSSE4_1),
  BITFIELD (CpuSSE4_2),
  BITFIELD (CpuSSE4_2),
  BITFIELD (CpuAVX),
  BITFIELD (CpuAVX),
 
  BITFIELD (CpuAVX2),
  BITFIELD (CpuL1OM),
  BITFIELD (CpuL1OM),
  BITFIELD (CpuSSE4a),
  BITFIELD (CpuSSE4a),
  BITFIELD (Cpu3dnow),
  BITFIELD (Cpu3dnow),
  BITFIELD (Cpu3dnowA),
  BITFIELD (Cpu3dnowA),
  BITFIELD (CpuPadLock),
  BITFIELD (CpuPadLock),
  BITFIELD (CpuSVME),
  BITFIELD (CpuSVME),
  BITFIELD (CpuVMX),
  BITFIELD (CpuVMX),
  BITFIELD (CpuSMX),
  BITFIELD (CpuSMX),
  BITFIELD (CpuABM),
  BITFIELD (CpuABM),
  BITFIELD (CpuXsave),
  BITFIELD (CpuXsave),
  BITFIELD (CpuXsaveopt),
  BITFIELD (CpuXsaveopt),
  BITFIELD (CpuAES),
  BITFIELD (CpuAES),
  BITFIELD (CpuPCLMUL),
  BITFIELD (CpuPCLMUL),
  BITFIELD (CpuFMA),
  BITFIELD (CpuFMA),
  BITFIELD (CpuFMA4),
  BITFIELD (CpuFMA4),
  BITFIELD (CpuXOP),
  BITFIELD (CpuXOP),
  BITFIELD (CpuLWP),
  BITFIELD (CpuLWP),
  BITFIELD (CpuBMI),
  BITFIELD (CpuBMI),
  BITFIELD (CpuTBM),
  BITFIELD (CpuTBM),
  BITFIELD (CpuLM),
  BITFIELD (CpuLM),
  BITFIELD (CpuMovbe),
  BITFIELD (CpuMovbe),
  BITFIELD (CpuEPT),
  BITFIELD (CpuEPT),
  BITFIELD (CpuRdtscp),
  BITFIELD (CpuRdtscp),
  BITFIELD (CpuFSGSBase),
  BITFIELD (CpuFSGSBase),
  BITFIELD (CpuRdRnd),
  BITFIELD (CpuRdRnd),
  BITFIELD (CpuF16C),
  BITFIELD (CpuF16C),
 
  BITFIELD (CpuBMI2),
 
  BITFIELD (CpuLZCNT),
 
  BITFIELD (CpuINVPCID),
  BITFIELD (Cpu64),
  BITFIELD (Cpu64),
  BITFIELD (CpuNo64),
  BITFIELD (CpuNo64),
#ifdef CpuUnused
#ifdef CpuUnused
  BITFIELD (CpuUnused),
  BITFIELD (CpuUnused),
#endif
#endif
};
};
 
 
static bitfield opcode_modifiers[] =
static bitfield opcode_modifiers[] =
{
{
  BITFIELD (D),
  BITFIELD (D),
  BITFIELD (W),
  BITFIELD (W),
  BITFIELD (S),
  BITFIELD (S),
  BITFIELD (Modrm),
  BITFIELD (Modrm),
  BITFIELD (ShortForm),
  BITFIELD (ShortForm),
  BITFIELD (Jump),
  BITFIELD (Jump),
  BITFIELD (JumpDword),
  BITFIELD (JumpDword),
  BITFIELD (JumpByte),
  BITFIELD (JumpByte),
  BITFIELD (JumpInterSegment),
  BITFIELD (JumpInterSegment),
  BITFIELD (FloatMF),
  BITFIELD (FloatMF),
  BITFIELD (FloatR),
  BITFIELD (FloatR),
  BITFIELD (FloatD),
  BITFIELD (FloatD),
  BITFIELD (Size16),
  BITFIELD (Size16),
  BITFIELD (Size32),
  BITFIELD (Size32),
  BITFIELD (Size64),
  BITFIELD (Size64),
  BITFIELD (CheckRegSize),
  BITFIELD (CheckRegSize),
  BITFIELD (IgnoreSize),
  BITFIELD (IgnoreSize),
  BITFIELD (DefaultSize),
  BITFIELD (DefaultSize),
  BITFIELD (No_bSuf),
  BITFIELD (No_bSuf),
  BITFIELD (No_wSuf),
  BITFIELD (No_wSuf),
  BITFIELD (No_lSuf),
  BITFIELD (No_lSuf),
  BITFIELD (No_sSuf),
  BITFIELD (No_sSuf),
  BITFIELD (No_qSuf),
  BITFIELD (No_qSuf),
  BITFIELD (No_ldSuf),
  BITFIELD (No_ldSuf),
  BITFIELD (FWait),
  BITFIELD (FWait),
  BITFIELD (IsString),
  BITFIELD (IsString),
  BITFIELD (IsLockable),
  BITFIELD (IsLockable),
  BITFIELD (RegKludge),
  BITFIELD (RegKludge),
  BITFIELD (FirstXmm0),
  BITFIELD (FirstXmm0),
  BITFIELD (Implicit1stXmm0),
  BITFIELD (Implicit1stXmm0),
  BITFIELD (ToDword),
  BITFIELD (ToDword),
  BITFIELD (ToQword),
  BITFIELD (ToQword),
  BITFIELD (AddrPrefixOp0),
  BITFIELD (AddrPrefixOp0),
  BITFIELD (IsPrefix),
  BITFIELD (IsPrefix),
  BITFIELD (ImmExt),
  BITFIELD (ImmExt),
  BITFIELD (NoRex64),
  BITFIELD (NoRex64),
  BITFIELD (Rex64),
  BITFIELD (Rex64),
  BITFIELD (Ugh),
  BITFIELD (Ugh),
  BITFIELD (Vex),
  BITFIELD (Vex),
  BITFIELD (VexVVVV),
  BITFIELD (VexVVVV),
  BITFIELD (VexW),
  BITFIELD (VexW),
  BITFIELD (VexOpcode),
  BITFIELD (VexOpcode),
  BITFIELD (VexSources),
  BITFIELD (VexSources),
  BITFIELD (VexImmExt),
  BITFIELD (VexImmExt),
 
  BITFIELD (VecSIB),
  BITFIELD (SSE2AVX),
  BITFIELD (SSE2AVX),
  BITFIELD (NoAVX),
  BITFIELD (NoAVX),
  BITFIELD (OldGcc),
  BITFIELD (OldGcc),
  BITFIELD (ATTMnemonic),
  BITFIELD (ATTMnemonic),
  BITFIELD (ATTSyntax),
  BITFIELD (ATTSyntax),
  BITFIELD (IntelSyntax),
  BITFIELD (IntelSyntax),
};
};
 
 
static bitfield operand_types[] =
static bitfield operand_types[] =
{
{
  BITFIELD (Reg8),
  BITFIELD (Reg8),
  BITFIELD (Reg16),
  BITFIELD (Reg16),
  BITFIELD (Reg32),
  BITFIELD (Reg32),
  BITFIELD (Reg64),
  BITFIELD (Reg64),
  BITFIELD (FloatReg),
  BITFIELD (FloatReg),
  BITFIELD (RegMMX),
  BITFIELD (RegMMX),
  BITFIELD (RegXMM),
  BITFIELD (RegXMM),
  BITFIELD (RegYMM),
  BITFIELD (RegYMM),
  BITFIELD (Imm1),
  BITFIELD (Imm1),
  BITFIELD (Imm8),
  BITFIELD (Imm8),
  BITFIELD (Imm8S),
  BITFIELD (Imm8S),
  BITFIELD (Imm16),
  BITFIELD (Imm16),
  BITFIELD (Imm32),
  BITFIELD (Imm32),
  BITFIELD (Imm32S),
  BITFIELD (Imm32S),
  BITFIELD (Imm64),
  BITFIELD (Imm64),
  BITFIELD (BaseIndex),
  BITFIELD (BaseIndex),
  BITFIELD (Disp8),
  BITFIELD (Disp8),
  BITFIELD (Disp16),
  BITFIELD (Disp16),
  BITFIELD (Disp32),
  BITFIELD (Disp32),
  BITFIELD (Disp32S),
  BITFIELD (Disp32S),
  BITFIELD (Disp64),
  BITFIELD (Disp64),
  BITFIELD (InOutPortReg),
  BITFIELD (InOutPortReg),
  BITFIELD (ShiftCount),
  BITFIELD (ShiftCount),
  BITFIELD (Control),
  BITFIELD (Control),
  BITFIELD (Debug),
  BITFIELD (Debug),
  BITFIELD (Test),
  BITFIELD (Test),
  BITFIELD (SReg2),
  BITFIELD (SReg2),
  BITFIELD (SReg3),
  BITFIELD (SReg3),
  BITFIELD (Acc),
  BITFIELD (Acc),
  BITFIELD (FloatAcc),
  BITFIELD (FloatAcc),
  BITFIELD (JumpAbsolute),
  BITFIELD (JumpAbsolute),
  BITFIELD (EsSeg),
  BITFIELD (EsSeg),
  BITFIELD (RegMem),
  BITFIELD (RegMem),
  BITFIELD (Mem),
  BITFIELD (Mem),
  BITFIELD (Byte),
  BITFIELD (Byte),
  BITFIELD (Word),
  BITFIELD (Word),
  BITFIELD (Dword),
  BITFIELD (Dword),
  BITFIELD (Fword),
  BITFIELD (Fword),
  BITFIELD (Qword),
  BITFIELD (Qword),
  BITFIELD (Tbyte),
  BITFIELD (Tbyte),
  BITFIELD (Xmmword),
  BITFIELD (Xmmword),
  BITFIELD (Ymmword),
  BITFIELD (Ymmword),
  BITFIELD (Unspecified),
  BITFIELD (Unspecified),
  BITFIELD (Anysize),
  BITFIELD (Anysize),
  BITFIELD (Vec_Imm4),
  BITFIELD (Vec_Imm4),
#ifdef OTUnused
#ifdef OTUnused
  BITFIELD (OTUnused),
  BITFIELD (OTUnused),
#endif
#endif
};
};
 
 
static const char *filename;
static const char *filename;
 
 
static int
static int
compare (const void *x, const void *y)
compare (const void *x, const void *y)
{
{
  const bitfield *xp = (const bitfield *) x;
  const bitfield *xp = (const bitfield *) x;
  const bitfield *yp = (const bitfield *) y;
  const bitfield *yp = (const bitfield *) y;
  return xp->position - yp->position;
  return xp->position - yp->position;
}
}
 
 
static void
static void
fail (const char *message, ...)
fail (const char *message, ...)
{
{
  va_list args;
  va_list args;
 
 
  va_start (args, message);
  va_start (args, message);
  fprintf (stderr, _("%s: Error: "), program_name);
  fprintf (stderr, _("%s: Error: "), program_name);
  vfprintf (stderr, message, args);
  vfprintf (stderr, message, args);
  va_end (args);
  va_end (args);
  xexit (1);
  xexit (1);
}
}
 
 
static void
static void
process_copyright (FILE *fp)
process_copyright (FILE *fp)
{
{
  fprintf (fp, "/* This file is automatically generated by i386-gen.  Do not edit!  */\n\
  fprintf (fp, "/* This file is automatically generated by i386-gen.  Do not edit!  */\n\
/* Copyright 2007, 2008, 2009, 2010, 2011\n\
/* Copyright 2007, 2008, 2009, 2010, 2011\n\
   Free Software Foundation, Inc.\n\
   Free Software Foundation, Inc.\n\
\n\
\n\
   This file is part of the GNU opcodes library.\n\
   This file is part of the GNU opcodes library.\n\
\n\
\n\
   This library is free software; you can redistribute it and/or modify\n\
   This library is free software; you can redistribute it and/or modify\n\
   it under the terms of the GNU General Public License as published by\n\
   it under the terms of the GNU General Public License as published by\n\
   the Free Software Foundation; either version 3, or (at your option)\n\
   the Free Software Foundation; either version 3, or (at your option)\n\
   any later version.\n\
   any later version.\n\
\n\
\n\
   It is distributed in the hope that it will be useful, but WITHOUT\n\
   It is distributed in the hope that it will be useful, but WITHOUT\n\
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n\
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n\
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public\n\
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public\n\
   License for more details.\n\
   License for more details.\n\
\n\
\n\
   You should have received a copy of the GNU General Public License\n\
   You should have received a copy of the GNU General Public License\n\
   along with this program; if not, write to the Free Software\n\
   along with this program; if not, write to the Free Software\n\
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,\n\
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,\n\
   MA 02110-1301, USA.  */\n");
   MA 02110-1301, USA.  */\n");
}
}
 
 
/* Remove leading white spaces.  */
/* Remove leading white spaces.  */
 
 
static char *
static char *
remove_leading_whitespaces (char *str)
remove_leading_whitespaces (char *str)
{
{
  while (ISSPACE (*str))
  while (ISSPACE (*str))
    str++;
    str++;
  return str;
  return str;
}
}
 
 
/* Remove trailing white spaces.  */
/* Remove trailing white spaces.  */
 
 
static void
static void
remove_trailing_whitespaces (char *str)
remove_trailing_whitespaces (char *str)
{
{
  size_t last = strlen (str);
  size_t last = strlen (str);
 
 
  if (last == 0)
  if (last == 0)
    return;
    return;
 
 
  do
  do
    {
    {
      last--;
      last--;
      if (ISSPACE (str [last]))
      if (ISSPACE (str [last]))
        str[last] = '\0';
        str[last] = '\0';
      else
      else
        break;
        break;
    }
    }
  while (last != 0);
  while (last != 0);
}
}
 
 
/* Find next field separated by SEP and terminate it. Return a
/* Find next field separated by SEP and terminate it. Return a
   pointer to the one after it.  */
   pointer to the one after it.  */
 
 
static char *
static char *
next_field (char *str, char sep, char **next, char *last)
next_field (char *str, char sep, char **next, char *last)
{
{
  char *p;
  char *p;
 
 
  p = remove_leading_whitespaces (str);
  p = remove_leading_whitespaces (str);
  for (str = p; *str != sep && *str != '\0'; str++);
  for (str = p; *str != sep && *str != '\0'; str++);
 
 
  *str = '\0';
  *str = '\0';
  remove_trailing_whitespaces (p);
  remove_trailing_whitespaces (p);
 
 
  *next = str + 1;
  *next = str + 1;
 
 
  if (p >= last)
  if (p >= last)
    abort ();
    abort ();
 
 
  return p;
  return p;
}
}
 
 
static void
static void
set_bitfield (const char *f, bitfield *array, int value,
set_bitfield (const char *f, bitfield *array, int value,
              unsigned int size, int lineno)
              unsigned int size, int lineno)
{
{
  unsigned int i;
  unsigned int i;
 
 
  if (strcmp (f, "CpuFP") == 0)
  if (strcmp (f, "CpuFP") == 0)
    {
    {
      set_bitfield("Cpu387", array, value, size, lineno);
      set_bitfield("Cpu387", array, value, size, lineno);
      set_bitfield("Cpu287", array, value, size, lineno);
      set_bitfield("Cpu287", array, value, size, lineno);
      f = "Cpu8087";
      f = "Cpu8087";
    }
    }
  else if (strcmp (f, "Mmword") == 0)
  else if (strcmp (f, "Mmword") == 0)
    f= "Qword";
    f= "Qword";
  else if (strcmp (f, "Oword") == 0)
  else if (strcmp (f, "Oword") == 0)
    f= "Xmmword";
    f= "Xmmword";
 
 
  for (i = 0; i < size; i++)
  for (i = 0; i < size; i++)
    if (strcasecmp (array[i].name, f) == 0)
    if (strcasecmp (array[i].name, f) == 0)
      {
      {
        array[i].value = value;
        array[i].value = value;
        return;
        return;
      }
      }
 
 
  if (value)
  if (value)
    {
    {
      const char *v = strchr (f, '=');
      const char *v = strchr (f, '=');
 
 
      if (v)
      if (v)
        {
        {
          size_t n = v - f;
          size_t n = v - f;
          char *end;
          char *end;
 
 
          for (i = 0; i < size; i++)
          for (i = 0; i < size; i++)
            if (strncasecmp (array[i].name, f, n) == 0)
            if (strncasecmp (array[i].name, f, n) == 0)
              {
              {
                value = strtol (v + 1, &end, 0);
                value = strtol (v + 1, &end, 0);
                if (*end == '\0')
                if (*end == '\0')
                  {
                  {
                    array[i].value = value;
                    array[i].value = value;
                    return;
                    return;
                  }
                  }
                break;
                break;
              }
              }
        }
        }
    }
    }
 
 
  if (lineno != -1)
  if (lineno != -1)
    fail (_("%s: %d: Unknown bitfield: %s\n"), filename, lineno, f);
    fail (_("%s: %d: Unknown bitfield: %s\n"), filename, lineno, f);
  else
  else
    fail (_("Unknown bitfield: %s\n"), f);
    fail (_("Unknown bitfield: %s\n"), f);
}
}
 
 
static void
static void
output_cpu_flags (FILE *table, bitfield *flags, unsigned int size,
output_cpu_flags (FILE *table, bitfield *flags, unsigned int size,
                  int macro, const char *comma, const char *indent)
                  int macro, const char *comma, const char *indent)
{
{
  unsigned int i;
  unsigned int i;
 
 
  fprintf (table, "%s{ { ", indent);
  fprintf (table, "%s{ { ", indent);
 
 
  for (i = 0; i < size - 1; i++)
  for (i = 0; i < size - 1; i++)
    {
    {
      fprintf (table, "%d, ", flags[i].value);
      fprintf (table, "%d, ", flags[i].value);
      if (((i + 1) % 20) == 0)
      if (((i + 1) % 20) == 0)
        {
        {
          /* We need \\ for macro.  */
          /* We need \\ for macro.  */
          if (macro)
          if (macro)
            fprintf (table, " \\\n    %s", indent);
            fprintf (table, " \\\n    %s", indent);
          else
          else
            fprintf (table, "\n    %s", indent);
            fprintf (table, "\n    %s", indent);
        }
        }
    }
    }
 
 
  fprintf (table, "%d } }%s\n", flags[i].value, comma);
  fprintf (table, "%d } }%s\n", flags[i].value, comma);
}
}
 
 
static void
static void
process_i386_cpu_flag (FILE *table, char *flag, int macro,
process_i386_cpu_flag (FILE *table, char *flag, int macro,
                       const char *comma, const char *indent,
                       const char *comma, const char *indent,
                       int lineno)
                       int lineno)
{
{
  char *str, *next, *last;
  char *str, *next, *last;
  unsigned int i;
  unsigned int i;
  bitfield flags [ARRAY_SIZE (cpu_flags)];
  bitfield flags [ARRAY_SIZE (cpu_flags)];
 
 
  /* Copy the default cpu flags.  */
  /* Copy the default cpu flags.  */
  memcpy (flags, cpu_flags, sizeof (cpu_flags));
  memcpy (flags, cpu_flags, sizeof (cpu_flags));
 
 
  if (strcasecmp (flag, "unknown") == 0)
  if (strcasecmp (flag, "unknown") == 0)
    {
    {
      /* We turn on everything except for cpu64 in case of
      /* We turn on everything except for cpu64 in case of
         CPU_UNKNOWN_FLAGS.  */
         CPU_UNKNOWN_FLAGS.  */
      for (i = 0; i < ARRAY_SIZE (flags); i++)
      for (i = 0; i < ARRAY_SIZE (flags); i++)
        if (flags[i].position != Cpu64)
        if (flags[i].position != Cpu64)
          flags[i].value = 1;
          flags[i].value = 1;
    }
    }
  else if (flag[0] == '~')
  else if (flag[0] == '~')
    {
    {
      last = flag + strlen (flag);
      last = flag + strlen (flag);
 
 
      if (flag[1] == '(')
      if (flag[1] == '(')
        {
        {
          last -= 1;
          last -= 1;
          next = flag + 2;
          next = flag + 2;
          if (*last != ')')
          if (*last != ')')
            fail (_("%s: %d: Missing `)' in bitfield: %s\n"), filename,
            fail (_("%s: %d: Missing `)' in bitfield: %s\n"), filename,
                  lineno, flag);
                  lineno, flag);
          *last = '\0';
          *last = '\0';
        }
        }
      else
      else
        next = flag + 1;
        next = flag + 1;
 
 
      /* First we turn on everything except for cpu64.  */
      /* First we turn on everything except for cpu64.  */
      for (i = 0; i < ARRAY_SIZE (flags); i++)
      for (i = 0; i < ARRAY_SIZE (flags); i++)
        if (flags[i].position != Cpu64)
        if (flags[i].position != Cpu64)
          flags[i].value = 1;
          flags[i].value = 1;
 
 
      /* Turn off selective bits.  */
      /* Turn off selective bits.  */
      for (; next && next < last; )
      for (; next && next < last; )
        {
        {
          str = next_field (next, '|', &next, last);
          str = next_field (next, '|', &next, last);
          if (str)
          if (str)
            set_bitfield (str, flags, 0, ARRAY_SIZE (flags), lineno);
            set_bitfield (str, flags, 0, ARRAY_SIZE (flags), lineno);
        }
        }
    }
    }
  else if (strcmp (flag, "0"))
  else if (strcmp (flag, "0"))
    {
    {
      /* Turn on selective bits.  */
      /* Turn on selective bits.  */
      last = flag + strlen (flag);
      last = flag + strlen (flag);
      for (next = flag; next && next < last; )
      for (next = flag; next && next < last; )
        {
        {
          str = next_field (next, '|', &next, last);
          str = next_field (next, '|', &next, last);
          if (str)
          if (str)
            set_bitfield (str, flags, 1, ARRAY_SIZE (flags), lineno);
            set_bitfield (str, flags, 1, ARRAY_SIZE (flags), lineno);
        }
        }
    }
    }
 
 
  output_cpu_flags (table, flags, ARRAY_SIZE (flags), macro,
  output_cpu_flags (table, flags, ARRAY_SIZE (flags), macro,
                    comma, indent);
                    comma, indent);
}
}
 
 
static void
static void
output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size)
output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size)
{
{
  unsigned int i;
  unsigned int i;
 
 
  fprintf (table, "    { ");
  fprintf (table, "    { ");
 
 
  for (i = 0; i < size - 1; i++)
  for (i = 0; i < size - 1; i++)
    {
    {
      fprintf (table, "%d, ", modifier[i].value);
      fprintf (table, "%d, ", modifier[i].value);
      if (((i + 1) % 20) == 0)
      if (((i + 1) % 20) == 0)
        fprintf (table, "\n      ");
        fprintf (table, "\n      ");
    }
    }
 
 
  fprintf (table, "%d },\n", modifier[i].value);
  fprintf (table, "%d },\n", modifier[i].value);
}
}
 
 
static void
static void
process_i386_opcode_modifier (FILE *table, char *mod, int lineno)
process_i386_opcode_modifier (FILE *table, char *mod, int lineno)
{
{
  char *str, *next, *last;
  char *str, *next, *last;
  bitfield modifiers [ARRAY_SIZE (opcode_modifiers)];
  bitfield modifiers [ARRAY_SIZE (opcode_modifiers)];
 
 
  /* Copy the default opcode modifier.  */
  /* Copy the default opcode modifier.  */
  memcpy (modifiers, opcode_modifiers, sizeof (modifiers));
  memcpy (modifiers, opcode_modifiers, sizeof (modifiers));
 
 
  if (strcmp (mod, "0"))
  if (strcmp (mod, "0"))
    {
    {
      last = mod + strlen (mod);
      last = mod + strlen (mod);
      for (next = mod; next && next < last; )
      for (next = mod; next && next < last; )
        {
        {
          str = next_field (next, '|', &next, last);
          str = next_field (next, '|', &next, last);
          if (str)
          if (str)
            set_bitfield (str, modifiers, 1, ARRAY_SIZE (modifiers),
            set_bitfield (str, modifiers, 1, ARRAY_SIZE (modifiers),
                          lineno);
                          lineno);
        }
        }
    }
    }
  output_opcode_modifier (table, modifiers, ARRAY_SIZE (modifiers));
  output_opcode_modifier (table, modifiers, ARRAY_SIZE (modifiers));
}
}
 
 
static void
static void
output_operand_type (FILE *table, bitfield *types, unsigned int size,
output_operand_type (FILE *table, bitfield *types, unsigned int size,
                     int macro, const char *indent)
                     int macro, const char *indent)
{
{
  unsigned int i;
  unsigned int i;
 
 
  fprintf (table, "{ { ");
  fprintf (table, "{ { ");
 
 
  for (i = 0; i < size - 1; i++)
  for (i = 0; i < size - 1; i++)
    {
    {
      fprintf (table, "%d, ", types[i].value);
      fprintf (table, "%d, ", types[i].value);
      if (((i + 1) % 20) == 0)
      if (((i + 1) % 20) == 0)
        {
        {
          /* We need \\ for macro.  */
          /* We need \\ for macro.  */
          if (macro)
          if (macro)
            fprintf (table, "\\\n%s", indent);
            fprintf (table, "\\\n%s", indent);
          else
          else
            fprintf (table, "\n%s", indent);
            fprintf (table, "\n%s", indent);
        }
        }
    }
    }
 
 
  fprintf (table, "%d } }", types[i].value);
  fprintf (table, "%d } }", types[i].value);
}
}
 
 
static void
static void
process_i386_operand_type (FILE *table, char *op, int macro,
process_i386_operand_type (FILE *table, char *op, int macro,
                           const char *indent, int lineno)
                           const char *indent, int lineno)
{
{
  char *str, *next, *last;
  char *str, *next, *last;
  bitfield types [ARRAY_SIZE (operand_types)];
  bitfield types [ARRAY_SIZE (operand_types)];
 
 
  /* Copy the default operand type.  */
  /* Copy the default operand type.  */
  memcpy (types, operand_types, sizeof (types));
  memcpy (types, operand_types, sizeof (types));
 
 
  if (strcmp (op, "0"))
  if (strcmp (op, "0"))
    {
    {
      last = op + strlen (op);
      last = op + strlen (op);
      for (next = op; next && next < last; )
      for (next = op; next && next < last; )
        {
        {
          str = next_field (next, '|', &next, last);
          str = next_field (next, '|', &next, last);
          if (str)
          if (str)
            set_bitfield (str, types, 1, ARRAY_SIZE (types), lineno);
            set_bitfield (str, types, 1, ARRAY_SIZE (types), lineno);
        }
        }
    }
    }
  output_operand_type (table, types, ARRAY_SIZE (types), macro,
  output_operand_type (table, types, ARRAY_SIZE (types), macro,
                       indent);
                       indent);
}
}
 
 
static void
static void
output_i386_opcode (FILE *table, const char *name, char *str,
output_i386_opcode (FILE *table, const char *name, char *str,
                    char *last, int lineno)
                    char *last, int lineno)
{
{
  unsigned int i;
  unsigned int i;
  char *operands, *base_opcode, *extension_opcode, *opcode_length;
  char *operands, *base_opcode, *extension_opcode, *opcode_length;
  char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS];
  char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS];
 
 
  /* Find number of operands.  */
  /* Find number of operands.  */
  operands = next_field (str, ',', &str, last);
  operands = next_field (str, ',', &str, last);
 
 
  /* Find base_opcode.  */
  /* Find base_opcode.  */
  base_opcode = next_field (str, ',', &str, last);
  base_opcode = next_field (str, ',', &str, last);
 
 
  /* Find extension_opcode.  */
  /* Find extension_opcode.  */
  extension_opcode = next_field (str, ',', &str, last);
  extension_opcode = next_field (str, ',', &str, last);
 
 
  /* Find opcode_length.  */
  /* Find opcode_length.  */
  opcode_length = next_field (str, ',', &str, last);
  opcode_length = next_field (str, ',', &str, last);
 
 
  /* Find cpu_flags.  */
  /* Find cpu_flags.  */
  cpu_flags = next_field (str, ',', &str, last);
  cpu_flags = next_field (str, ',', &str, last);
 
 
  /* Find opcode_modifier.  */
  /* Find opcode_modifier.  */
  opcode_modifier = next_field (str, ',', &str, last);
  opcode_modifier = next_field (str, ',', &str, last);
 
 
  /* Remove the first {.  */
  /* Remove the first {.  */
  str = remove_leading_whitespaces (str);
  str = remove_leading_whitespaces (str);
  if (*str != '{')
  if (*str != '{')
    abort ();
    abort ();
  str = remove_leading_whitespaces (str + 1);
  str = remove_leading_whitespaces (str + 1);
 
 
  i = strlen (str);
  i = strlen (str);
 
 
  /* There are at least "X}".  */
  /* There are at least "X}".  */
  if (i < 2)
  if (i < 2)
    abort ();
    abort ();
 
 
  /* Remove trailing white spaces and }. */
  /* Remove trailing white spaces and }. */
  do
  do
    {
    {
      i--;
      i--;
      if (ISSPACE (str[i]) || str[i] == '}')
      if (ISSPACE (str[i]) || str[i] == '}')
        str[i] = '\0';
        str[i] = '\0';
      else
      else
        break;
        break;
    }
    }
  while (i != 0);
  while (i != 0);
 
 
  last = str + i;
  last = str + i;
 
 
  /* Find operand_types.  */
  /* Find operand_types.  */
  for (i = 0; i < ARRAY_SIZE (operand_types); i++)
  for (i = 0; i < ARRAY_SIZE (operand_types); i++)
    {
    {
      if (str >= last)
      if (str >= last)
        {
        {
          operand_types [i] = NULL;
          operand_types [i] = NULL;
          break;
          break;
        }
        }
 
 
      operand_types [i] = next_field (str, ',', &str, last);
      operand_types [i] = next_field (str, ',', &str, last);
      if (*operand_types[i] == '0')
      if (*operand_types[i] == '0')
        {
        {
          if (i != 0)
          if (i != 0)
            operand_types[i] = NULL;
            operand_types[i] = NULL;
          break;
          break;
        }
        }
    }
    }
 
 
  fprintf (table, "  { \"%s\", %s, %s, %s, %s,\n",
  fprintf (table, "  { \"%s\", %s, %s, %s, %s,\n",
           name, operands, base_opcode, extension_opcode,
           name, operands, base_opcode, extension_opcode,
           opcode_length);
           opcode_length);
 
 
  process_i386_cpu_flag (table, cpu_flags, 0, ",", "    ", lineno);
  process_i386_cpu_flag (table, cpu_flags, 0, ",", "    ", lineno);
 
 
  process_i386_opcode_modifier (table, opcode_modifier, lineno);
  process_i386_opcode_modifier (table, opcode_modifier, lineno);
 
 
  fprintf (table, "    { ");
  fprintf (table, "    { ");
 
 
  for (i = 0; i < ARRAY_SIZE (operand_types); i++)
  for (i = 0; i < ARRAY_SIZE (operand_types); i++)
    {
    {
      if (operand_types[i] == NULL || *operand_types[i] == '0')
      if (operand_types[i] == NULL || *operand_types[i] == '0')
        {
        {
          if (i == 0)
          if (i == 0)
            process_i386_operand_type (table, "0", 0, "\t  ", lineno);
            process_i386_operand_type (table, "0", 0, "\t  ", lineno);
          break;
          break;
        }
        }
 
 
      if (i != 0)
      if (i != 0)
        fprintf (table, ",\n      ");
        fprintf (table, ",\n      ");
 
 
      process_i386_operand_type (table, operand_types[i], 0,
      process_i386_operand_type (table, operand_types[i], 0,
                                 "\t  ", lineno);
                                 "\t  ", lineno);
    }
    }
  fprintf (table, " } },\n");
  fprintf (table, " } },\n");
}
}
 
 
struct opcode_hash_entry
struct opcode_hash_entry
{
{
  struct opcode_hash_entry *next;
  struct opcode_hash_entry *next;
  char *name;
  char *name;
  char *opcode;
  char *opcode;
  int lineno;
  int lineno;
};
};
 
 
/* Calculate the hash value of an opcode hash entry P.  */
/* Calculate the hash value of an opcode hash entry P.  */
 
 
static hashval_t
static hashval_t
opcode_hash_hash (const void *p)
opcode_hash_hash (const void *p)
{
{
  struct opcode_hash_entry *entry = (struct opcode_hash_entry *) p;
  struct opcode_hash_entry *entry = (struct opcode_hash_entry *) p;
  return htab_hash_string (entry->name);
  return htab_hash_string (entry->name);
}
}
 
 
/* Compare a string Q against an opcode hash entry P.  */
/* Compare a string Q against an opcode hash entry P.  */
 
 
static int
static int
opcode_hash_eq (const void *p, const void *q)
opcode_hash_eq (const void *p, const void *q)
{
{
  struct opcode_hash_entry *entry = (struct opcode_hash_entry *) p;
  struct opcode_hash_entry *entry = (struct opcode_hash_entry *) p;
  const char *name = (const char *) q;
  const char *name = (const char *) q;
  return strcmp (name, entry->name) == 0;
  return strcmp (name, entry->name) == 0;
}
}
 
 
static void
static void
process_i386_opcodes (FILE *table)
process_i386_opcodes (FILE *table)
{
{
  FILE *fp;
  FILE *fp;
  char buf[2048];
  char buf[2048];
  unsigned int i, j;
  unsigned int i, j;
  char *str, *p, *last, *name;
  char *str, *p, *last, *name;
  struct opcode_hash_entry **hash_slot, **entry, *next;
  struct opcode_hash_entry **hash_slot, **entry, *next;
  htab_t opcode_hash_table;
  htab_t opcode_hash_table;
  struct opcode_hash_entry **opcode_array;
  struct opcode_hash_entry **opcode_array;
  unsigned int opcode_array_size = 1024;
  unsigned int opcode_array_size = 1024;
  int lineno = 0;
  int lineno = 0;
 
 
  filename = "i386-opc.tbl";
  filename = "i386-opc.tbl";
  fp = fopen (filename, "r");
  fp = fopen (filename, "r");
 
 
  if (fp == NULL)
  if (fp == NULL)
    fail (_("can't find i386-opc.tbl for reading, errno = %s\n"),
    fail (_("can't find i386-opc.tbl for reading, errno = %s\n"),
          xstrerror (errno));
          xstrerror (errno));
 
 
  i = 0;
  i = 0;
  opcode_array = (struct opcode_hash_entry **)
  opcode_array = (struct opcode_hash_entry **)
    xmalloc (sizeof (*opcode_array) * opcode_array_size);
    xmalloc (sizeof (*opcode_array) * opcode_array_size);
 
 
  opcode_hash_table = htab_create_alloc (16, opcode_hash_hash,
  opcode_hash_table = htab_create_alloc (16, opcode_hash_hash,
                                         opcode_hash_eq, NULL,
                                         opcode_hash_eq, NULL,
                                         xcalloc, free);
                                         xcalloc, free);
 
 
  fprintf (table, "\n/* i386 opcode table.  */\n\n");
  fprintf (table, "\n/* i386 opcode table.  */\n\n");
  fprintf (table, "const insn_template i386_optab[] =\n{\n");
  fprintf (table, "const insn_template i386_optab[] =\n{\n");
 
 
  /* Put everything on opcode array.  */
  /* Put everything on opcode array.  */
  while (!feof (fp))
  while (!feof (fp))
    {
    {
      if (fgets (buf, sizeof (buf), fp) == NULL)
      if (fgets (buf, sizeof (buf), fp) == NULL)
        break;
        break;
 
 
      lineno++;
      lineno++;
 
 
      p = remove_leading_whitespaces (buf);
      p = remove_leading_whitespaces (buf);
 
 
      /* Skip comments.  */
      /* Skip comments.  */
      str = strstr (p, "//");
      str = strstr (p, "//");
      if (str != NULL)
      if (str != NULL)
        str[0] = '\0';
        str[0] = '\0';
 
 
      /* Remove trailing white spaces.  */
      /* Remove trailing white spaces.  */
      remove_trailing_whitespaces (p);
      remove_trailing_whitespaces (p);
 
 
      switch (p[0])
      switch (p[0])
        {
        {
        case '#':
        case '#':
          /* Ignore comments.  */
          /* Ignore comments.  */
        case '\0':
        case '\0':
          continue;
          continue;
          break;
          break;
        default:
        default:
          break;
          break;
        }
        }
 
 
      last = p + strlen (p);
      last = p + strlen (p);
 
 
      /* Find name.  */
      /* Find name.  */
      name = next_field (p, ',', &str, last);
      name = next_field (p, ',', &str, last);
 
 
      /* Get the slot in hash table.  */
      /* Get the slot in hash table.  */
      hash_slot = (struct opcode_hash_entry **)
      hash_slot = (struct opcode_hash_entry **)
        htab_find_slot_with_hash (opcode_hash_table, name,
        htab_find_slot_with_hash (opcode_hash_table, name,
                                  htab_hash_string (name),
                                  htab_hash_string (name),
                                  INSERT);
                                  INSERT);
 
 
      if (*hash_slot == NULL)
      if (*hash_slot == NULL)
        {
        {
          /* It is the new one.  Put it on opcode array.  */
          /* It is the new one.  Put it on opcode array.  */
          if (i >= opcode_array_size)
          if (i >= opcode_array_size)
            {
            {
              /* Grow the opcode array when needed.  */
              /* Grow the opcode array when needed.  */
              opcode_array_size += 1024;
              opcode_array_size += 1024;
              opcode_array = (struct opcode_hash_entry **)
              opcode_array = (struct opcode_hash_entry **)
                xrealloc (opcode_array,
                xrealloc (opcode_array,
                          sizeof (*opcode_array) * opcode_array_size);
                          sizeof (*opcode_array) * opcode_array_size);
            }
            }
 
 
          opcode_array[i] = (struct opcode_hash_entry *)
          opcode_array[i] = (struct opcode_hash_entry *)
            xmalloc (sizeof (struct opcode_hash_entry));
            xmalloc (sizeof (struct opcode_hash_entry));
          opcode_array[i]->next = NULL;
          opcode_array[i]->next = NULL;
          opcode_array[i]->name = xstrdup (name);
          opcode_array[i]->name = xstrdup (name);
          opcode_array[i]->opcode = xstrdup (str);
          opcode_array[i]->opcode = xstrdup (str);
          opcode_array[i]->lineno = lineno;
          opcode_array[i]->lineno = lineno;
          *hash_slot = opcode_array[i];
          *hash_slot = opcode_array[i];
          i++;
          i++;
        }
        }
      else
      else
        {
        {
          /* Append it to the existing one.  */
          /* Append it to the existing one.  */
          entry = hash_slot;
          entry = hash_slot;
          while ((*entry) != NULL)
          while ((*entry) != NULL)
            entry = &(*entry)->next;
            entry = &(*entry)->next;
          *entry = (struct opcode_hash_entry *)
          *entry = (struct opcode_hash_entry *)
            xmalloc (sizeof (struct opcode_hash_entry));
            xmalloc (sizeof (struct opcode_hash_entry));
          (*entry)->next = NULL;
          (*entry)->next = NULL;
          (*entry)->name = (*hash_slot)->name;
          (*entry)->name = (*hash_slot)->name;
          (*entry)->opcode = xstrdup (str);
          (*entry)->opcode = xstrdup (str);
          (*entry)->lineno = lineno;
          (*entry)->lineno = lineno;
        }
        }
    }
    }
 
 
  /* Process opcode array.  */
  /* Process opcode array.  */
  for (j = 0; j < i; j++)
  for (j = 0; j < i; j++)
    {
    {
      for (next = opcode_array[j]; next; next = next->next)
      for (next = opcode_array[j]; next; next = next->next)
        {
        {
          name = next->name;
          name = next->name;
          str = next->opcode;
          str = next->opcode;
          lineno = next->lineno;
          lineno = next->lineno;
          last = str + strlen (str);
          last = str + strlen (str);
          output_i386_opcode (table, name, str, last, lineno);
          output_i386_opcode (table, name, str, last, lineno);
        }
        }
    }
    }
 
 
  fclose (fp);
  fclose (fp);
 
 
  fprintf (table, "  { NULL, 0, 0, 0, 0,\n");
  fprintf (table, "  { NULL, 0, 0, 0, 0,\n");
 
 
  process_i386_cpu_flag (table, "0", 0, ",", "    ", -1);
  process_i386_cpu_flag (table, "0", 0, ",", "    ", -1);
 
 
  process_i386_opcode_modifier (table, "0", -1);
  process_i386_opcode_modifier (table, "0", -1);
 
 
  fprintf (table, "    { ");
  fprintf (table, "    { ");
  process_i386_operand_type (table, "0", 0, "\t  ", -1);
  process_i386_operand_type (table, "0", 0, "\t  ", -1);
  fprintf (table, " } }\n");
  fprintf (table, " } }\n");
 
 
  fprintf (table, "};\n");
  fprintf (table, "};\n");
}
}
 
 
static void
static void
process_i386_registers (FILE *table)
process_i386_registers (FILE *table)
{
{
  FILE *fp;
  FILE *fp;
  char buf[2048];
  char buf[2048];
  char *str, *p, *last;
  char *str, *p, *last;
  char *reg_name, *reg_type, *reg_flags, *reg_num;
  char *reg_name, *reg_type, *reg_flags, *reg_num;
  char *dw2_32_num, *dw2_64_num;
  char *dw2_32_num, *dw2_64_num;
  int lineno = 0;
  int lineno = 0;
 
 
  filename = "i386-reg.tbl";
  filename = "i386-reg.tbl";
  fp = fopen (filename, "r");
  fp = fopen (filename, "r");
  if (fp == NULL)
  if (fp == NULL)
    fail (_("can't find i386-reg.tbl for reading, errno = %s\n"),
    fail (_("can't find i386-reg.tbl for reading, errno = %s\n"),
          xstrerror (errno));
          xstrerror (errno));
 
 
  fprintf (table, "\n/* i386 register table.  */\n\n");
  fprintf (table, "\n/* i386 register table.  */\n\n");
  fprintf (table, "const reg_entry i386_regtab[] =\n{\n");
  fprintf (table, "const reg_entry i386_regtab[] =\n{\n");
 
 
  while (!feof (fp))
  while (!feof (fp))
    {
    {
      if (fgets (buf, sizeof (buf), fp) == NULL)
      if (fgets (buf, sizeof (buf), fp) == NULL)
        break;
        break;
 
 
      lineno++;
      lineno++;
 
 
      p = remove_leading_whitespaces (buf);
      p = remove_leading_whitespaces (buf);
 
 
      /* Skip comments.  */
      /* Skip comments.  */
      str = strstr (p, "//");
      str = strstr (p, "//");
      if (str != NULL)
      if (str != NULL)
        str[0] = '\0';
        str[0] = '\0';
 
 
      /* Remove trailing white spaces.  */
      /* Remove trailing white spaces.  */
      remove_trailing_whitespaces (p);
      remove_trailing_whitespaces (p);
 
 
      switch (p[0])
      switch (p[0])
        {
        {
        case '#':
        case '#':
          fprintf (table, "%s\n", p);
          fprintf (table, "%s\n", p);
        case '\0':
        case '\0':
          continue;
          continue;
          break;
          break;
        default:
        default:
          break;
          break;
        }
        }
 
 
      last = p + strlen (p);
      last = p + strlen (p);
 
 
      /* Find reg_name.  */
      /* Find reg_name.  */
      reg_name = next_field (p, ',', &str, last);
      reg_name = next_field (p, ',', &str, last);
 
 
      /* Find reg_type.  */
      /* Find reg_type.  */
      reg_type = next_field (str, ',', &str, last);
      reg_type = next_field (str, ',', &str, last);
 
 
      /* Find reg_flags.  */
      /* Find reg_flags.  */
      reg_flags = next_field (str, ',', &str, last);
      reg_flags = next_field (str, ',', &str, last);
 
 
      /* Find reg_num.  */
      /* Find reg_num.  */
      reg_num = next_field (str, ',', &str, last);
      reg_num = next_field (str, ',', &str, last);
 
 
      fprintf (table, "  { \"%s\",\n    ", reg_name);
      fprintf (table, "  { \"%s\",\n    ", reg_name);
 
 
      process_i386_operand_type (table, reg_type, 0, "\t", lineno);
      process_i386_operand_type (table, reg_type, 0, "\t", lineno);
 
 
      /* Find 32-bit Dwarf2 register number.  */
      /* Find 32-bit Dwarf2 register number.  */
      dw2_32_num = next_field (str, ',', &str, last);
      dw2_32_num = next_field (str, ',', &str, last);
 
 
      /* Find 64-bit Dwarf2 register number.  */
      /* Find 64-bit Dwarf2 register number.  */
      dw2_64_num = next_field (str, ',', &str, last);
      dw2_64_num = next_field (str, ',', &str, last);
 
 
      fprintf (table, ",\n    %s, %s, { %s, %s } },\n",
      fprintf (table, ",\n    %s, %s, { %s, %s } },\n",
               reg_flags, reg_num, dw2_32_num, dw2_64_num);
               reg_flags, reg_num, dw2_32_num, dw2_64_num);
    }
    }
 
 
  fclose (fp);
  fclose (fp);
 
 
  fprintf (table, "};\n");
  fprintf (table, "};\n");
 
 
  fprintf (table, "\nconst unsigned int i386_regtab_size = ARRAY_SIZE (i386_regtab);\n");
  fprintf (table, "\nconst unsigned int i386_regtab_size = ARRAY_SIZE (i386_regtab);\n");
}
}
 
 
static void
static void
process_i386_initializers (void)
process_i386_initializers (void)
{
{
  unsigned int i;
  unsigned int i;
  FILE *fp = fopen ("i386-init.h", "w");
  FILE *fp = fopen ("i386-init.h", "w");
  char *init;
  char *init;
 
 
  if (fp == NULL)
  if (fp == NULL)
    fail (_("can't create i386-init.h, errno = %s\n"),
    fail (_("can't create i386-init.h, errno = %s\n"),
          xstrerror (errno));
          xstrerror (errno));
 
 
  process_copyright (fp);
  process_copyright (fp);
 
 
  for (i = 0; i < ARRAY_SIZE (cpu_flag_init); i++)
  for (i = 0; i < ARRAY_SIZE (cpu_flag_init); i++)
    {
    {
      fprintf (fp, "\n#define %s \\\n", cpu_flag_init[i].name);
      fprintf (fp, "\n#define %s \\\n", cpu_flag_init[i].name);
      init = xstrdup (cpu_flag_init[i].init);
      init = xstrdup (cpu_flag_init[i].init);
      process_i386_cpu_flag (fp, init, 1, "", "  ", -1);
      process_i386_cpu_flag (fp, init, 1, "", "  ", -1);
      free (init);
      free (init);
    }
    }
 
 
  for (i = 0; i < ARRAY_SIZE (operand_type_init); i++)
  for (i = 0; i < ARRAY_SIZE (operand_type_init); i++)
    {
    {
      fprintf (fp, "\n\n#define %s \\\n  ", operand_type_init[i].name);
      fprintf (fp, "\n\n#define %s \\\n  ", operand_type_init[i].name);
      init = xstrdup (operand_type_init[i].init);
      init = xstrdup (operand_type_init[i].init);
      process_i386_operand_type (fp, init, 1, "      ", -1);
      process_i386_operand_type (fp, init, 1, "      ", -1);
      free (init);
      free (init);
    }
    }
  fprintf (fp, "\n");
  fprintf (fp, "\n");
 
 
  fclose (fp);
  fclose (fp);
}
}
 
 
/* Program options.  */
/* Program options.  */
#define OPTION_SRCDIR   200
#define OPTION_SRCDIR   200
 
 
struct option long_options[] =
struct option long_options[] =
{
{
  {"srcdir",  required_argument, NULL, OPTION_SRCDIR},
  {"srcdir",  required_argument, NULL, OPTION_SRCDIR},
  {"debug",   no_argument,       NULL, 'd'},
  {"debug",   no_argument,       NULL, 'd'},
  {"version", no_argument,       NULL, 'V'},
  {"version", no_argument,       NULL, 'V'},
  {"help",    no_argument,       NULL, 'h'},
  {"help",    no_argument,       NULL, 'h'},
  {0,         no_argument,       NULL, 0}
  {0,         no_argument,       NULL, 0}
};
};
 
 
static void
static void
print_version (void)
print_version (void)
{
{
  printf ("%s: version 1.0\n", program_name);
  printf ("%s: version 1.0\n", program_name);
  xexit (0);
  xexit (0);
}
}
 
 
static void
static void
usage (FILE * stream, int status)
usage (FILE * stream, int status)
{
{
  fprintf (stream, "Usage: %s [-V | --version] [-d | --debug] [--srcdir=dirname] [--help]\n",
  fprintf (stream, "Usage: %s [-V | --version] [-d | --debug] [--srcdir=dirname] [--help]\n",
           program_name);
           program_name);
  xexit (status);
  xexit (status);
}
}
 
 
int
int
main (int argc, char **argv)
main (int argc, char **argv)
{
{
  extern int chdir (char *);
  extern int chdir (char *);
  char *srcdir = NULL;
  char *srcdir = NULL;
  int c;
  int c;
  FILE *table;
  FILE *table;
 
 
  program_name = *argv;
  program_name = *argv;
  xmalloc_set_program_name (program_name);
  xmalloc_set_program_name (program_name);
 
 
  while ((c = getopt_long (argc, argv, "vVdh", long_options, 0)) != EOF)
  while ((c = getopt_long (argc, argv, "vVdh", long_options, 0)) != EOF)
    switch (c)
    switch (c)
      {
      {
      case OPTION_SRCDIR:
      case OPTION_SRCDIR:
        srcdir = optarg;
        srcdir = optarg;
        break;
        break;
      case 'V':
      case 'V':
      case 'v':
      case 'v':
        print_version ();
        print_version ();
        break;
        break;
      case 'd':
      case 'd':
        debug = 1;
        debug = 1;
        break;
        break;
      case 'h':
      case 'h':
      case '?':
      case '?':
        usage (stderr, 0);
        usage (stderr, 0);
      default:
      default:
      case 0:
      case 0:
        break;
        break;
      }
      }
 
 
  if (optind != argc)
  if (optind != argc)
    usage (stdout, 1);
    usage (stdout, 1);
 
 
  if (srcdir != NULL)
  if (srcdir != NULL)
    if (chdir (srcdir) != 0)
    if (chdir (srcdir) != 0)
      fail (_("unable to change directory to \"%s\", errno = %s\n"),
      fail (_("unable to change directory to \"%s\", errno = %s\n"),
            srcdir, xstrerror (errno));
            srcdir, xstrerror (errno));
 
 
  /* Check the unused bitfield in i386_cpu_flags.  */
  /* Check the unused bitfield in i386_cpu_flags.  */
#ifndef CpuUnused
#ifndef CpuUnused
  c = CpuNumOfBits - CpuMax - 1;
  c = CpuNumOfBits - CpuMax - 1;
  if (c)
  if (c)
    fail (_("%d unused bits in i386_cpu_flags.\n"), c);
    fail (_("%d unused bits in i386_cpu_flags.\n"), c);
#endif
#endif
 
 
  /* Check the unused bitfield in i386_operand_type.  */
  /* Check the unused bitfield in i386_operand_type.  */
#ifndef OTUnused
#ifndef OTUnused
  c = OTNumOfBits - OTMax - 1;
  c = OTNumOfBits - OTMax - 1;
  if (c)
  if (c)
    fail (_("%d unused bits in i386_operand_type.\n"), c);
    fail (_("%d unused bits in i386_operand_type.\n"), c);
#endif
#endif
 
 
  qsort (cpu_flags, ARRAY_SIZE (cpu_flags), sizeof (cpu_flags [0]),
  qsort (cpu_flags, ARRAY_SIZE (cpu_flags), sizeof (cpu_flags [0]),
         compare);
         compare);
 
 
  qsort (opcode_modifiers, ARRAY_SIZE (opcode_modifiers),
  qsort (opcode_modifiers, ARRAY_SIZE (opcode_modifiers),
         sizeof (opcode_modifiers [0]), compare);
         sizeof (opcode_modifiers [0]), compare);
 
 
  qsort (operand_types, ARRAY_SIZE (operand_types),
  qsort (operand_types, ARRAY_SIZE (operand_types),
         sizeof (operand_types [0]), compare);
         sizeof (operand_types [0]), compare);
 
 
  table = fopen ("i386-tbl.h", "w");
  table = fopen ("i386-tbl.h", "w");
  if (table == NULL)
  if (table == NULL)
    fail (_("can't create i386-tbl.h, errno = %s\n"),
    fail (_("can't create i386-tbl.h, errno = %s\n"),
          xstrerror (errno));
          xstrerror (errno));
 
 
  process_copyright (table);
  process_copyright (table);
 
 
  process_i386_opcodes (table);
  process_i386_opcodes (table);
  process_i386_registers (table);
  process_i386_registers (table);
  process_i386_initializers ();
  process_i386_initializers ();
 
 
  fclose (table);
  fclose (table);
 
 
  exit (0);
  exit (0);
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.