summaryrefslogtreecommitdiff
path: root/opcodes/xstormy16-desc.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-11-20 03:15:10 +0000
committerDJ Delorie <dj@delorie.com>2002-11-20 03:15:10 +0000
commitb4606e366e6353f2ab37129cc931e27c302a23f7 (patch)
tree3cb5a2ff8e4bc35e4416b40c263cace217bc659e /opcodes/xstormy16-desc.c
parentb5d72752d1a4ff9aae5334ec5fd9cd795f35921a (diff)
downloadbinutils-redhat-b4606e366e6353f2ab37129cc931e27c302a23f7.tar.gz
* xstormy16-desc.c: Regenerate.
* xstormy16-opc.c: Regenerate. * xstormy16-opc.h: Regenerate.
Diffstat (limited to 'opcodes/xstormy16-desc.c')
-rw-r--r--opcodes/xstormy16-desc.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/opcodes/xstormy16-desc.c b/opcodes/xstormy16-desc.c
index 0c506252e4..83a3b109a5 100644
--- a/opcodes/xstormy16-desc.c
+++ b/opcodes/xstormy16-desc.c
@@ -1099,6 +1099,21 @@ static const CGEN_IBASE xstormy16_cgen_insn_table[MAX_INSNS] =
XSTORMY16_INSN_DIV, "div", "div", 16,
{ 0, { (1<<MACH_BASE) } }
},
+/* sdiv */
+ {
+ XSTORMY16_INSN_SDIV, "sdiv", "sdiv", 16,
+ { 0, { (1<<MACH_BASE) } }
+ },
+/* sdivlh */
+ {
+ XSTORMY16_INSN_SDIVLH, "sdivlh", "sdivlh", 16,
+ { 0, { (1<<MACH_BASE) } }
+ },
+/* divlh */
+ {
+ XSTORMY16_INSN_DIVLH, "divlh", "divlh", 16,
+ { 0, { (1<<MACH_BASE) } }
+ },
/* nop */
{
XSTORMY16_INSN_NOP, "nop", "nop", 16,