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.h | |
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.h')
-rw-r--r-- | opcodes/xstormy16-opc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/xstormy16-opc.h b/opcodes/xstormy16-opc.h index 337afec..fbe7fe1 100644 --- a/opcodes/xstormy16-opc.h +++ b/opcodes/xstormy16-opc.h @@ -66,9 +66,9 @@ typedef enum cgen_insn_type { , XSTORMY16_INSN_BGR, XSTORMY16_INSN_BR, XSTORMY16_INSN_JMP, XSTORMY16_INSN_JMPF , XSTORMY16_INSN_CALLRGR, XSTORMY16_INSN_CALLRIMM, XSTORMY16_INSN_CALLGR, XSTORMY16_INSN_CALLFIMM , XSTORMY16_INSN_ICALLRGR, XSTORMY16_INSN_ICALLGR, XSTORMY16_INSN_ICALLFIMM, XSTORMY16_INSN_IRET - , XSTORMY16_INSN_RET, XSTORMY16_INSN_MUL, XSTORMY16_INSN_DIV, XSTORMY16_INSN_NOP - , XSTORMY16_INSN_HALT, XSTORMY16_INSN_HOLD, XSTORMY16_INSN_HOLDX, XSTORMY16_INSN_BRK - , XSTORMY16_INSN_SYSCALL + , XSTORMY16_INSN_RET, XSTORMY16_INSN_MUL, XSTORMY16_INSN_DIV, XSTORMY16_INSN_SDIV + , XSTORMY16_INSN_SDIVLH, XSTORMY16_INSN_DIVLH, XSTORMY16_INSN_NOP, XSTORMY16_INSN_HALT + , XSTORMY16_INSN_HOLD, XSTORMY16_INSN_HOLDX, XSTORMY16_INSN_BRK, XSTORMY16_INSN_SYSCALL } CGEN_INSN_TYPE; /* Index of `invalid' insn place holder. */ |