/* An enumeration of the different IA-64 instruction types. */
-enum instruction_type
+enum ia64_instruction_type
{
A, /* Integer ALU ; I-unit or M-unit */
I, /* Non-ALU integer; I-unit */
replace_bit_field (bundle, instr, 5+41*slotnum, 41);
}
-static const enum instruction_type template_encoding_table[32][3] =
+static const enum ia64_instruction_type template_encoding_table[32][3] =
{
{ M, I, I }, /* 00 */
{ M, I, I }, /* 01 */
address of the next instruction to fetch. */
static CORE_ADDR
-fetch_instruction (CORE_ADDR addr, instruction_type *it, long long *instr)
+fetch_instruction (CORE_ADDR addr, ia64_instruction_type *it, long long *instr)
{
gdb_byte bundle[BUNDLE_LEN];
int slotnum = (int) (addr & 0x0f) / SLOT_MULTIPLIER;
{
CORE_ADDR next_pc;
CORE_ADDR last_prologue_pc = pc;
- instruction_type it;
+ ia64_instruction_type it;
long long instr;
int cfm_reg = 0;
int ret_reg = 0;
struct trad_frame_saved_reg *saved_regs;
};
-enum instruction_type
+enum z80_instruction_type
{
insn_default,
insn_z80,
gdb_byte code;
gdb_byte mask;
gdb_byte size; /* without prefix(es) */
- enum instruction_type type;
+ enum z80_instruction_type type;
};
/* Constants */