* config/rx-parse.y: IMM->IMM_, take an extra parameter for the
authorDJ Delorie <dj@redhat.com>
Tue, 3 Apr 2012 03:01:57 +0000 (03:01 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 3 Apr 2012 03:01:57 +0000 (03:01 +0000)
commitb1c0804b2ea1532cab67ae4d7b288b8e013615c5
tree5fa00321d7a521672d2df33ad98b1b3e7c2dcea6
parent2d0e5896241f2014b0ff53314286561e6d6b48c6
* config/rx-parse.y: IMM->IMM_, take an extra parameter for the
transfer size.
(IMM): New, call IMM_ with the default 32.
(IMMW,IMMB): Likewise, for 16 and 8.
(NIMM, MBIMM): Add size parameter.
(immediate): Likewise.  Allow 32768..65535 for 16-bit transfers.
(MOV.W): Use IMMW instead of IMM.

* config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L.
(op_dp20_rm_l): New.
(op_dp20_rim_l): New.

* config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem.
(ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms).

* gas/rx/mov.d: Update patterns for fixed MOV.W encoding.
gas/ChangeLog
gas/config/rx-parse.y
gas/testsuite/ChangeLog
gas/testsuite/gas/rx/mov.d
This page took 0.024933 seconds and 4 git commands to generate.