aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-07 01:41:44 +0000
committerDoug Evans <dje@google.com>1998-03-07 01:41:44 +0000
commit8fc527423a0ca331cabfa985d07a32c670e14cee (patch)
tree51c0d0dc8c8e754f474eec3297a85156b4482036
parent1eb85945f58288e129872dfaf754490778aa26aa (diff)
downloadbinutils-8fc527423a0ca331cabfa985d07a32c670e14cee.zip
binutils-8fc527423a0ca331cabfa985d07a32c670e14cee.tar.gz
binutils-8fc527423a0ca331cabfa985d07a32c670e14cee.tar.bz2
* dvp-dis.c (print_insn): Print unsigned values in hex.
* dvp-opc.c (insert_vif_wlcl,extract_vif_wlcl): New functions. (vif_operands): Use them for wl,cl fields. (state_vif_wl,state_vif_cl): New static locals. (parse_vif_mode): Handle numeric args. (vif_unpack_len_value,vif_unpack_len): New functions. (vif_insn_len): Call vif_unpack_len.
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 9dc32f6..f7b7add 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -3,6 +3,7 @@ Fri Mar 6 11:27:53 1998 Doug Evans <devans@canuck.cygnus.com>
* dvp-dis.c (print_gif): Fix length calcs for gifimage.
(print_insn): Do mask comparison on proper opcode word.
+ Print unsigned values in hex.
* dvp-opc.c (u_parse_sdest): Return -1 if dest missing.
(parse_bc): Catch missing dest.
(parse_vfreg): Replace atoi call with strtol.
@@ -16,6 +17,12 @@ Fri Mar 6 11:27:53 1998 Doug Evans <devans@canuck.cygnus.com>
(print_gif_regs): Print empty list instead of nothing.
(extract_gif_nloop): Fix value calc.
(print_gif_nloop): Always print value, even if 0.
+ (insert_vif_wlcl,extract_vif_wlcl): New functions.
+ (vif_operands): Use them for wl,cl fields.
+ (state_vif_wl,state_vif_cl): New static locals.
+ (parse_vif_mode): Handle numeric args.
+ (vif_unpack_len_value,vif_unpack_len): New functions.
+ (vif_insn_len): Call vif_unpack_len.
end-sanitize-sky
Wed Mar 4 12:08:14 1998 Doug Evans <devans@canuck.cygnus.com>