From 9885948fc910a77d04f27a7683f5edd0989d818a Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Tue, 29 Mar 2016 19:05:31 +0200 Subject: [PATCH] [ARC] Fix typo in extension instruction name. opcodes/ 2016-03-29 Claudiu Zissulescu * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo. --- opcodes/ChangeLog | 4 ++++ opcodes/arc-ext-tbl.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 96007e6..61e45a4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2016-03-29 Claudiu Zissulescu + * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo. + +2016-03-29 Claudiu Zissulescu + * arc-tbl.h (invld07): Remove. * arc-ext-tbl.h: New file. * arc-dis.c (FIELDA, FIELDB, FIELDC): Remove. diff --git a/opcodes/arc-ext-tbl.h b/opcodes/arc-ext-tbl.h index cbf3cb2..3fb1c11 100644 --- a/opcodes/arc-ext-tbl.h +++ b/opcodes/arc-ext-tbl.h @@ -114,7 +114,7 @@ /* Extension instruction declarations. */ EXTINSN2OP ("dsp_fp_flt2i", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 43) -EXTINSN2OP ("dsp_fp_isflt", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 44) +EXTINSN2OP ("dsp_fp_i2flt", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 44) EXTINSN2OP ("dsp_fp_sqrt", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 45) EXTINSN3OP ("dsp_fp_div", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 42) -- 2.7.4