diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-11-30 17:54:58 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-11-30 17:54:58 +0000 |
commit | 02a79b89fdeadccb67048291e6c2a1e5ce6ad623 (patch) | |
tree | 7ae8d36ebe46e8061612a9263876d3ca6dc5258e /opcodes/epiphany-desc.c | |
parent | d24892043def3a24e8241d420ecb9b6e29dea344 (diff) | |
download | gdb-02a79b89fdeadccb67048291e6c2a1e5ce6ad623.zip gdb-02a79b89fdeadccb67048291e6c2a1e5ce6ad623.tar.gz gdb-02a79b89fdeadccb67048291e6c2a1e5ce6ad623.tar.bz2 |
2012-11-30 Oleg Raikhman <oleg@adapteva.com>
Joern Rennecke <joern.rennecke@embecosm.com>
cpu:
* epiphany.cpu (keyword gr-names): Move sb/sl/ip after r9/r10/r12.
(load_insn): Add NO-DIS attribute to x, p, d, dpm, dl0, dl0.l.
(testset-insn): Add NO_DIS attribute to t.l.
(store-insn): Add NO-DIS attribute to x.l, p.l, d.l, dpm.l, dl0.l.
(move-insns): Add NO-DIS attribute to cmov.l.
(op-mmr-movts): Add NO-DIS attribute to movts.l.
(op-mmr-movfs): Add NO-DIS attribute to movfs.l.
(op-rrr): Add NO-DIS attribute to .l.
(shift-rrr): Add NO-DIS attribute to .l.
(op-shift-rri): Add NO-DIS attribute to i32.l.
(bitrl, movtl): Add NO-DIS attribute.
(op-iextrrr): Add NO-DIS attribute to .l
(op-two_operands-float, op-fabs-float): Add NO-DIS attribute to f32.l.
(op-fix2float-float, op-float2fix-float, op-fextop-float): Likewise.
opcodes:
* epiphany-desc.c, epiphany-desc.h, epiphany-opc.c: Regenerate.
Diffstat (limited to 'opcodes/epiphany-desc.c')
-rw-r--r-- | opcodes/epiphany-desc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/epiphany-desc.c b/opcodes/epiphany-desc.c index 271f8a7..973b214 100644 --- a/opcodes/epiphany-desc.c +++ b/opcodes/epiphany-desc.c @@ -131,10 +131,7 @@ static const CGEN_MACH epiphany_cgen_mach_table[] = { static CGEN_KEYWORD_ENTRY epiphany_cgen_opval_gr_names_entries[] = { - { "sb", 9, {0, {{{0, 0}}}}, 0, 0 }, - { "sl", 10, {0, {{{0, 0}}}}, 0, 0 }, { "fp", 11, {0, {{{0, 0}}}}, 0, 0 }, - { "ip", 12, {0, {{{0, 0}}}}, 0, 0 }, { "sp", 13, {0, {{{0, 0}}}}, 0, 0 }, { "lr", 14, {0, {{{0, 0}}}}, 0, 0 }, { "r0", 0, {0, {{{0, 0}}}}, 0, 0 }, @@ -212,7 +209,10 @@ static CGEN_KEYWORD_ENTRY epiphany_cgen_opval_gr_names_entries[] = { "v5", 8, {0, {{{0, 0}}}}, 0, 0 }, { "v6", 9, {0, {{{0, 0}}}}, 0, 0 }, { "v7", 10, {0, {{{0, 0}}}}, 0, 0 }, - { "v8", 11, {0, {{{0, 0}}}}, 0, 0 } + { "v8", 11, {0, {{{0, 0}}}}, 0, 0 }, + { "sb", 9, {0, {{{0, 0}}}}, 0, 0 }, + { "sl", 10, {0, {{{0, 0}}}}, 0, 0 }, + { "ip", 12, {0, {{{0, 0}}}}, 0, 0 } }; CGEN_KEYWORD epiphany_cgen_opval_gr_names = |