aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-opc.c
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2000-02-22 14:41:46 +0000
committerAndrew Haley <aph@redhat.com>2000-02-22 14:41:46 +0000
commit8027df8989e109409e2661cd9d963f7416f7aba2 (patch)
treeb883478236e4cc62f9dfcbe1487c331e448130d2 /opcodes/mips-opc.c
parent367c01aff994bc4ae31cdf92707ef91cad68abcf (diff)
downloadfsf-binutils-gdb-8027df8989e109409e2661cd9d963f7416f7aba2.zip
fsf-binutils-gdb-8027df8989e109409e2661cd9d963f7416f7aba2.tar.gz
fsf-binutils-gdb-8027df8989e109409e2661cd9d963f7416f7aba2.tar.bz2
1999-12-30 Andrew Haley <aph@cygnus.com>
* mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER: force gp32 to zero. * mips-opc.c (G6): New define. (mips_builtin_op): Add "move" definition for -gp32.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r--opcodes/mips-opc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index f81f44f..6cdd833 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -91,6 +91,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
#define G3 (I4 \
)
+#define G6 INSN_GP32
+
#define M1 0
#define M2 0
@@ -113,6 +115,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
{"li", "t,j", 0x24000000, 0xffe00000, WR_t, I1 }, /* addiu */
{"li", "t,i", 0x34000000, 0xffe00000, WR_t, I1 }, /* ori */
{"li", "t,I", 0, (int) M_LI, INSN_MACRO, I1 },
+{"move", "d,s", 0x00000025, 0xfc1f07ff, WR_d|RD_s, I1|G6 },/* or */
{"move", "d,s", 0x0000002d, 0xfc1f07ff, WR_d|RD_s, I3 },/* daddu */
{"move", "d,s", 0x00000021, 0xfc1f07ff, WR_d|RD_s, I1 },/* addu */
{"move", "d,s", 0x00000025, 0xfc1f07ff, WR_d|RD_s, I1 },/* or */