summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/regdef.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-20MIPS: regdefs.h: Define a set of register numbersJiaxun Yang1-0/+89
Define a set of register numbers with their symbolic names to help with uasm code. All names are prefixed by GPR_ to prevent naming clash. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2024-02-20MIPS: regdefs.h: Guard all defines with __ASSEMBLY__Jiaxun Yang1-0/+2
Those definitions are only meant to be used in pure assembly code. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-33/+33
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2011-10-25MIPS: O32: Provide definition of registers ta0 .. ta3.Ralf Baechle1-0/+6
Later IRIX versions provide them in <sys/regdef.h> and gas also accepts $ta0 .. $ta3 since binutils 2.18 so Linux should do the same for source compatibility.
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle1-0/+100
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>