This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH MIPS][LS3A] Add Loongson3A specific instructions


Richard Sandiford <rdsandiford@googlemail.com> writes:
> Applied with that change and the following ChangeLog:

Sorry, it looks like today is a day for following up on myself.
I only just realised that the patch didn't update the block comment
at the top of include/opcode/mips.h, so I applied the patch below too.

Richard


include/opcode/
	* mips.h: Update commentary after last commit.

Index: include/opcode/mips.h
===================================================================
--- include/opcode/mips.h	2010-12-18 11:25:57.000000000 +0000
+++ include/opcode/mips.h	2010-12-18 11:25:58.000000000 +0000
@@ -408,6 +408,13 @@ struct mips_opcode
 	pos + lenm1 < 32 or pos + lenm1 < 64 depending whether previous
 	position field is "+p" or "+P".
 
+   Loongson-3A:
+   "+a" 8-bit signed offset in bit 6 (OP_*_OFFSET_A)
+   "+b" 8-bit signed offset in bit 3 (OP_*_OFFSET_B)
+   "+c" 9-bit signed offset in bit 6 (OP_*_OFFSET_C)
+   "+z" 5-bit rz register (OP_*_RZ)
+   "+Z" 5-bit fz register (OP_*_FZ)
+
    Other:
    "()" parens surrounding optional value
    ","  separates operands
@@ -423,8 +430,8 @@ struct mips_opcode
    Extension character sequences used so far ("+" followed by the
    following), for quick reference when adding more:
    "1234"
-   "ABCDEFGHIPQSTX"
-   "pstx"
+   "ABCDEFGHIPQSTXZ"
+   "abcpstxz"
 */
 
 /* These are the bits which may be set in the pinfo field of an


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]