[ARC] Fix typo in extension instruction name.
opcodes/ 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com> * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.
This commit is contained in:
parent
bfa6adb959
commit
9885948fc9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
|
||||||
|
|
||||||
|
* arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.
|
||||||
|
|
||||||
2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
|
2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
|
||||||
|
|
||||||
* arc-tbl.h (invld07): Remove.
|
* arc-tbl.h (invld07): Remove.
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
/* Extension instruction declarations. */
|
/* Extension instruction declarations. */
|
||||||
EXTINSN2OP ("dsp_fp_flt2i", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 43)
|
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)
|
EXTINSN2OP ("dsp_fp_sqrt", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 45)
|
||||||
|
|
||||||
EXTINSN3OP ("dsp_fp_div", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 42)
|
EXTINSN3OP ("dsp_fp_div", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 42)
|
||||||
|
|
Loading…
Reference in a new issue