* dvp-dis.c (print_insn): Print unpack address in hex.
authorDoug Evans <dje@google.com>
Wed, 25 Mar 1998 21:43:02 +0000 (21:43 +0000)
committerDoug Evans <dje@google.com>
Wed, 25 Mar 1998 21:43:02 +0000 (21:43 +0000)
commit3792311ce60ae61a7b13ac15766e7a48309a81d1
tree9836c36ed252615575542887ef8b9867a4558513
parentef5bbde6dc6ad19f96dca218991399700fa88562
* dvp-dis.c (print_insn): Print unpack address in hex.
* dvp-opc.c (parse_vif_mpgloc): Renamed from parse_vif_mpgloc_star.
Don't skip over '*', just record it.
(insert_vif_mpgloc): Don't update state_vif_mpgloc if '*' value.
(parse_vif_unpackloc): Renamed from parse_vif_unpackloc_star.
Don't skip over '*', just record it.
(insert_vif_unpackloc): Don't update state_vif_unpackloc if '*' value.
(vif_operands): Delete VIF_MPGLOC_STAR,VIF_UNPACKLOC_STAR entries.
(vif_opcodes): Likewise.
(state_vif_{mpg,unpack}loc_star_p): New static locals.
(vif_macros,vif_macro_count): New globals.
(vif_unpack_len_value): New arguments wl,cl.  All callers updated.
(vif_set_{mpg,unpack}loc): Delete.  All callers updated.
(vif_get_wl_cl): New function.
(dvp_opcode_init_parse): Init mpgloc,unpackloc state.
opcodes/ChangeLog