summaryrefslogtreecommitdiff
path: root/opcodes/m32c-asm.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-10-22 00:03:13 +0000
committerDJ Delorie <dj@redhat.com>2005-10-22 00:03:13 +0000
commita1a280bb84485d80f95e2efc1d02e962e0529652 (patch)
tree6db9a30adee700edad61c6d00e5a25fa4c78e4ee /opcodes/m32c-asm.c
parenta0ffed4b33b81898ff3f7c57b0fc136da6fc92cf (diff)
downloadbinutils-gdb-a1a280bb84485d80f95e2efc1d02e962e0529652.tar.gz
[cpu]
* m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing. (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl, indexld, indexls): .w variants have `1' bit. (rot32.b): QI, not SI. (rot32.w): HI, not SI. (xchg16): HI for .w variant. [opcodes] * m32c-asm.c: Regenerate. * m32c-desc.c: Regenerate. * m32c-desc.h: Regenerate. * m32c-dis.c: Regenerate. * m32c-ibld.c: Regenerate. * m32c-opc.c: Regenerate. * m32c-opc.h: Regenerate.
Diffstat (limited to 'opcodes/m32c-asm.c')
-rw-r--r--opcodes/m32c-asm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/m32c-asm.c b/opcodes/m32c-asm.c
index 1bfa926efdb..fdd15141f76 100644
--- a/opcodes/m32c-asm.c
+++ b/opcodes/m32c-asm.c
@@ -879,6 +879,9 @@ m32c_cgen_parse_operand (CGEN_CPU_DESC cd,
case M32C_OPERAND_A1 :
errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_a1, & junk);
break;
+ case M32C_OPERAND_A1A0 :
+ errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_ar_SI, & junk);
+ break;
case M32C_OPERAND_AN16_PUSH_S :
errmsg = cgen_parse_keyword (cd, strp, & m32c_cgen_opval_h_ar_HI, & fields->f_4_1);
break;