OSDN Git Service

[include/opcode/]
authorRichard Sandiford <rsandifo@nildram.co.uk>
Mon, 30 Sep 2002 11:58:10 +0000 (11:58 +0000)
committerRichard Sandiford <rsandifo@nildram.co.uk>
Mon, 30 Sep 2002 11:58:10 +0000 (11:58 +0000)
commit33bde382d786b930260162d66bcf3d5fbbdfdf65
treeaf3a7c03abfc044302dec6d97eb4774b789d482d
parent5ba4f0caefd51847f8977b861a16c17617c4f7f0
[include/opcode/]
* mips.h: Update comment for new opcodes.
(OP_MASK_VECBYTE, OP_SH_VECBYTE): New.
(OP_MASK_VECALIGN, OP_SH_VECALIGN): New.
(INSN_4111, INSN_4120, INSN_5400, INSN_5500): New.
(CPU_VR4120, CPU_VR5400, CPU_VR5500): New.
(OPCODE_IS_MEMBER): Handle the new CPU_* values and INSN_* flags.
Don't match CPU_R4111 with INSN_4100.

[opcodes/]
* mips-dis.c (print_insn_arg): Handle '[', ']', 'e' and '%'.
(mips_isa_type): Handle bfd_mach_mips4120, bfd_mach_mips5400
and bfd_mach_mips5500.
* mips-opc.c (V1): Include INSN_4111 and INSN_4120.
(N411, N412, N5, N54, N55): New convenience defines.
(mips_builtin_opcodes): Add vr4120, vr5400 and vr5500 opcodes.
Change dmadd16 and madd16 from V1 to N411.
include/opcode/ChangeLog
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-dis.c
opcodes/mips-opc.c