diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-07 00:38:44 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-07 00:38:44 +0000 |
commit | cceb79baa82bc668007536032f692da09ca60482 (patch) | |
tree | a7f58c9d63ba2e21d4b7bbce5e5652baf819e76a /opcodes/ChangeLog | |
parent | 12e8f8af1f2a86ba105a83cddbd5186f89bc805c (diff) | |
download | gdb-cceb79baa82bc668007536032f692da09ca60482.zip gdb-cceb79baa82bc668007536032f692da09ca60482.tar.gz gdb-cceb79baa82bc668007536032f692da09ca60482.tar.bz2 |
* tic80-opc.c (tic80_operands): Add REG_0_E, REG_22_E,
and REG_DEST_E for register operands that have to be
an even numbered register. Add REG_FPA for operands that
are one of the floating point accumulator registers.
Add TIC80_OPERAND_MASK to flags for ENDMASK operand.
(tic80_opcodes): Change entries that need even numbered
register operands to use the new operand table entries.
Add "or" entries that are identical to "or.tt" entries.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7f9b044..771a996 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,16 @@ +start-sanitize-tic80 +Thu Feb 6 17:34:09 1997 Fred Fish <fnf@cygnus.com> + + * tic80-opc.c (tic80_operands): Add REG_0_E, REG_22_E, + and REG_DEST_E for register operands that have to be + an even numbered register. Add REG_FPA for operands that + are one of the floating point accumulator registers. + Add TIC80_OPERAND_MASK to flags for ENDMASK operand. + (tic80_opcodes): Change entries that need even numbered + register operands to use the new operand table entries. + Add "or" entries that are identical to "or.tt" entries. + +end-sanitize-tic80 Wed Feb 5 11:12:44 1997 Ian Lance Taylor <ian@cygnus.com> * mips16-opc.c: Add new cases of exit instruction for |