summaryrefslogtreecommitdiff
path: root/opcodes/mep-desc.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2009-05-28 22:53:08 +0000
committerDJ Delorie <dj@delorie.com>2009-05-28 22:53:08 +0000
commit3635a97925ecbb9bfa44dd52a6d27a6e10f937d0 (patch)
tree96ac842d1d42ab3ee0064ee73ff65eb18e744987 /opcodes/mep-desc.c
parentf4d5ac020a79c5da6b06c145deec8295ed9f7d4a (diff)
downloadbinutils-redhat-3635a97925ecbb9bfa44dd52a6d27a6e10f937d0.tar.gz
[cgen]
* cpu/mep.opc (parse_signed16_range): New. (parse_unsigned16_range): New. * cpu/mep-ivc2.cpu (imm16p0, simm16p0): Use them. [opcodes] * mep-asm.c: Regenerate. * mep-desc.c: Regenerate.
Diffstat (limited to 'opcodes/mep-desc.c')
-rw-r--r--opcodes/mep-desc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/mep-desc.c b/opcodes/mep-desc.c
index 7c8510e4b3..b773e4b3e1 100644
--- a/opcodes/mep-desc.c
+++ b/opcodes/mep-desc.c
@@ -1335,11 +1335,11 @@ const CGEN_OPERAND mep_cgen_operand_table[] =
{ "ivc-x-0-5", MEP_OPERAND_IVC_X_0_5, HW_H_UINT, 0, 5,
{ 0, { (const PTR) &mep_cgen_ifld_table[MEP_F_IVC2_5U0] } },
{ 0, { { { (1<<MACH_BASE), 0 } }, { { 1, "\xfc" } }, { { CDATA_LONG, 0 } }, { { 1, 0 } } } } },
-/* imm16p0: Imm16p0 */
+/* imm16p0: comment */
{ "imm16p0", MEP_OPERAND_IMM16P0, HW_H_UINT, 0, 16,
{ 2, { (const PTR) &MEP_F_IVC2_IMM16P0_MULTI_IFIELD[0] } },
{ 0|A(VIRTUAL), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xfc" } }, { { CDATA_LONG, 0 } }, { { 1, 0 } } } } },
-/* simm16p0: sImm16p0 */
+/* simm16p0: comment */
{ "simm16p0", MEP_OPERAND_SIMM16P0, HW_H_SINT, 0, 16,
{ 2, { (const PTR) &MEP_F_IVC2_SIMM16P0_MULTI_IFIELD[0] } },
{ 0|A(VIRTUAL), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xfc" } }, { { CDATA_LONG, 0 } }, { { 1, 0 } } } } },