arc/opcodes/nps400: Fix some instruction masks
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 29 Sep 2016 16:51:16 +0000 (17:51 +0100)
committerGraham Markall <graham.markall@embecosm.com>
Thu, 3 Nov 2016 17:14:37 +0000 (17:14 +0000)
commitecf64ec654afe916099f0fe482c2dae417913905
tree16287ffa4a9d66ce8883c929dd532d514e9cf318
parent2fe9c2a0c9fe3ca2f0fa94ea7219a8a4a299ac6a
arc/opcodes/nps400: Fix some instruction masks

A few masks were incorrect, there were opcode bits that lives outside of
the instruction mask, the effected instructions are decode1, zncv, and
efabgt.

Previously these instructions would assemble and disassemble correctly,
and a correctly encoded binary should behave no differently.  The only
difference would be seen in a few incorrectly encoded binaries,
previously these would have decoded to the above instructions, while now
they will not.

opcodes/ChangeLog:

* arc-nps400-tbl.h: Fix some instruction masks.
opcodes/ChangeLog
opcodes/arc-nps400-tbl.h
This page took 0.033799 seconds and 4 git commands to generate.