diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 96007e69e4..61e45a40f6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2016-03-29 Claudiu Zissulescu + + * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo. + 2016-03-29 Claudiu Zissulescu * arc-tbl.h (invld07): Remove. diff --git a/opcodes/arc-ext-tbl.h b/opcodes/arc-ext-tbl.h index cbf3cb2c12..3fb1c11856 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)