OSDN Git Service

[gas/testsuite/ChangeLog]
authorChris Demetriou <cgd@broadcom.com>
Thu, 18 Oct 2001 01:42:16 +0000 (01:42 +0000)
committerChris Demetriou <cgd@broadcom.com>
Thu, 18 Oct 2001 01:42:16 +0000 (01:42 +0000)
commitef016bb5ca6108d865c7b6ea82bba0521b854d53
tree3119fa10b8b28681ccc28e3b40ac72b0c8086549
parent45f3ee139911f7d58b924127b2f83453e0a2b274
[gas/testsuite/ChangeLog]
2001-10-17  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/mips.exp (sb1-ext-ps): New test to test
        SB-1 core's paired-single extensions to the MIPS64 ISA.
        * gas/mips/sb1-ext-ps.d: New file.
        * gas/mips/sb1-ext-ps.s: New file.

[include/opcode/ChangeLog]
2001-10-17  Chris Demetriou  <cgd@broadcom.com>

        * mips.h (INSN_SB1): New cpu-specific instruction bit.
        (OPCODE_IS_MEMBER): Allow instructions matching INSN_SB1
        if cpu is CPU_SB1.

[opcodes/ChangeLog]
2001-10-17  Chris Demetriou  <cgd@broadcom.com>

        * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
        SB-1 binaries include instructions specific to the SB-1.
        * mips-opc.c (SB1): New definition.
        (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps",
        "recip.ps", "rsqrt.ps", and "sqrt.ps".
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/sb1-ext-ps.d [new file with mode: 0644]
gas/testsuite/gas/mips/sb1-ext-ps.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-dis.c
opcodes/mips-opc.c