* cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define.
(EXTRACT_LSB0_LGSINT, EXTRACT_LSB0_LGUINT): Define. (EXTRACT_FN, SEMANTIC_FN): Use CGEN_INSN_WORD in prototype instead of CGEN_INSN_INT. plus, cgen files: Regenerate.
This commit is contained in:
parent
1fbb9298a4
commit
197fa1aa2c
43 changed files with 1072 additions and 957 deletions
|
@ -26,7 +26,7 @@ This file is part of the GNU simulators.
|
|||
#define LM32BF_DECODE_H
|
||||
|
||||
extern const IDESC *lm32bf_decode (SIM_CPU *, IADDR,
|
||||
CGEN_INSN_INT, CGEN_INSN_INT,
|
||||
CGEN_INSN_WORD, CGEN_INSN_WORD,
|
||||
ARGBUF *);
|
||||
extern void lm32bf_init_idesc_table (SIM_CPU *);
|
||||
extern void lm32bf_sem_init_idesc_table (SIM_CPU *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue