Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for microMIPS instructions
@ 2013-02-05 22:51 Steven J. Hill
  2013-02-05 22:52 ` [PATCH 1/4] MIPS: microMIPS: Add instruction formats Steven J. Hill
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Steven J. Hill @ 2013-02-05 22:51 UTC (permalink / raw)
  To: linux-mips; +Cc: Steven J. Hill, ralf, cernekee, kevink, ddaney.cavm

From: "Steven J. Hill" <sjhill@mips.com>

These patches add support for the microMIPS ISA. The kernel can
simultaneously support classic and microMIPS instructions using
the micro assembler. All microMIPS instructions for the micro
assembler have the 'MM_' prefix.

Steven J. Hill (4):
  MIPS: microMIPS: Add instruction formats.
  MIPS: microMIPS: uasm: Split 'uasm.c' into two files.
  MIPS: microMIPS: uasm: Add microMIPS micro assembler support.
  MIPS: microMIPS: Add instruction utility macros.

 arch/mips/Kconfig                 |    4 +
 arch/mips/include/asm/mipsregs.h  |   18 ++
 arch/mips/include/asm/uasm.h      |   66 ++++--
 arch/mips/include/uapi/asm/inst.h |  449 +++++++++++++++++++++++++++++++++++++
 arch/mips/mm/Makefile             |    4 +-
 arch/mips/mm/uasm-micromips.c     |  220 ++++++++++++++++++
 arch/mips/mm/uasm-mips.c          |  196 ++++++++++++++++
 arch/mips/mm/uasm.c               |  326 +++++++--------------------
 8 files changed, 1010 insertions(+), 273 deletions(-)
 create mode 100644 arch/mips/mm/uasm-micromips.c
 create mode 100644 arch/mips/mm/uasm-mips.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-03-17  9:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 22:51 [PATCH 0/4] Add support for microMIPS instructions Steven J. Hill
2013-02-05 22:52 ` [PATCH 1/4] MIPS: microMIPS: Add instruction formats Steven J. Hill
2013-02-05 22:52 ` [PATCH 2/4] MIPS: microMIPS: uasm: Split 'uasm.c' into two files Steven J. Hill
2013-02-05 22:52 ` [PATCH 3/4] MIPS: microMIPS: uasm: Add microMIPS micro assembler support Steven J. Hill
2013-02-05 22:52 ` [PATCH 4/4] MIPS: microMIPS: Add instruction utility macros Steven J. Hill
2013-02-06 12:08   ` Sergei Shtylyov
2013-02-14  5:42 ` [PATCH 0/4] Add support for microMIPS instructions Steven Hill
2013-03-13 20:48 ` Ralf Baechle
2013-03-13 21:56   ` Steven J. Hill
2013-03-13 21:56   ` Steven J. Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox