MIPS: uasm: Add CFCMSA/CTCMSA instructions
authorJames Hogan <james.hogan@imgtec.com>
Thu, 23 Jun 2016 16:34:35 +0000 (17:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 14:08:20 +0000 (16:08 +0200)
commit59e3559f48dcad3051f60c32775e028cd999ae53
treeb76457ad40bd300cb897494ac4eab433933ae28a
parentc29732a179c2ed0cb9f001a8dc07dcf432389313
MIPS: uasm: Add CFCMSA/CTCMSA instructions

Add CFCMSA/CTCMSA instructions for accessing MSA control registers to
uasm so that KVM can use uasm for generating its entry point code at
runtime.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/asm/uasm.h
arch/mips/include/uapi/asm/inst.h
arch/mips/mm/uasm-micromips.c
arch/mips/mm/uasm-mips.c
arch/mips/mm/uasm.c