* tic80-dis.c (print_insn_tic80): Print floating point operands
authorFred Fish <fnf@specifix.com>
Mon, 13 Jan 1997 23:05:49 +0000 (23:05 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 13 Jan 1997 23:05:49 +0000 (23:05 +0000)
commit003df61759ea3d819edb67056bf8acc0060b8e56
tree7d1636e1623fce626d9742aa2d8019f013c80abd
parented6e7b0897321553bebdea07cbcd1976ab668cfb
  * tic80-dis.c (print_insn_tic80): Print floating point operands
      as floats.
      * tic80-opc.c (SPFI): Add single precision floating point
      immediate operand type.
      (ROTATE): Add rotate operand type for shifts.
      (ENDMASK): Add for shifts.
      (n): Macro for the 'n' bit.
      (i): Macro for the 'i' bit.
      (PD): Macro for the 'PD' field.
      (P2): Macro for the 'P2' field.
      (P1): Macro for the 'P1' field.
      (tic80_operands): Add entries for "exts", "extu", "fadd",
      "fcmp", and "fdiv".
opcodes/ChangeLog
opcodes/tic80-dis.c
opcodes/tic80-opc.c