* dvp-dis.c (print_gif): Fix length calcs for gifimage.
authorDoug Evans <dje@google.com>
Fri, 6 Mar 1998 19:37:35 +0000 (19:37 +0000)
committerDoug Evans <dje@google.com>
Fri, 6 Mar 1998 19:37:35 +0000 (19:37 +0000)
commit4aa141721dd8c1a96a87ddda4f6389dbd71e319f
treef883794d334476e9200cc18714335a741c5970dd
parente1888c957625a3bf352991e2d8d8d83985e64d73
* dvp-dis.c (print_gif): Fix length calcs for gifimage.
(print_insn): Do mask comparison on proper opcode word.
* dvp-opc.c (u_parse_sdest): Return -1 if dest missing.
(parse_bc): Catch missing dest.
(parse_vfreg): Replace atoi call with strtol.
(parse_{bcftreg,ffstreg,freg,ireg,vi01,gif_prim,gif_nloop}): Likewise.
(parse_bcftreg,parse_ffstreg): Handle missing dest.
(extract_gif_eop): New function.
(gif_operands): Update eop entry.
(VGIFOP,VGIFNREGS): Fix calcs.
(extract_gif_prim): Set *pinvalid to 1 if prim not used.
(gif_regs): Add entry for unused 11 case.
(print_gif_regs): Print empty list instead of nothing.
(extract_gif_nloop): Fix value calc.
(print_gif_nloop): Always print value, even if 0.
opcodes/ChangeLog
This page took 0.028179 seconds and 4 git commands to generate.