Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1169857 > unrolled thread

[PATCH v3 0/3] MSA unaligned memory access support

Started byPaul Burton <paul.burton@imgtec.com>
First post2015-06-22 13:30 +0200
Last post2015-06-22 13:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/3] MSA unaligned memory access support Paul Burton <paul.burton@imgtec.com> - 2015-06-22 13:30 +0200

#1169857 — [PATCH v3 0/3] MSA unaligned memory access support

FromPaul Burton <paul.burton@imgtec.com>
Date2015-06-22 13:30 +0200
Subject[PATCH v3 0/3] MSA unaligned memory access support
Message-ID<pE85k-2e7-23@gated-at.bofh.it>
This series supercedes the patch "MIPS: MSA: misaligned support"
previously submitted by Leonid, and pretty much rewrites the support for
emulating non-16byte-aligned MSA vector memory accesses introduced there.

The series applies atop v4.1.

Thanks,
    Paul

Leonid Yegoshin (2):
  MIPS: declare MSA MI10 instruction formats
  MIPS: MSA unaligned memory access support

Paul Burton (1):
  MIPS: introduce accessors for MSA vector registers

 arch/mips/include/asm/asmmacro.h  | 114 ++++++++++++++++++++++++++++++++++++++
 arch/mips/include/asm/msa.h       |  80 ++++++++++++++++++++++++++
 arch/mips/include/uapi/asm/inst.h |  31 ++++++++++-
 arch/mips/kernel/r4k_fpu.S        |  67 ++++++++++++++++++++++
 arch/mips/kernel/unaligned.c      |  72 ++++++++++++++++++++++++
 5 files changed, 363 insertions(+), 1 deletion(-)

-- 
2.4.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web