Deleted Added
full compact
cgen-dis.in (89857) cgen-dis.in (91041)
1/* Disassembler interface for targets using CGEN. -*- C -*-
2 CGEN: Cpu tools GENerator
3
4THIS FILE IS MACHINE GENERATED WITH CGEN.
5- the resultant file is machine generated, cgen-dis.in isn't
6
7Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
8

--- 372 unchanged lines hidden (view full) ---

381 mach = CGEN_COMPUTE_MACH (info);
382#else
383 mach = info->mach;
384#endif
385
386#ifdef CGEN_COMPUTE_ISA
387 isa = CGEN_COMPUTE_ISA (info);
388#else
1/* Disassembler interface for targets using CGEN. -*- C -*-
2 CGEN: Cpu tools GENerator
3
4THIS FILE IS MACHINE GENERATED WITH CGEN.
5- the resultant file is machine generated, cgen-dis.in isn't
6
7Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
8

--- 372 unchanged lines hidden (view full) ---

381 mach = CGEN_COMPUTE_MACH (info);
382#else
383 mach = info->mach;
384#endif
385
386#ifdef CGEN_COMPUTE_ISA
387 isa = CGEN_COMPUTE_ISA (info);
388#else
389 isa = 0;
389 isa = info->insn_sets;
390#endif
391
392 /* If we've switched cpu's, close the current table and open a new one. */
393 if (cd
394 && (isa != prev_isa
395 || mach != prev_mach
396 || endian != prev_endian))
397 {

--- 40 unchanged lines hidden ---
390#endif
391
392 /* If we've switched cpu's, close the current table and open a new one. */
393 if (cd
394 && (isa != prev_isa
395 || mach != prev_mach
396 || endian != prev_endian))
397 {

--- 40 unchanged lines hidden ---