diff options
author | Dr N.W. Filardo <nwf20@cam.ac.uk> | 2019-12-19 10:44:50 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-12-19 10:54:47 +1030 |
commit | 1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6 (patch) | |
tree | a3f35fb9e5310f7b4c8571ad2f4063bd98b78301 /opcodes/microblaze-opcm.h | |
parent | 1087441f0712681bf0c30d104870ea299aa326c1 (diff) | |
download | gdb-1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6.zip gdb-1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6.tar.gz gdb-1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6.tar.bz2 |
PR25277, microblaze opcode enumeration vs ISO/IEC TS 18661-3:2015
fadd, fmul, and fdiv are now, by ISO/IEC TS 18661-3:2015, defined to
refer to functions from the runtime subsystem.
PR 25277
* microblaze-opcm.h (enum microblaze_instr): Prefix fadd, fmul and
fdiv with "mbi_".
* microblaze-opc.h (opcodes): Adjust to suit.
Diffstat (limited to 'opcodes/microblaze-opcm.h')
-rw-r--r-- | opcodes/microblaze-opcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/microblaze-opcm.h b/opcodes/microblaze-opcm.h index 5a2d3b0..b95571a 100644 --- a/opcodes/microblaze-opcm.h +++ b/opcodes/microblaze-opcm.h @@ -40,7 +40,7 @@ enum microblaze_instr brki, beqi, beqid, bnei, bneid, blti, bltid, blei, bleid, bgti, bgtid, bgei, bgeid, lbu, lbur, lhu, lhur, lw, lwr, lwx, sb, sbr, sh, shr, sw, swr, swx, lbui, lhui, lwi, - sbi, shi, swi, msrset, msrclr, tuqula, fadd, frsub, fmul, fdiv, + sbi, shi, swi, msrset, msrclr, tuqula, mbi_fadd, frsub, mbi_fmul, mbi_fdiv, fcmp_lt, fcmp_eq, fcmp_le, fcmp_gt, fcmp_ne, fcmp_ge, fcmp_un, flt, fint, fsqrt, tget, tcget, tnget, tncget, tput, tcput, tnput, tncput, |