diff options
author | Fred Fish <fnf@specifix.com> | 1997-01-17 04:00:56 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-01-17 04:00:56 +0000 |
commit | c977d8fb7b1bec153474b111e1e1d31a7fbb0f4b (patch) | |
tree | 752d534db3a4853bd93ee7551020529220cecc9c /opcodes/ChangeLog | |
parent | ac5f447d6030603c2d859d10945bbde18640551d (diff) | |
download | gdb-c977d8fb7b1bec153474b111e1e1d31a7fbb0f4b.zip gdb-c977d8fb7b1bec153474b111e1e1d31a7fbb0f4b.tar.gz gdb-c977d8fb7b1bec153474b111e1e1d31a7fbb0f4b.tar.bz2 |
* tic80-opc.c (V_a, V_m, V_S, V_Z, V_p, OP_V, MASK_V):
New macros for building vector instruction opcodes.
(tic80_opcodes): Remove all uses of FMT_SI, FMT_REG, and
FMT_LI, which were unused. The field is now a flags field.
Remove some opcodes that are possible, but illegal, such
as long immediate instructions with doubles for immediate
values. Add "vadd" and "vld" instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 293c802..bc05e1e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,14 @@ start-sanitize-tic80 +Thu Jan 16 20:54:40 1997 Fred Fish <fnf@cygnus.com> + + * tic80-opc.c (V_a, V_m, V_S, V_Z, V_p, OP_V, MASK_V): + New macros for building vector instruction opcodes. + (tic80_opcodes): Remove all uses of FMT_SI, FMT_REG, and + FMT_LI, which were unused. The field is now a flags field. + Remove some opcodes that are possible, but illegal, such + as long immediate instructions with doubles for immediate + values. Add "vadd" and "vld" instructions. + Wed Jan 15 18:59:51 1997 Fred Fish <fnf@cygnus.com> * tic80-opc.c (tic80_operands): Reorder some table entries to make |