1 /* Disassembler interface for targets using CGEN. -*- C -*-
2 CGEN: Cpu tools GENerator
4 THIS FILE IS MACHINE GENERATED WITH CGEN.
5 - the resultant file is machine generated, cgen-dis.in isn't
7 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
8 Free Software Foundation, Inc.
10 This file is part of the GNU Binutils and GDB, the GNU debugger.
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2, or (at your option)
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software Foundation, Inc.,
24 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
26 /* ??? Eventually more and more of this stuff can go to cpu-independent files.
35 #include "libiberty.h"
40 /* Default text to print if an instruction isn't recognized. */
41 #define UNKNOWN_INSN_MSG _("*unknown*")
43 static void print_normal
44 PARAMS ((CGEN_CPU_DESC
, PTR
, long, unsigned int, bfd_vma
, int));
45 static void print_address
46 PARAMS ((CGEN_CPU_DESC
, PTR
, bfd_vma
, unsigned int, bfd_vma
, int));
47 static void print_keyword
48 PARAMS ((CGEN_CPU_DESC
, PTR
, CGEN_KEYWORD
*, long, unsigned int));
49 static void print_insn_normal
50 PARAMS ((CGEN_CPU_DESC
, PTR
, const CGEN_INSN
*, CGEN_FIELDS
*,
53 PARAMS ((CGEN_CPU_DESC
, bfd_vma
, disassemble_info
*, char *, unsigned));
54 static int default_print_insn
55 PARAMS ((CGEN_CPU_DESC
, bfd_vma
, disassemble_info
*));
57 PARAMS ((CGEN_CPU_DESC
, bfd_vma
, disassemble_info
*, char *, int,
58 CGEN_EXTRACT_INFO
*, unsigned long *));
60 /* -- disassembler routines inserted here */
64 PARAMS ((CGEN_CPU_DESC
, PTR
, CGEN_KEYWORD
*, long, unsigned));
66 PARAMS ((CGEN_CPU_DESC
, PTR
, long, unsigned, bfd_vma
, int));
68 PARAMS ((CGEN_CPU_DESC
, PTR
, long, unsigned, bfd_vma
, int));
71 print_spr (cd
, dis_info
, names
, regno
, attrs
)
78 /* Use the register index format for any unnamed registers. */
79 if (cgen_keyword_lookup_value (names
, regno
) == NULL
)
81 disassemble_info
*info
= (disassemble_info
*) dis_info
;
82 (*info
->fprintf_func
) (info
->stream
, "spr[%ld]", regno
);
85 print_keyword (cd
, dis_info
, names
, regno
, attrs
);
89 print_hi (cd
, dis_info
, value
, attrs
, pc
, length
)
90 CGEN_CPU_DESC cd ATTRIBUTE_UNUSED
;
93 unsigned int attrs ATTRIBUTE_UNUSED
;
94 bfd_vma pc ATTRIBUTE_UNUSED
;
95 int length ATTRIBUTE_UNUSED
;
97 disassemble_info
*info
= (disassemble_info
*) dis_info
;
99 (*info
->fprintf_func
) (info
->stream
, "0x%lx", value
);
101 (*info
->fprintf_func
) (info
->stream
, "hi(0x%lx)", value
);
105 print_lo (cd
, dis_info
, value
, attrs
, pc
, length
)
106 CGEN_CPU_DESC cd ATTRIBUTE_UNUSED
;
109 unsigned int attrs ATTRIBUTE_UNUSED
;
110 bfd_vma pc ATTRIBUTE_UNUSED
;
111 int length ATTRIBUTE_UNUSED
;
113 disassemble_info
*info
= (disassemble_info
*) dis_info
;
115 (*info
->fprintf_func
) (info
->stream
, "0x%lx", value
);
117 (*info
->fprintf_func
) (info
->stream
, "lo(0x%lx)", value
);
122 void frv_cgen_print_operand
123 PARAMS ((CGEN_CPU_DESC
, int, PTR
, CGEN_FIELDS
*,
124 void const *, bfd_vma
, int));
126 /* Main entry point for printing operands.
127 XINFO is a `void *' and not a `disassemble_info *' to not put a requirement
128 of dis-asm.h on cgen.h.
130 This function is basically just a big switch statement. Earlier versions
131 used tables to look up the function to use, but
132 - if the table contains both assembler and disassembler functions then
133 the disassembler contains much of the assembler and vice-versa,
134 - there's a lot of inlining possibilities as things grow,
135 - using a switch statement avoids the function call overhead.
137 This function could be moved into `print_insn_normal', but keeping it
138 separate makes clear the interface between `print_insn_normal' and each of
142 frv_cgen_print_operand (cd
, opindex
, xinfo
, fields
, attrs
, pc
, length
)
147 void const *attrs ATTRIBUTE_UNUSED
;
151 disassemble_info
*info
= (disassemble_info
*) xinfo
;
156 print_normal (cd
, info
, fields
->f_A
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
158 case FRV_OPERAND_ACC40SI
:
159 print_keyword (cd
, info
, & frv_cgen_opval_acc_names
, fields
->f_ACC40Si
, 0);
161 case FRV_OPERAND_ACC40SK
:
162 print_keyword (cd
, info
, & frv_cgen_opval_acc_names
, fields
->f_ACC40Sk
, 0);
164 case FRV_OPERAND_ACC40UI
:
165 print_keyword (cd
, info
, & frv_cgen_opval_acc_names
, fields
->f_ACC40Ui
, 0);
167 case FRV_OPERAND_ACC40UK
:
168 print_keyword (cd
, info
, & frv_cgen_opval_acc_names
, fields
->f_ACC40Uk
, 0);
170 case FRV_OPERAND_ACCGI
:
171 print_keyword (cd
, info
, & frv_cgen_opval_accg_names
, fields
->f_ACCGi
, 0);
173 case FRV_OPERAND_ACCGK
:
174 print_keyword (cd
, info
, & frv_cgen_opval_accg_names
, fields
->f_ACCGk
, 0);
176 case FRV_OPERAND_CCI
:
177 print_keyword (cd
, info
, & frv_cgen_opval_cccr_names
, fields
->f_CCi
, 0);
179 case FRV_OPERAND_CPRDOUBLEK
:
180 print_keyword (cd
, info
, & frv_cgen_opval_cpr_names
, fields
->f_CPRk
, 0);
182 case FRV_OPERAND_CPRI
:
183 print_keyword (cd
, info
, & frv_cgen_opval_cpr_names
, fields
->f_CPRi
, 0);
185 case FRV_OPERAND_CPRJ
:
186 print_keyword (cd
, info
, & frv_cgen_opval_cpr_names
, fields
->f_CPRj
, 0);
188 case FRV_OPERAND_CPRK
:
189 print_keyword (cd
, info
, & frv_cgen_opval_cpr_names
, fields
->f_CPRk
, 0);
191 case FRV_OPERAND_CRI
:
192 print_keyword (cd
, info
, & frv_cgen_opval_cccr_names
, fields
->f_CRi
, 0);
194 case FRV_OPERAND_CRJ
:
195 print_keyword (cd
, info
, & frv_cgen_opval_cccr_names
, fields
->f_CRj
, 0);
197 case FRV_OPERAND_CRJ_FLOAT
:
198 print_keyword (cd
, info
, & frv_cgen_opval_cccr_names
, fields
->f_CRj_float
, 0);
200 case FRV_OPERAND_CRJ_INT
:
201 print_keyword (cd
, info
, & frv_cgen_opval_cccr_names
, fields
->f_CRj_int
, 0);
203 case FRV_OPERAND_CRK
:
204 print_keyword (cd
, info
, & frv_cgen_opval_cccr_names
, fields
->f_CRk
, 0);
206 case FRV_OPERAND_FCCI_1
:
207 print_keyword (cd
, info
, & frv_cgen_opval_fccr_names
, fields
->f_FCCi_1
, 0);
209 case FRV_OPERAND_FCCI_2
:
210 print_keyword (cd
, info
, & frv_cgen_opval_fccr_names
, fields
->f_FCCi_2
, 0);
212 case FRV_OPERAND_FCCI_3
:
213 print_keyword (cd
, info
, & frv_cgen_opval_fccr_names
, fields
->f_FCCi_3
, 0);
215 case FRV_OPERAND_FCCK
:
216 print_keyword (cd
, info
, & frv_cgen_opval_fccr_names
, fields
->f_FCCk
, 0);
218 case FRV_OPERAND_FRDOUBLEI
:
219 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRi
, 0);
221 case FRV_OPERAND_FRDOUBLEJ
:
222 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRj
, 0);
224 case FRV_OPERAND_FRDOUBLEK
:
225 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRk
, 0);
227 case FRV_OPERAND_FRI
:
228 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRi
, 0);
230 case FRV_OPERAND_FRINTI
:
231 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRi
, 0);
233 case FRV_OPERAND_FRINTJ
:
234 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRj
, 0);
236 case FRV_OPERAND_FRINTK
:
237 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRk
, 0);
239 case FRV_OPERAND_FRJ
:
240 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRj
, 0);
242 case FRV_OPERAND_FRK
:
243 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRk
, 0);
245 case FRV_OPERAND_FRKHI
:
246 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRk
, 0);
248 case FRV_OPERAND_FRKLO
:
249 print_keyword (cd
, info
, & frv_cgen_opval_fr_names
, fields
->f_FRk
, 0);
251 case FRV_OPERAND_GRDOUBLEK
:
252 print_keyword (cd
, info
, & frv_cgen_opval_gr_names
, fields
->f_GRk
, 0);
254 case FRV_OPERAND_GRI
:
255 print_keyword (cd
, info
, & frv_cgen_opval_gr_names
, fields
->f_GRi
, 0);
257 case FRV_OPERAND_GRJ
:
258 print_keyword (cd
, info
, & frv_cgen_opval_gr_names
, fields
->f_GRj
, 0);
260 case FRV_OPERAND_GRK
:
261 print_keyword (cd
, info
, & frv_cgen_opval_gr_names
, fields
->f_GRk
, 0);
263 case FRV_OPERAND_GRKHI
:
264 print_keyword (cd
, info
, & frv_cgen_opval_gr_names
, fields
->f_GRk
, 0);
266 case FRV_OPERAND_GRKLO
:
267 print_keyword (cd
, info
, & frv_cgen_opval_gr_names
, fields
->f_GRk
, 0);
269 case FRV_OPERAND_ICCI_1
:
270 print_keyword (cd
, info
, & frv_cgen_opval_iccr_names
, fields
->f_ICCi_1
, 0);
272 case FRV_OPERAND_ICCI_2
:
273 print_keyword (cd
, info
, & frv_cgen_opval_iccr_names
, fields
->f_ICCi_2
, 0);
275 case FRV_OPERAND_ICCI_3
:
276 print_keyword (cd
, info
, & frv_cgen_opval_iccr_names
, fields
->f_ICCi_3
, 0);
278 case FRV_OPERAND_LI
:
279 print_normal (cd
, info
, fields
->f_LI
, 0, pc
, length
);
281 case FRV_OPERAND_AE
:
282 print_normal (cd
, info
, fields
->f_ae
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
284 case FRV_OPERAND_CCOND
:
285 print_normal (cd
, info
, fields
->f_ccond
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
287 case FRV_OPERAND_COND
:
288 print_normal (cd
, info
, fields
->f_cond
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
290 case FRV_OPERAND_D12
:
291 print_normal (cd
, info
, fields
->f_d12
, 0|(1<<CGEN_OPERAND_SIGNED
), pc
, length
);
293 case FRV_OPERAND_DEBUG
:
294 print_normal (cd
, info
, fields
->f_debug
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
296 case FRV_OPERAND_EIR
:
297 print_normal (cd
, info
, fields
->f_eir
, 0, pc
, length
);
299 case FRV_OPERAND_HINT
:
300 print_normal (cd
, info
, fields
->f_hint
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
302 case FRV_OPERAND_HINT_NOT_TAKEN
:
303 print_keyword (cd
, info
, & frv_cgen_opval_h_hint_not_taken
, fields
->f_hint
, 0);
305 case FRV_OPERAND_HINT_TAKEN
:
306 print_keyword (cd
, info
, & frv_cgen_opval_h_hint_taken
, fields
->f_hint
, 0);
308 case FRV_OPERAND_LABEL16
:
309 print_address (cd
, info
, fields
->f_label16
, 0|(1<<CGEN_OPERAND_PCREL_ADDR
), pc
, length
);
311 case FRV_OPERAND_LABEL24
:
312 print_address (cd
, info
, fields
->f_label24
, 0|(1<<CGEN_OPERAND_PCREL_ADDR
)|(1<<CGEN_OPERAND_VIRTUAL
), pc
, length
);
314 case FRV_OPERAND_LOCK
:
315 print_normal (cd
, info
, fields
->f_lock
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
317 case FRV_OPERAND_PACK
:
318 print_keyword (cd
, info
, & frv_cgen_opval_h_pack
, fields
->f_pack
, 0);
320 case FRV_OPERAND_S10
:
321 print_normal (cd
, info
, fields
->f_s10
, 0|(1<<CGEN_OPERAND_SIGNED
)|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
323 case FRV_OPERAND_S12
:
324 print_normal (cd
, info
, fields
->f_d12
, 0|(1<<CGEN_OPERAND_SIGNED
)|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
326 case FRV_OPERAND_S16
:
327 print_normal (cd
, info
, fields
->f_s16
, 0|(1<<CGEN_OPERAND_SIGNED
)|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
329 case FRV_OPERAND_S5
:
330 print_normal (cd
, info
, fields
->f_s5
, 0|(1<<CGEN_OPERAND_SIGNED
)|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
332 case FRV_OPERAND_S6
:
333 print_normal (cd
, info
, fields
->f_s6
, 0|(1<<CGEN_OPERAND_SIGNED
)|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
335 case FRV_OPERAND_S6_1
:
336 print_normal (cd
, info
, fields
->f_s6_1
, 0|(1<<CGEN_OPERAND_SIGNED
)|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
338 case FRV_OPERAND_SLO16
:
339 print_lo (cd
, info
, fields
->f_s16
, 0|(1<<CGEN_OPERAND_SIGNED
), pc
, length
);
341 case FRV_OPERAND_SPR
:
342 print_spr (cd
, info
, & frv_cgen_opval_spr_names
, fields
->f_spr
, 0|(1<<CGEN_OPERAND_VIRTUAL
));
344 case FRV_OPERAND_U12
:
345 print_normal (cd
, info
, fields
->f_u12
, 0|(1<<CGEN_OPERAND_SIGNED
)|(1<<CGEN_OPERAND_HASH_PREFIX
)|(1<<CGEN_OPERAND_VIRTUAL
), pc
, length
);
347 case FRV_OPERAND_U16
:
348 print_normal (cd
, info
, fields
->f_u16
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
350 case FRV_OPERAND_U6
:
351 print_normal (cd
, info
, fields
->f_u6
, 0|(1<<CGEN_OPERAND_HASH_PREFIX
), pc
, length
);
353 case FRV_OPERAND_UHI16
:
354 print_hi (cd
, info
, fields
->f_u16
, 0, pc
, length
);
356 case FRV_OPERAND_ULO16
:
357 print_lo (cd
, info
, fields
->f_u16
, 0, pc
, length
);
361 /* xgettext:c-format */
362 fprintf (stderr
, _("Unrecognized field %d while printing insn.\n"),
368 cgen_print_fn
* const frv_cgen_print_handlers
[] =
375 frv_cgen_init_dis (cd
)
378 frv_cgen_init_opcode_table (cd
);
379 frv_cgen_init_ibld_table (cd
);
380 cd
->print_handlers
= & frv_cgen_print_handlers
[0];
381 cd
->print_operand
= frv_cgen_print_operand
;
385 /* Default print handler. */
388 print_normal (cd
, dis_info
, value
, attrs
, pc
, length
)
389 CGEN_CPU_DESC cd ATTRIBUTE_UNUSED
;
393 bfd_vma pc ATTRIBUTE_UNUSED
;
394 int length ATTRIBUTE_UNUSED
;
396 disassemble_info
*info
= (disassemble_info
*) dis_info
;
398 #ifdef CGEN_PRINT_NORMAL
399 CGEN_PRINT_NORMAL (cd
, info
, value
, attrs
, pc
, length
);
402 /* Print the operand as directed by the attributes. */
403 if (CGEN_BOOL_ATTR (attrs
, CGEN_OPERAND_SEM_ONLY
))
404 ; /* nothing to do */
405 else if (CGEN_BOOL_ATTR (attrs
, CGEN_OPERAND_SIGNED
))
406 (*info
->fprintf_func
) (info
->stream
, "%ld", value
);
408 (*info
->fprintf_func
) (info
->stream
, "0x%lx", value
);
411 /* Default address handler. */
414 print_address (cd
, dis_info
, value
, attrs
, pc
, length
)
415 CGEN_CPU_DESC cd ATTRIBUTE_UNUSED
;
419 bfd_vma pc ATTRIBUTE_UNUSED
;
420 int length ATTRIBUTE_UNUSED
;
422 disassemble_info
*info
= (disassemble_info
*) dis_info
;
424 #ifdef CGEN_PRINT_ADDRESS
425 CGEN_PRINT_ADDRESS (cd
, info
, value
, attrs
, pc
, length
);
428 /* Print the operand as directed by the attributes. */
429 if (CGEN_BOOL_ATTR (attrs
, CGEN_OPERAND_SEM_ONLY
))
430 ; /* nothing to do */
431 else if (CGEN_BOOL_ATTR (attrs
, CGEN_OPERAND_PCREL_ADDR
))
432 (*info
->print_address_func
) (value
, info
);
433 else if (CGEN_BOOL_ATTR (attrs
, CGEN_OPERAND_ABS_ADDR
))
434 (*info
->print_address_func
) (value
, info
);
435 else if (CGEN_BOOL_ATTR (attrs
, CGEN_OPERAND_SIGNED
))
436 (*info
->fprintf_func
) (info
->stream
, "%ld", (long) value
);
438 (*info
->fprintf_func
) (info
->stream
, "0x%lx", (long) value
);
441 /* Keyword print handler. */
444 print_keyword (cd
, dis_info
, keyword_table
, value
, attrs
)
445 CGEN_CPU_DESC cd ATTRIBUTE_UNUSED
;
447 CGEN_KEYWORD
*keyword_table
;
449 unsigned int attrs ATTRIBUTE_UNUSED
;
451 disassemble_info
*info
= (disassemble_info
*) dis_info
;
452 const CGEN_KEYWORD_ENTRY
*ke
;
454 ke
= cgen_keyword_lookup_value (keyword_table
, value
);
456 (*info
->fprintf_func
) (info
->stream
, "%s", ke
->name
);
458 (*info
->fprintf_func
) (info
->stream
, "???");
461 /* Default insn printer.
463 DIS_INFO is defined as `PTR' so the disassembler needn't know anything
464 about disassemble_info. */
467 print_insn_normal (cd
, dis_info
, insn
, fields
, pc
, length
)
470 const CGEN_INSN
*insn
;
475 const CGEN_SYNTAX
*syntax
= CGEN_INSN_SYNTAX (insn
);
476 disassemble_info
*info
= (disassemble_info
*) dis_info
;
477 const CGEN_SYNTAX_CHAR_TYPE
*syn
;
479 CGEN_INIT_PRINT (cd
);
481 for (syn
= CGEN_SYNTAX_STRING (syntax
); *syn
; ++syn
)
483 if (CGEN_SYNTAX_MNEMONIC_P (*syn
))
485 (*info
->fprintf_func
) (info
->stream
, "%s", CGEN_INSN_MNEMONIC (insn
));
488 if (CGEN_SYNTAX_CHAR_P (*syn
))
490 (*info
->fprintf_func
) (info
->stream
, "%c", CGEN_SYNTAX_CHAR (*syn
));
494 /* We have an operand. */
495 frv_cgen_print_operand (cd
, CGEN_SYNTAX_FIELD (*syn
), info
,
496 fields
, CGEN_INSN_ATTRS (insn
), pc
, length
);
500 /* Subroutine of print_insn. Reads an insn into the given buffers and updates
502 Returns 0 if all is well, non-zero otherwise. */
505 read_insn (cd
, pc
, info
, buf
, buflen
, ex_info
, insn_value
)
506 CGEN_CPU_DESC cd ATTRIBUTE_UNUSED
;
508 disassemble_info
*info
;
511 CGEN_EXTRACT_INFO
*ex_info
;
512 unsigned long *insn_value
;
514 int status
= (*info
->read_memory_func
) (pc
, buf
, buflen
, info
);
517 (*info
->memory_error_func
) (status
, pc
, info
);
521 ex_info
->dis_info
= info
;
522 ex_info
->valid
= (1 << buflen
) - 1;
523 ex_info
->insn_bytes
= buf
;
525 *insn_value
= bfd_get_bits (buf
, buflen
* 8, info
->endian
== BFD_ENDIAN_BIG
);
529 /* Utility to print an insn.
530 BUF is the base part of the insn, target byte order, BUFLEN bytes long.
531 The result is the size of the insn in bytes or zero for an unknown insn
532 or -1 if an error occurs fetching data (memory_error_func will have
536 print_insn (cd
, pc
, info
, buf
, buflen
)
539 disassemble_info
*info
;
543 CGEN_INSN_INT insn_value
;
544 const CGEN_INSN_LIST
*insn_list
;
545 CGEN_EXTRACT_INFO ex_info
;
548 /* Extract base part of instruction, just in case CGEN_DIS_* uses it. */
549 basesize
= cd
->base_insn_bitsize
< buflen
* 8 ?
550 cd
->base_insn_bitsize
: buflen
* 8;
551 insn_value
= cgen_get_insn_value (cd
, buf
, basesize
);
554 /* Fill in ex_info fields like read_insn would. Don't actually call
555 read_insn, since the incoming buffer is already read (and possibly
556 modified a la m32r). */
557 ex_info
.valid
= (1 << buflen
) - 1;
558 ex_info
.dis_info
= info
;
559 ex_info
.insn_bytes
= buf
;
561 /* The instructions are stored in hash lists.
562 Pick the first one and keep trying until we find the right one. */
564 insn_list
= CGEN_DIS_LOOKUP_INSN (cd
, buf
, insn_value
);
565 while (insn_list
!= NULL
)
567 const CGEN_INSN
*insn
= insn_list
->insn
;
570 unsigned long insn_value_cropped
;
572 #ifdef CGEN_VALIDATE_INSN_SUPPORTED
573 /* Not needed as insn shouldn't be in hash lists if not supported. */
574 /* Supported by this cpu? */
575 if (! frv_cgen_insn_supported (cd
, insn
))
577 insn_list
= CGEN_DIS_NEXT_INSN (insn_list
);
582 /* Basic bit mask must be correct. */
583 /* ??? May wish to allow target to defer this check until the extract
586 /* Base size may exceed this instruction's size. Extract the
587 relevant part from the buffer. */
588 if ((unsigned) (CGEN_INSN_BITSIZE (insn
) / 8) < buflen
&&
589 (unsigned) (CGEN_INSN_BITSIZE (insn
) / 8) <= sizeof (unsigned long))
590 insn_value_cropped
= bfd_get_bits (buf
, CGEN_INSN_BITSIZE (insn
),
591 info
->endian
== BFD_ENDIAN_BIG
);
593 insn_value_cropped
= insn_value
;
595 if ((insn_value_cropped
& CGEN_INSN_BASE_MASK (insn
))
596 == CGEN_INSN_BASE_VALUE (insn
))
598 /* Printing is handled in two passes. The first pass parses the
599 machine insn and extracts the fields. The second pass prints
602 /* Make sure the entire insn is loaded into insn_value, if it
604 if (((unsigned) CGEN_INSN_BITSIZE (insn
) > cd
->base_insn_bitsize
) &&
605 (unsigned) (CGEN_INSN_BITSIZE (insn
) / 8) <= sizeof (unsigned long))
607 unsigned long full_insn_value
;
608 int rc
= read_insn (cd
, pc
, info
, buf
,
609 CGEN_INSN_BITSIZE (insn
) / 8,
610 & ex_info
, & full_insn_value
);
613 length
= CGEN_EXTRACT_FN (cd
, insn
)
614 (cd
, insn
, &ex_info
, full_insn_value
, &fields
, pc
);
617 length
= CGEN_EXTRACT_FN (cd
, insn
)
618 (cd
, insn
, &ex_info
, insn_value_cropped
, &fields
, pc
);
620 /* length < 0 -> error */
625 CGEN_PRINT_FN (cd
, insn
) (cd
, info
, insn
, &fields
, pc
, length
);
626 /* length is in bits, result is in bytes */
631 insn_list
= CGEN_DIS_NEXT_INSN (insn_list
);
637 /* Default value for CGEN_PRINT_INSN.
638 The result is the size of the insn in bytes or zero for an unknown insn
639 or -1 if an error occured fetching bytes. */
641 #ifndef CGEN_PRINT_INSN
642 #define CGEN_PRINT_INSN default_print_insn
646 default_print_insn (cd
, pc
, info
)
649 disassemble_info
*info
;
651 char buf
[CGEN_MAX_INSN_SIZE
];
655 /* Attempt to read the base part of the insn. */
656 buflen
= cd
->base_insn_bitsize
/ 8;
657 status
= (*info
->read_memory_func
) (pc
, buf
, buflen
, info
);
659 /* Try again with the minimum part, if min < base. */
660 if (status
!= 0 && (cd
->min_insn_bitsize
< cd
->base_insn_bitsize
))
662 buflen
= cd
->min_insn_bitsize
/ 8;
663 status
= (*info
->read_memory_func
) (pc
, buf
, buflen
, info
);
668 (*info
->memory_error_func
) (status
, pc
, info
);
672 return print_insn (cd
, pc
, info
, buf
, buflen
);
676 Print one instruction from PC on INFO->STREAM.
677 Return the size of the instruction (in bytes). */
679 typedef struct cpu_desc_list
{
680 struct cpu_desc_list
*next
;
688 print_insn_frv (pc
, info
)
690 disassemble_info
*info
;
692 static cpu_desc_list
*cd_list
= 0;
693 cpu_desc_list
*cl
= 0;
694 static CGEN_CPU_DESC cd
= 0;
696 static int prev_mach
;
697 static int prev_endian
;
700 int endian
= (info
->endian
== BFD_ENDIAN_BIG
702 : CGEN_ENDIAN_LITTLE
);
703 enum bfd_architecture arch
;
705 /* ??? gdb will set mach but leave the architecture as "unknown" */
706 #ifndef CGEN_BFD_ARCH
707 #define CGEN_BFD_ARCH bfd_arch_frv
710 if (arch
== bfd_arch_unknown
)
711 arch
= CGEN_BFD_ARCH
;
713 /* There's no standard way to compute the machine or isa number
714 so we leave it to the target. */
715 #ifdef CGEN_COMPUTE_MACH
716 mach
= CGEN_COMPUTE_MACH (info
);
721 #ifdef CGEN_COMPUTE_ISA
722 isa
= CGEN_COMPUTE_ISA (info
);
724 isa
= info
->insn_sets
;
727 /* If we've switched cpu's, try to find a handle we've used before */
731 || endian
!= prev_endian
))
734 for (cl
= cd_list
; cl
; cl
= cl
->next
)
736 if (cl
->isa
== isa
&&
738 cl
->endian
== endian
)
746 /* If we haven't initialized yet, initialize the opcode table. */
749 const bfd_arch_info_type
*arch_type
= bfd_lookup_arch (arch
, mach
);
750 const char *mach_name
;
754 mach_name
= arch_type
->printable_name
;
758 prev_endian
= endian
;
759 cd
= frv_cgen_cpu_open (CGEN_CPU_OPEN_ISAS
, prev_isa
,
760 CGEN_CPU_OPEN_BFDMACH
, mach_name
,
761 CGEN_CPU_OPEN_ENDIAN
, prev_endian
,
766 /* save this away for future reference */
767 cl
= xmalloc (sizeof (struct cpu_desc_list
));
775 frv_cgen_init_dis (cd
);
778 /* We try to have as much common code as possible.
779 But at this point some targets need to take over. */
780 /* ??? Some targets may need a hook elsewhere. Try to avoid this,
781 but if not possible try to move this hook elsewhere rather than
783 length
= CGEN_PRINT_INSN (cd
, pc
, info
);
789 (*info
->fprintf_func
) (info
->stream
, UNKNOWN_INSN_MSG
);
790 return cd
->default_insn_bitsize
/ 8;