aboutsummaryrefslogtreecommitdiff
path: root/opcodes/arc-ext-tbl.h
diff options
context:
space:
mode:
authorClaudiu Zissulescu <claziss@gmail.com>2019-07-24 16:46:01 +0300
committerClaudiu Zissulescu <claziss@gmail.com>2019-07-24 16:46:01 +0300
commit7e126ba31ab6536b1dd779e483b72f47d3a76742 (patch)
tree577b4769ebb14dab2a5ef384dd481e362cd75f63 /opcodes/arc-ext-tbl.h
parentef551643dc282159185cb9916c7cb0308ae03cdd (diff)
downloadbinutils-7e126ba31ab6536b1dd779e483b72f47d3a76742.zip
binutils-7e126ba31ab6536b1dd779e483b72f47d3a76742.tar.gz
binutils-7e126ba31ab6536b1dd779e483b72f47d3a76742.tar.bz2
[ARC] Update ARC opcode table
Update ARC opcode table by cleaning up invalid instructions, and fixing wrong encodings. opcodes/ xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com> * arc-ext-tbl.h (bspeek): Remove it, added to main table. (bspop): Likewise. (modapp): Likewise. * arc-opc.c (RAD_CHK): Add. * arc-tbl.h: Regenerate. include/ xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com> * include/opcode/arc.h (FASTMATH): Add. (SWITCH): Likewise.
Diffstat (limited to 'opcodes/arc-ext-tbl.h')
-rw-r--r--opcodes/arc-ext-tbl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/opcodes/arc-ext-tbl.h b/opcodes/arc-ext-tbl.h
index bc51f13..9b7e513 100644
--- a/opcodes/arc-ext-tbl.h
+++ b/opcodes/arc-ext-tbl.h
@@ -122,10 +122,3 @@ EXTINSN2OP ("dsp_fp_sqrt", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE2, 7, 45)
EXTINSN3OP ("dsp_fp_div", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE2, 7, 42)
EXTINSN3OP ("dsp_fp_cmp", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE1, 7, 43)
-
-/* Bitstream extensions. */
-EXTINSN2OP ("bspeek", ARC_OPCODE_ARCv2EM, BITSTREAM, NONE, 0x05, 0x2E)
-EXTINSN2OP ("bspop", ARC_OPCODE_ARCv2EM, BITSTREAM, NONE, 0x05, 0x2F)
-
-/* Special XY. */
-EXTINSN2OPF ("modapp", ARC_OPCODE_ARCv2EM, XY, NONE, 0x05, 0x3E, FLAGS_NONE)