diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2016-03-29 19:05:31 +0200 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2016-03-29 19:05:31 +0200 |
commit | 9885948fc910a77d04f27a7683f5edd0989d818a (patch) | |
tree | b0214289f338d0634a36da6c40eb776fd0fdf4b4 /opcodes/arc-ext-tbl.h | |
parent | bfa6adb959345850305d2f3e8b581149a066c4f8 (diff) | |
download | gdb-9885948fc910a77d04f27a7683f5edd0989d818a.zip gdb-9885948fc910a77d04f27a7683f5edd0989d818a.tar.gz gdb-9885948fc910a77d04f27a7683f5edd0989d818a.tar.bz2 |
[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.
Diffstat (limited to 'opcodes/arc-ext-tbl.h')
-rw-r--r-- | opcodes/arc-ext-tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |