MIPS: uasm: Add r6 MUL encoding
authorJames Hogan <james.hogan@imgtec.com>
Thu, 23 Jun 2016 16:34:38 +0000 (17:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 14:08:40 +0000 (16:08 +0200)
commit6f63405cb67bc4424cd7cada11783dcef0f8b3c2
treefb873b19d51384360b22bdb7d8f9dca62d5788c8
parent9f730a60e5a046230cff8c9f4c8eb73f6dca7d81
MIPS: uasm: Add r6 MUL encoding

Add the R6 MUL instruction encoding for 3 operand signed multiply to
uasm so that KVM can use uasm for generating its entry point code at
runtime on R6.

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/uapi/asm/inst.h
arch/mips/mm/uasm-mips.c