diff options
author | DJ Delorie <dj@redhat.com> | 2002-11-20 03:15:10 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-11-20 03:15:10 +0000 |
commit | 193eb15dbaa0b2c9bf31134ed7be6a417b57b6e8 (patch) | |
tree | 5564e57535f491751d5051bee0db0aca3610c070 /opcodes/xstormy16-opc.c | |
parent | c8014bda548965dea93a3d840dcace72bc8d3620 (diff) | |
download | gdb-193eb15dbaa0b2c9bf31134ed7be6a417b57b6e8.zip gdb-193eb15dbaa0b2c9bf31134ed7be6a417b57b6e8.tar.gz gdb-193eb15dbaa0b2c9bf31134ed7be6a417b57b6e8.tar.bz2 |
* xstormy16-desc.c: Regenerate.
* xstormy16-opc.c: Regenerate.
* xstormy16-opc.h: Regenerate.
Diffstat (limited to 'opcodes/xstormy16-opc.c')
-rw-r--r-- | opcodes/xstormy16-opc.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opcodes/xstormy16-opc.c b/opcodes/xstormy16-opc.c index 8c6d7d3..363b2cb 100644 --- a/opcodes/xstormy16-opc.c +++ b/opcodes/xstormy16-opc.c @@ -892,6 +892,24 @@ static const CGEN_OPCODE xstormy16_cgen_insn_opcode_table[MAX_INSNS] = { { MNEM, 0 } }, & ifmt_iret, { 0xc0 } }, +/* sdiv */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_iret, { 0xc8 } + }, +/* sdivlh */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_iret, { 0xe0 } + }, +/* divlh */ + { + { 0, 0, 0, 0 }, + { { MNEM, 0 } }, + & ifmt_iret, { 0xe8 } + }, /* nop */ { { 0, 0, 0, 0 }, |