1 /* Copyright 2007, 2008, 2009, 2010
2 Free Software Foundation, Inc.
4 This file is part of the GNU opcodes library.
6 This library is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3, or (at your option)
11 It is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
25 #include "libiberty.h"
27 #include "safe-ctype.h"
32 #define _(String) gettext (String)
34 static const char *program_name
= NULL
;
37 typedef struct initializer
43 static initializer cpu_flag_init
[] =
45 { "CPU_UNKNOWN_FLAGS",
47 { "CPU_GENERIC32_FLAGS",
48 "Cpu186|Cpu286|Cpu386" },
49 { "CPU_GENERIC64_FLAGS",
50 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuMMX|CpuSSE|CpuSSE2|CpuLM" },
58 "Cpu186|Cpu286|Cpu386" },
60 "Cpu186|Cpu286|Cpu386|Cpu486" },
62 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu387" },
64 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687" },
66 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuMMX" },
68 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|Cpu387|Cpu687|CpuMMX|CpuSSE" },
70 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuMMX|CpuSSE|CpuSSE2" },
72 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuLM" },
74 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3" },
76 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuLM" },
78 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuClflush|Cpu387|Cpu687|CpuFISTTP|CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuRdtscp|CpuLM" },
80 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuMMX" },
82 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|CpuSYSCALL|Cpu387|CpuMMX|Cpu3dnow" },
84 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|Cpu387|Cpu687|CpuMMX|Cpu3dnow|Cpu3dnowA" },
86 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuMMX|Cpu3dnow|Cpu3dnowA|CpuSSE|CpuSSE2|CpuLM" },
87 { "CPU_AMDFAM10_FLAGS",
88 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuMMX|Cpu3dnow|Cpu3dnowA|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM" },
90 "Cpu186|Cpu286|Cpu386|Cpu486|Cpu586|Cpu686|CpuSYSCALL|CpuRdtscp|Cpu387|Cpu687|CpuFISTTP|CpuMMX|Cpu3dnow|Cpu3dnowA|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a|CpuABM|CpuLM|CpuFMA4|CpuXOP|CpuLWP" },
98 "Cpu8087|Cpu287|Cpu387|Cpu687|CpuFISTTP" },
99 { "CPU_CLFLUSH_FLAGS",
101 { "CPU_SYSCALL_FLAGS",
108 "CpuMMX|CpuSSE|CpuSSE2" },
110 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3" },
112 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3" },
113 { "CPU_SSE4_1_FLAGS",
114 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1" },
115 { "CPU_SSE4_2_FLAGS",
116 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2" },
117 { "CPU_ANY_SSE_FLAGS",
118 "CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuSSE4a|CpuAVX" },
126 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAES" },
127 { "CPU_PCLMUL_FLAGS",
128 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuPCLMUL" },
130 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX|CpuFMA" },
132 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX|CpuFMA4" },
134 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuSSE4a|CpuABM|CpuAVX|CpuFMA4|CpuXOP" },
139 { "CPU_RDTSCP_FLAGS",
145 { "CPU_3DNOWA_FLAGS",
146 "CpuMMX|Cpu3dnow|Cpu3dnowA" },
147 { "CPU_PADLOCK_FLAGS",
152 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSE4a" },
156 "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuAVX" },
157 { "CPU_ANY_AVX_FLAGS",
163 static initializer operand_type_init
[] =
165 { "OPERAND_TYPE_NONE",
167 { "OPERAND_TYPE_REG8",
169 { "OPERAND_TYPE_REG16",
171 { "OPERAND_TYPE_REG32",
173 { "OPERAND_TYPE_REG64",
175 { "OPERAND_TYPE_IMM1",
177 { "OPERAND_TYPE_IMM8",
179 { "OPERAND_TYPE_IMM8S",
181 { "OPERAND_TYPE_IMM16",
183 { "OPERAND_TYPE_IMM32",
185 { "OPERAND_TYPE_IMM32S",
187 { "OPERAND_TYPE_IMM64",
189 { "OPERAND_TYPE_BASEINDEX",
191 { "OPERAND_TYPE_DISP8",
193 { "OPERAND_TYPE_DISP16",
195 { "OPERAND_TYPE_DISP32",
197 { "OPERAND_TYPE_DISP32S",
199 { "OPERAND_TYPE_DISP64",
201 { "OPERAND_TYPE_INOUTPORTREG",
203 { "OPERAND_TYPE_SHIFTCOUNT",
205 { "OPERAND_TYPE_CONTROL",
207 { "OPERAND_TYPE_TEST",
209 { "OPERAND_TYPE_DEBUG",
211 { "OPERAND_TYPE_FLOATREG",
213 { "OPERAND_TYPE_FLOATACC",
215 { "OPERAND_TYPE_SREG2",
217 { "OPERAND_TYPE_SREG3",
219 { "OPERAND_TYPE_ACC",
221 { "OPERAND_TYPE_JUMPABSOLUTE",
223 { "OPERAND_TYPE_REGMMX",
225 { "OPERAND_TYPE_REGXMM",
227 { "OPERAND_TYPE_REGYMM",
229 { "OPERAND_TYPE_ESSEG",
231 { "OPERAND_TYPE_ACC32",
233 { "OPERAND_TYPE_ACC64",
235 { "OPERAND_TYPE_INOUTPORTREG",
237 { "OPERAND_TYPE_REG16_INOUTPORTREG",
238 "Reg16|InOutPortReg" },
239 { "OPERAND_TYPE_DISP16_32",
241 { "OPERAND_TYPE_ANYDISP",
242 "Disp8|Disp16|Disp32|Disp32S|Disp64" },
243 { "OPERAND_TYPE_IMM16_32",
245 { "OPERAND_TYPE_IMM16_32S",
247 { "OPERAND_TYPE_IMM16_32_32S",
248 "Imm16|Imm32|Imm32S" },
249 { "OPERAND_TYPE_IMM32_32S_DISP32",
250 "Imm32|Imm32S|Disp32" },
251 { "OPERAND_TYPE_IMM64_DISP64",
253 { "OPERAND_TYPE_IMM32_32S_64_DISP32",
254 "Imm32|Imm32S|Imm64|Disp32" },
255 { "OPERAND_TYPE_IMM32_32S_64_DISP32_64",
256 "Imm32|Imm32S|Imm64|Disp32|Disp64" },
257 { "OPERAND_TYPE_VEC_IMM4",
261 typedef struct bitfield
268 #define BITFIELD(n) { n, 0, #n }
270 static bitfield cpu_flags
[] =
278 BITFIELD (CpuClflush
),
279 BITFIELD (CpuSYSCALL
),
284 BITFIELD (CpuFISTTP
),
290 BITFIELD (CpuSSE4_1
),
291 BITFIELD (CpuSSE4_2
),
296 BITFIELD (Cpu3dnowA
),
297 BITFIELD (CpuPadLock
),
304 BITFIELD (CpuPCLMUL
),
312 BITFIELD (CpuRdtscp
),
316 BITFIELD (CpuUnused
),
320 static bitfield opcode_modifiers
[] =
326 BITFIELD (ShortForm
),
328 BITFIELD (JumpDword
),
330 BITFIELD (JumpInterSegment
),
337 BITFIELD (IgnoreSize
),
338 BITFIELD (DefaultSize
),
347 BITFIELD (IsLockable
),
348 BITFIELD (RegKludge
),
349 BITFIELD (FirstXmm0
),
350 BITFIELD (Implicit1stXmm0
),
353 BITFIELD (AddrPrefixOp0
),
362 BITFIELD (VexOpcode
),
363 BITFIELD (VexSources
),
364 BITFIELD (VexImmExt
),
368 BITFIELD (ATTMnemonic
),
369 BITFIELD (ATTSyntax
),
370 BITFIELD (IntelSyntax
),
373 static bitfield operand_types
[] =
390 BITFIELD (BaseIndex
),
396 BITFIELD (InOutPortReg
),
397 BITFIELD (ShiftCount
),
405 BITFIELD (JumpAbsolute
),
417 BITFIELD (Unspecified
),
425 static const char *filename
;
428 compare (const void *x
, const void *y
)
430 const bitfield
*xp
= (const bitfield
*) x
;
431 const bitfield
*yp
= (const bitfield
*) y
;
432 return xp
->position
- yp
->position
;
436 fail (const char *message
, ...)
440 va_start (args
, message
);
441 fprintf (stderr
, _("%s: Error: "), program_name
);
442 vfprintf (stderr
, message
, args
);
448 process_copyright (FILE *fp
)
450 fprintf (fp
, "/* This file is automatically generated by i386-gen. Do not edit! */\n\
451 /* Copyright 2007, 2008, 2009, 2010\n\
452 Free Software Foundation, Inc.\n\
454 This file is part of the GNU opcodes library.\n\
456 This library is free software; you can redistribute it and/or modify\n\
457 it under the terms of the GNU General Public License as published by\n\
458 the Free Software Foundation; either version 3, or (at your option)\n\
459 any later version.\n\
461 It is distributed in the hope that it will be useful, but WITHOUT\n\
462 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n\
463 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public\n\
464 License for more details.\n\
466 You should have received a copy of the GNU General Public License\n\
467 along with this program; if not, write to the Free Software\n\
468 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,\n\
469 MA 02110-1301, USA. */\n");
472 /* Remove leading white spaces. */
475 remove_leading_whitespaces (char *str
)
477 while (ISSPACE (*str
))
482 /* Remove trailing white spaces. */
485 remove_trailing_whitespaces (char *str
)
487 size_t last
= strlen (str
);
495 if (ISSPACE (str
[last
]))
503 /* Find next field separated by SEP and terminate it. Return a
504 pointer to the one after it. */
507 next_field (char *str
, char sep
, char **next
, char *last
)
511 p
= remove_leading_whitespaces (str
);
512 for (str
= p
; *str
!= sep
&& *str
!= '\0'; str
++);
515 remove_trailing_whitespaces (p
);
526 set_bitfield (const char *f
, bitfield
*array
, int value
,
527 unsigned int size
, int lineno
)
531 if (strcmp (f
, "CpuFP") == 0)
533 set_bitfield("Cpu387", array
, value
, size
, lineno
);
534 set_bitfield("Cpu287", array
, value
, size
, lineno
);
537 else if (strcmp (f
, "Mmword") == 0)
539 else if (strcmp (f
, "Oword") == 0)
542 for (i
= 0; i
< size
; i
++)
543 if (strcasecmp (array
[i
].name
, f
) == 0)
545 array
[i
].value
= value
;
551 const char *v
= strchr (f
, '=');
558 for (i
= 0; i
< size
; i
++)
559 if (strncasecmp (array
[i
].name
, f
, n
) == 0)
561 value
= strtol (v
+ 1, &end
, 0);
564 array
[i
].value
= value
;
573 fail (_("%s: %d: Unknown bitfield: %s\n"), filename
, lineno
, f
);
575 fail (_("Unknown bitfield: %s\n"), f
);
579 output_cpu_flags (FILE *table
, bitfield
*flags
, unsigned int size
,
580 int macro
, const char *comma
, const char *indent
)
584 fprintf (table
, "%s{ { ", indent
);
586 for (i
= 0; i
< size
- 1; i
++)
588 fprintf (table
, "%d, ", flags
[i
].value
);
589 if (((i
+ 1) % 20) == 0)
591 /* We need \\ for macro. */
593 fprintf (table
, " \\\n %s", indent
);
595 fprintf (table
, "\n %s", indent
);
599 fprintf (table
, "%d } }%s\n", flags
[i
].value
, comma
);
603 process_i386_cpu_flag (FILE *table
, char *flag
, int macro
,
604 const char *comma
, const char *indent
,
607 char *str
, *next
, *last
;
609 bitfield flags
[ARRAY_SIZE (cpu_flags
)];
611 /* Copy the default cpu flags. */
612 memcpy (flags
, cpu_flags
, sizeof (cpu_flags
));
614 if (strcasecmp (flag
, "unknown") == 0)
616 /* We turn on everything except for cpu64 in case of
617 CPU_UNKNOWN_FLAGS. */
618 for (i
= 0; i
< ARRAY_SIZE (flags
); i
++)
619 if (flags
[i
].position
!= Cpu64
)
622 else if (flag
[0] == '~')
624 last
= flag
+ strlen (flag
);
631 fail (_("%s: %d: Missing `)' in bitfield: %s\n"), filename
,
638 /* First we turn on everything except for cpu64. */
639 for (i
= 0; i
< ARRAY_SIZE (flags
); i
++)
640 if (flags
[i
].position
!= Cpu64
)
643 /* Turn off selective bits. */
644 for (; next
&& next
< last
; )
646 str
= next_field (next
, '|', &next
, last
);
648 set_bitfield (str
, flags
, 0, ARRAY_SIZE (flags
), lineno
);
651 else if (strcmp (flag
, "0"))
653 /* Turn on selective bits. */
654 last
= flag
+ strlen (flag
);
655 for (next
= flag
; next
&& next
< last
; )
657 str
= next_field (next
, '|', &next
, last
);
659 set_bitfield (str
, flags
, 1, ARRAY_SIZE (flags
), lineno
);
663 output_cpu_flags (table
, flags
, ARRAY_SIZE (flags
), macro
,
668 output_opcode_modifier (FILE *table
, bitfield
*modifier
, unsigned int size
)
672 fprintf (table
, " { ");
674 for (i
= 0; i
< size
- 1; i
++)
676 fprintf (table
, "%d, ", modifier
[i
].value
);
677 if (((i
+ 1) % 20) == 0)
678 fprintf (table
, "\n ");
681 fprintf (table
, "%d },\n", modifier
[i
].value
);
685 process_i386_opcode_modifier (FILE *table
, char *mod
, int lineno
)
687 char *str
, *next
, *last
;
688 bitfield modifiers
[ARRAY_SIZE (opcode_modifiers
)];
690 /* Copy the default opcode modifier. */
691 memcpy (modifiers
, opcode_modifiers
, sizeof (modifiers
));
693 if (strcmp (mod
, "0"))
695 last
= mod
+ strlen (mod
);
696 for (next
= mod
; next
&& next
< last
; )
698 str
= next_field (next
, '|', &next
, last
);
700 set_bitfield (str
, modifiers
, 1, ARRAY_SIZE (modifiers
),
704 output_opcode_modifier (table
, modifiers
, ARRAY_SIZE (modifiers
));
708 output_operand_type (FILE *table
, bitfield
*types
, unsigned int size
,
709 int macro
, const char *indent
)
713 fprintf (table
, "{ { ");
715 for (i
= 0; i
< size
- 1; i
++)
717 fprintf (table
, "%d, ", types
[i
].value
);
718 if (((i
+ 1) % 20) == 0)
720 /* We need \\ for macro. */
722 fprintf (table
, "\\\n%s", indent
);
724 fprintf (table
, "\n%s", indent
);
728 fprintf (table
, "%d } }", types
[i
].value
);
732 process_i386_operand_type (FILE *table
, char *op
, int macro
,
733 const char *indent
, int lineno
)
735 char *str
, *next
, *last
;
736 bitfield types
[ARRAY_SIZE (operand_types
)];
738 /* Copy the default operand type. */
739 memcpy (types
, operand_types
, sizeof (types
));
741 if (strcmp (op
, "0"))
743 last
= op
+ strlen (op
);
744 for (next
= op
; next
&& next
< last
; )
746 str
= next_field (next
, '|', &next
, last
);
748 set_bitfield (str
, types
, 1, ARRAY_SIZE (types
), lineno
);
751 output_operand_type (table
, types
, ARRAY_SIZE (types
), macro
,
756 output_i386_opcode (FILE *table
, const char *name
, char *str
,
757 char *last
, int lineno
)
760 char *operands
, *base_opcode
, *extension_opcode
, *opcode_length
;
761 char *cpu_flags
, *opcode_modifier
, *operand_types
[MAX_OPERANDS
];
763 /* Find number of operands. */
764 operands
= next_field (str
, ',', &str
, last
);
766 /* Find base_opcode. */
767 base_opcode
= next_field (str
, ',', &str
, last
);
769 /* Find extension_opcode. */
770 extension_opcode
= next_field (str
, ',', &str
, last
);
772 /* Find opcode_length. */
773 opcode_length
= next_field (str
, ',', &str
, last
);
775 /* Find cpu_flags. */
776 cpu_flags
= next_field (str
, ',', &str
, last
);
778 /* Find opcode_modifier. */
779 opcode_modifier
= next_field (str
, ',', &str
, last
);
781 /* Remove the first {. */
782 str
= remove_leading_whitespaces (str
);
785 str
= remove_leading_whitespaces (str
+ 1);
789 /* There are at least "X}". */
793 /* Remove trailing white spaces and }. */
797 if (ISSPACE (str
[i
]) || str
[i
] == '}')
806 /* Find operand_types. */
807 for (i
= 0; i
< ARRAY_SIZE (operand_types
); i
++)
811 operand_types
[i
] = NULL
;
815 operand_types
[i
] = next_field (str
, ',', &str
, last
);
816 if (*operand_types
[i
] == '0')
819 operand_types
[i
] = NULL
;
824 fprintf (table
, " { \"%s\", %s, %s, %s, %s,\n",
825 name
, operands
, base_opcode
, extension_opcode
,
828 process_i386_cpu_flag (table
, cpu_flags
, 0, ",", " ", lineno
);
830 process_i386_opcode_modifier (table
, opcode_modifier
, lineno
);
832 fprintf (table
, " { ");
834 for (i
= 0; i
< ARRAY_SIZE (operand_types
); i
++)
836 if (operand_types
[i
] == NULL
|| *operand_types
[i
] == '0')
839 process_i386_operand_type (table
, "0", 0, "\t ", lineno
);
844 fprintf (table
, ",\n ");
846 process_i386_operand_type (table
, operand_types
[i
], 0,
849 fprintf (table
, " } },\n");
852 struct opcode_hash_entry
854 struct opcode_hash_entry
*next
;
860 /* Calculate the hash value of an opcode hash entry P. */
863 opcode_hash_hash (const void *p
)
865 struct opcode_hash_entry
*entry
= (struct opcode_hash_entry
*) p
;
866 return htab_hash_string (entry
->name
);
869 /* Compare a string Q against an opcode hash entry P. */
872 opcode_hash_eq (const void *p
, const void *q
)
874 struct opcode_hash_entry
*entry
= (struct opcode_hash_entry
*) p
;
875 const char *name
= (const char *) q
;
876 return strcmp (name
, entry
->name
) == 0;
880 process_i386_opcodes (FILE *table
)
885 char *str
, *p
, *last
, *name
;
886 struct opcode_hash_entry
**hash_slot
, **entry
, *next
;
887 htab_t opcode_hash_table
;
888 struct opcode_hash_entry
**opcode_array
;
889 unsigned int opcode_array_size
= 1024;
892 filename
= "i386-opc.tbl";
893 fp
= fopen (filename
, "r");
896 fail (_("can't find i386-opc.tbl for reading, errno = %s\n"),
900 opcode_array
= (struct opcode_hash_entry
**)
901 xmalloc (sizeof (*opcode_array
) * opcode_array_size
);
903 opcode_hash_table
= htab_create_alloc (16, opcode_hash_hash
,
904 opcode_hash_eq
, NULL
,
907 fprintf (table
, "\n/* i386 opcode table. */\n\n");
908 fprintf (table
, "const insn_template i386_optab[] =\n{\n");
910 /* Put everything on opcode array. */
913 if (fgets (buf
, sizeof (buf
), fp
) == NULL
)
918 p
= remove_leading_whitespaces (buf
);
921 str
= strstr (p
, "//");
925 /* Remove trailing white spaces. */
926 remove_trailing_whitespaces (p
);
931 /* Ignore comments. */
939 last
= p
+ strlen (p
);
942 name
= next_field (p
, ',', &str
, last
);
944 /* Get the slot in hash table. */
945 hash_slot
= (struct opcode_hash_entry
**)
946 htab_find_slot_with_hash (opcode_hash_table
, name
,
947 htab_hash_string (name
),
950 if (*hash_slot
== NULL
)
952 /* It is the new one. Put it on opcode array. */
953 if (i
>= opcode_array_size
)
955 /* Grow the opcode array when needed. */
956 opcode_array_size
+= 1024;
957 opcode_array
= (struct opcode_hash_entry
**)
958 xrealloc (opcode_array
,
959 sizeof (*opcode_array
) * opcode_array_size
);
962 opcode_array
[i
] = (struct opcode_hash_entry
*)
963 xmalloc (sizeof (struct opcode_hash_entry
));
964 opcode_array
[i
]->next
= NULL
;
965 opcode_array
[i
]->name
= xstrdup (name
);
966 opcode_array
[i
]->opcode
= xstrdup (str
);
967 opcode_array
[i
]->lineno
= lineno
;
968 *hash_slot
= opcode_array
[i
];
973 /* Append it to the existing one. */
975 while ((*entry
) != NULL
)
976 entry
= &(*entry
)->next
;
977 *entry
= (struct opcode_hash_entry
*)
978 xmalloc (sizeof (struct opcode_hash_entry
));
979 (*entry
)->next
= NULL
;
980 (*entry
)->name
= (*hash_slot
)->name
;
981 (*entry
)->opcode
= xstrdup (str
);
982 (*entry
)->lineno
= lineno
;
986 /* Process opcode array. */
987 for (j
= 0; j
< i
; j
++)
989 for (next
= opcode_array
[j
]; next
; next
= next
->next
)
993 lineno
= next
->lineno
;
994 last
= str
+ strlen (str
);
995 output_i386_opcode (table
, name
, str
, last
, lineno
);
1001 fprintf (table
, " { NULL, 0, 0, 0, 0,\n");
1003 process_i386_cpu_flag (table
, "0", 0, ",", " ", -1);
1005 process_i386_opcode_modifier (table
, "0", -1);
1007 fprintf (table
, " { ");
1008 process_i386_operand_type (table
, "0", 0, "\t ", -1);
1009 fprintf (table
, " } }\n");
1011 fprintf (table
, "};\n");
1015 process_i386_registers (FILE *table
)
1019 char *str
, *p
, *last
;
1020 char *reg_name
, *reg_type
, *reg_flags
, *reg_num
;
1021 char *dw2_32_num
, *dw2_64_num
;
1024 filename
= "i386-reg.tbl";
1025 fp
= fopen (filename
, "r");
1027 fail (_("can't find i386-reg.tbl for reading, errno = %s\n"),
1030 fprintf (table
, "\n/* i386 register table. */\n\n");
1031 fprintf (table
, "const reg_entry i386_regtab[] =\n{\n");
1035 if (fgets (buf
, sizeof (buf
), fp
) == NULL
)
1040 p
= remove_leading_whitespaces (buf
);
1042 /* Skip comments. */
1043 str
= strstr (p
, "//");
1047 /* Remove trailing white spaces. */
1048 remove_trailing_whitespaces (p
);
1053 fprintf (table
, "%s\n", p
);
1061 last
= p
+ strlen (p
);
1063 /* Find reg_name. */
1064 reg_name
= next_field (p
, ',', &str
, last
);
1066 /* Find reg_type. */
1067 reg_type
= next_field (str
, ',', &str
, last
);
1069 /* Find reg_flags. */
1070 reg_flags
= next_field (str
, ',', &str
, last
);
1073 reg_num
= next_field (str
, ',', &str
, last
);
1075 fprintf (table
, " { \"%s\",\n ", reg_name
);
1077 process_i386_operand_type (table
, reg_type
, 0, "\t", lineno
);
1079 /* Find 32-bit Dwarf2 register number. */
1080 dw2_32_num
= next_field (str
, ',', &str
, last
);
1082 /* Find 64-bit Dwarf2 register number. */
1083 dw2_64_num
= next_field (str
, ',', &str
, last
);
1085 fprintf (table
, ",\n %s, %s, { %s, %s } },\n",
1086 reg_flags
, reg_num
, dw2_32_num
, dw2_64_num
);
1091 fprintf (table
, "};\n");
1093 fprintf (table
, "\nconst unsigned int i386_regtab_size = ARRAY_SIZE (i386_regtab);\n");
1097 process_i386_initializers (void)
1100 FILE *fp
= fopen ("i386-init.h", "w");
1104 fail (_("can't create i386-init.h, errno = %s\n"),
1107 process_copyright (fp
);
1109 for (i
= 0; i
< ARRAY_SIZE (cpu_flag_init
); i
++)
1111 fprintf (fp
, "\n#define %s \\\n", cpu_flag_init
[i
].name
);
1112 init
= xstrdup (cpu_flag_init
[i
].init
);
1113 process_i386_cpu_flag (fp
, init
, 1, "", " ", -1);
1117 for (i
= 0; i
< ARRAY_SIZE (operand_type_init
); i
++)
1119 fprintf (fp
, "\n\n#define %s \\\n ", operand_type_init
[i
].name
);
1120 init
= xstrdup (operand_type_init
[i
].init
);
1121 process_i386_operand_type (fp
, init
, 1, " ", -1);
1129 /* Program options. */
1130 #define OPTION_SRCDIR 200
1132 struct option long_options
[] =
1134 {"srcdir", required_argument
, NULL
, OPTION_SRCDIR
},
1135 {"debug", no_argument
, NULL
, 'd'},
1136 {"version", no_argument
, NULL
, 'V'},
1137 {"help", no_argument
, NULL
, 'h'},
1138 {0, no_argument
, NULL
, 0}
1142 print_version (void)
1144 printf ("%s: version 1.0\n", program_name
);
1149 usage (FILE * stream
, int status
)
1151 fprintf (stream
, "Usage: %s [-V | --version] [-d | --debug] [--srcdir=dirname] [--help]\n",
1157 main (int argc
, char **argv
)
1159 extern int chdir (char *);
1160 char *srcdir
= NULL
;
1164 program_name
= *argv
;
1165 xmalloc_set_program_name (program_name
);
1167 while ((c
= getopt_long (argc
, argv
, "vVdh", long_options
, 0)) != EOF
)
1192 if (chdir (srcdir
) != 0)
1193 fail (_("unable to change directory to \"%s\", errno = %s\n"),
1194 srcdir
, xstrerror (errno
));
1196 /* Check the unused bitfield in i386_cpu_flags. */
1198 c
= CpuNumOfBits
- CpuMax
- 1;
1200 fail (_("%d unused bits in i386_cpu_flags.\n"), c
);
1203 /* Check the unused bitfield in i386_operand_type. */
1205 c
= OTNumOfBits
- OTMax
- 1;
1207 fail (_("%d unused bits in i386_operand_type.\n"), c
);
1210 qsort (cpu_flags
, ARRAY_SIZE (cpu_flags
), sizeof (cpu_flags
[0]),
1213 qsort (opcode_modifiers
, ARRAY_SIZE (opcode_modifiers
),
1214 sizeof (opcode_modifiers
[0]), compare
);
1216 qsort (operand_types
, ARRAY_SIZE (operand_types
),
1217 sizeof (operand_types
[0]), compare
);
1219 table
= fopen ("i386-tbl.h", "w");
1221 fail (_("can't create i386-tbl.h, errno = %s\n"),
1224 process_copyright (table
);
1226 process_i386_opcodes (table
);
1227 process_i386_registers (table
);
1228 process_i386_initializers ();