diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:50:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:50:56 +0000 |
commit | dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5 (patch) | |
tree | a7e7e73fc98365652cd3bfde8b5356c01f85aa84 /opcodes/mips-opc.c | |
parent | a022216bd40c3401b7004bc53e763d8bc904a516 (diff) | |
download | gdb-dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5.zip gdb-dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5.tar.gz gdb-dc62a253bcfaefc9aa31b0a05f2b0274b2f406c5.tar.bz2 |
Minor formatting fixes
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r-- | opcodes/mips-opc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 75926f6..1fbbe0b 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -110,7 +110,7 @@ const struct mips_opcode mips_builtin_opcodes[] = { /* These instructions appear first so that the disassembler will find them first. The assemblers uses a hash table based on the instruction name anyhow. */ -/* name, args, mask, match, pinfo */ +/* name, args, match, mask, pinfo */ {"nop", "", 0x00000000, 0xffffffff, 0, I1 }, {"li", "t,j", 0x24000000, 0xffe00000, WR_t, I1 }, /* addiu */ {"li", "t,i", 0x34000000, 0xffe00000, WR_t, I1 }, /* ori */ @@ -524,8 +524,6 @@ const struct mips_opcode mips_builtin_opcodes[] = { {"lwu", "t,o(b)", 0x9c000000, 0xfc000000, LDD|RD_b|WR_t, I3 }, {"lwu", "t,A(b)", 0, (int) M_LWU_AB, INSN_MACRO, I3 }, {"lwxc1", "D,t(b)", 0x4c000000, 0xfc00f83f, LDD|WR_D|RD_t|RD_b, I4 }, - - {"mad", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|WR_HI|WR_LO|RD_HI|RD_LO, P3 }, {"madu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|WR_HI|WR_LO|RD_HI|RD_LO, P3 }, {"madd.d", "D,R,S,T", 0x4c000021, 0xfc00003f, RD_R|RD_S|RD_T|WR_D|FP_D, I4 }, |