decode: Fix larx/stcx instructions to use RA_OR_ZERO not RA
authorPaul Mackerras <paulus@ozlabs.org>
Tue, 1 Oct 2019 05:49:07 +0000 (15:49 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 1 Oct 2019 05:49:07 +0000 (15:49 +1000)
commit143d0ae9e402f209e1f1a5dc345cfa7e93137bba
tree2b8af7663fa392d6cd1129e74c66ccdc68b0093b
parentbbae2d1eda63cd1e5aeb2ecf130011c7d3daa34f
decode: Fix larx/stcx instructions to use RA_OR_ZERO not RA

The l?arx and st?cx. instructions are defined to use the normal indexed
mode address calculations, i.e. (RA|0) + RB.  Fix their entries in the
decode table to say RA_OR_ZERO rather than RA.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
decode1.vhdl