diff options
author | Fred Fish <fnf@specifix.com> | 1997-01-13 23:05:49 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-01-13 23:05:49 +0000 |
commit | 003df61759ea3d819edb67056bf8acc0060b8e56 (patch) | |
tree | 7d1636e1623fce626d9742aa2d8019f013c80abd /opcodes/ChangeLog | |
parent | ed6e7b0897321553bebdea07cbcd1976ab668cfb (diff) | |
download | gdb-003df61759ea3d819edb67056bf8acc0060b8e56.zip gdb-003df61759ea3d819edb67056bf8acc0060b8e56.tar.gz gdb-003df61759ea3d819edb67056bf8acc0060b8e56.tar.bz2 |
* tic80-dis.c (print_insn_tic80): Print floating point operands
as floats.
* tic80-opc.c (SPFI): Add single precision floating point
immediate operand type.
(ROTATE): Add rotate operand type for shifts.
(ENDMASK): Add for shifts.
(n): Macro for the 'n' bit.
(i): Macro for the 'i' bit.
(PD): Macro for the 'PD' field.
(P2): Macro for the 'P2' field.
(P1): Macro for the 'P1' field.
(tic80_operands): Add entries for "exts", "extu", "fadd",
"fcmp", and "fdiv".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0203c27..fb553c4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,21 @@ +start-sanitize-tic80 +Mon Jan 13 15:58:56 1997 Fred Fish <fnf@cygnus.com> + + * tic80-dis.c (print_insn_tic80): Print floating point operands + as floats. + * tic80-opc.c (SPFI): Add single precision floating point + immediate operand type. + (ROTATE): Add rotate operand type for shifts. + (ENDMASK): Add for shifts. + (n): Macro for the 'n' bit. + (i): Macro for the 'i' bit. + (PD): Macro for the 'PD' field. + (P2): Macro for the 'P2' field. + (P1): Macro for the 'P1' field. + (tic80_operands): Add entries for "exts", "extu", "fadd", + "fcmp", and "fdiv". + +end-sanitize-tic80 Mon Jan 6 15:06:55 1997 Jeffrey A Law (law@cygnus.com) * mn10200-dis.c (disassemble): Mask off unwanted bits after |