MIPS: uasm: Add INS and EXT instructions.
authorSteven J. Hill <sjhill@mips.com>
Thu, 12 Jul 2012 17:21:31 +0000 (17:21 +0000)
committerSteven J. Hill <sjhill@mips.com>
Thu, 13 Sep 2012 20:43:53 +0000 (15:43 -0500)
commite6de1a09a2f6a6825341e8463866553b77848ed6
tree473dbf84055f232628e0b37ecfd4d9244d500eb5
parent625c0a21700bdb90844d926a1508a17a77e369c9
MIPS: uasm: Add INS and EXT instructions.

These are MIPS32R2 instructions for merging and extracting bit fields
from one GPR into another.

Signed-off-by: Steven J. Hill <sjhill@mips.com>
arch/mips/include/asm/uasm.h
arch/mips/mm/uasm.c