diff options
author | DJ Delorie <dj@redhat.com> | 2009-05-27 01:49:46 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-05-27 01:49:46 +0000 |
commit | 2f3565a392130b00755a9dda411f9ac7d0255686 (patch) | |
tree | cb7373a6114c194e789e1651d45d63f19695cafb /opcodes/mep-opc.c | |
parent | 6243187bec2d0fd059d243ec857a904dfad7b737 (diff) | |
download | gdb-2f3565a392130b00755a9dda411f9ac7d0255686.zip gdb-2f3565a392130b00755a9dda411f9ac7d0255686.tar.gz gdb-2f3565a392130b00755a9dda411f9ac7d0255686.tar.bz2 |
[cgen/cpu]
* cpu/mep-ivc2.cpu (h-ccr-ivc2): Enable for C3 slots, fix
accumulator names.
(f-ivc2-ccrn-c3hi): New.
(f-ivc2-ccrn-c3lo): New.
(f-ivc2-ccrn-c3): New.
(ivc2c3ccrn): Use it.
[sid/component/cgen-cpu/mep]
* mep-cop1-32-decode.cxx: Regenerate.
* mep-cop1-32-decode.h: Regenerate.
* mep-cop1-32-sem.cxx: Regenerate.
* mep-cop1-48-sem.cxx: Regenerate.
[opcodes]
* 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.c')
-rw-r--r-- | opcodes/mep-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mep-opc.c b/opcodes/mep-opc.c index 1a8321e..a9b09a5 100644 --- a/opcodes/mep-opc.c +++ b/opcodes/mep-opc.c @@ -439,7 +439,7 @@ static const CGEN_IFMT ifmt_cmov_crn_rm ATTRIBUTE_UNUSED = { }; static const CGEN_IFMT ifmt_cmovc_ccrn_rm ATTRIBUTE_UNUSED = { - 32, 32, 0xf00ffff3, { { F (F_MAJOR) }, { F (F_CCRN) }, { F (F_RM) }, { F (F_SUB4) }, { F (F_IVC2_4U16) }, { F (F_IVC2_4U20) }, { F (F_IVC2_4U24) }, { F (F_30) }, { F (F_31) }, { 0 } } + 32, 32, 0xf00ffff3, { { F (F_MAJOR) }, { F (F_IVC2_CCRN_C3) }, { F (F_RM) }, { F (F_SUB4) }, { F (F_IVC2_4U16) }, { F (F_IVC2_4U20) }, { F (F_IVC2_4U24) }, { F (F_30) }, { F (F_31) }, { 0 } } }; static const CGEN_IFMT ifmt_cmov_crn_rm_p0 ATTRIBUTE_UNUSED = { |