aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mep-opc.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-02-03 02:15:57 +0000
committerDJ Delorie <dj@redhat.com>2009-02-03 02:15:57 +0000
commitc1a0a41faaac1b359f3306a99394b622e30a60ff (patch)
treed63643f76870f85bdcb924ae0ae9949f3514f449 /opcodes/mep-opc.h
parentbfa149ac1ebbb9258b9fcfa64d2ec158503a3575 (diff)
downloadgdb-c1a0a41faaac1b359f3306a99394b622e30a60ff.zip
gdb-c1a0a41faaac1b359f3306a99394b622e30a60ff.tar.gz
gdb-c1a0a41faaac1b359f3306a99394b622e30a60ff.tar.bz2
* elf32-mep.c (config_names): Regenerate configuration.
* mep-asm.c: Regenerate. * mep-desc.c: Regenerate. * mep-desc.h: Regenerate. * mep-dis.c: Regenerate. * mep-ibld.c: Regenerate. * mep-opc.c: Regenerate. * mep-opc.h: Regenerate.
Diffstat (limited to 'opcodes/mep-opc.h')
-rw-r--r--opcodes/mep-opc.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/opcodes/mep-opc.h b/opcodes/mep-opc.h
index 8d93701..20a8169 100644
--- a/opcodes/mep-opc.h
+++ b/opcodes/mep-opc.h
@@ -148,22 +148,13 @@ typedef enum cgen_insn_type {
, MEP_INSN_RI_15, MEP_INSN_RI_17, MEP_INSN_RI_20, MEP_INSN_RI_21
, MEP_INSN_RI_22, MEP_INSN_RI_23, MEP_INSN_RI_24, MEP_INSN_RI_25
, MEP_INSN_RI_26, MEP_INSN_RI_16, MEP_INSN_RI_18, MEP_INSN_RI_19
- , MEP_INSN_FADDS, MEP_INSN_FSUBS, MEP_INSN_FMULS, MEP_INSN_FDIVS
- , MEP_INSN_FSQRTS, MEP_INSN_FABSS, MEP_INSN_FNEGS, MEP_INSN_FMOVS
- , MEP_INSN_FROUNDWS, MEP_INSN_FTRUNCWS, MEP_INSN_FCEILWS, MEP_INSN_FFLOORWS
- , MEP_INSN_FCVTWS, MEP_INSN_FCVTSW, MEP_INSN_FCMPFS, MEP_INSN_FCMPUS
- , MEP_INSN_FCMPES, MEP_INSN_FCMPUES, MEP_INSN_FCMPLS, MEP_INSN_FCMPULS
- , MEP_INSN_FCMPLES, MEP_INSN_FCMPULES, MEP_INSN_FCMPFIS, MEP_INSN_FCMPUIS
- , MEP_INSN_FCMPEIS, MEP_INSN_FCMPUEIS, MEP_INSN_FCMPLIS, MEP_INSN_FCMPULIS
- , MEP_INSN_FCMPLEIS, MEP_INSN_FCMPULEIS, MEP_INSN_CMOV_FRN_RM, MEP_INSN_CMOV_RM_FRN
- , MEP_INSN_CMOVC_CCRN_RM, MEP_INSN_CMOVC_RM_CCRN
} CGEN_INSN_TYPE;
/* Index of `invalid' insn place holder. */
#define CGEN_INSN_INVALID MEP_INSN_INVALID
/* Total number of insns in table. */
-#define MAX_INSNS ((int) MEP_INSN_CMOVC_RM_CCRN + 1)
+#define MAX_INSNS ((int) MEP_INSN_RI_19 + 1)
/* This struct records data prior to insertion or after extraction. */
struct cgen_fields
@@ -260,21 +251,6 @@ struct cgen_fields
long f_ccrn_hi;
long f_ccrn_lo;
long f_ccrn;
- long f_fmax_0_4;
- long f_fmax_4_4;
- long f_fmax_8_4;
- long f_fmax_12_4;
- long f_fmax_16_4;
- long f_fmax_20_4;
- long f_fmax_24_4;
- long f_fmax_28_1;
- long f_fmax_29_1;
- long f_fmax_30_1;
- long f_fmax_31_1;
- long f_fmax_frd;
- long f_fmax_frn;
- long f_fmax_frm;
- long f_fmax_rm;
};
#define CGEN_INIT_PARSE(od) \