]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: uasm: Add u2u1 instruction builders
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 8 Apr 2014 11:47:03 +0000 (12:47 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 May 2014 10:41:44 +0000 (12:41 +0200)
commit2d67c1588ec72ba885431f6d2ee2723620f5da70
treeea86bac7e5076c09a818a8b1d83f1c8a0c615860
parent2d85d27cfca36d42b28ed483b6b12d4415b4b5e5
MIPS: uasm: Add u2u1 instruction builders

It will be used later one for the jalr and wsbh instructions.

[ralf@linux-mips.org: Dropped arch/mips/include/asm/uasm.h segment because
that was already added by 7e83727165caeb8e33571fe2fe4e10787ee50b7d
[MIPS: uasm: add jalr instruction].

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/6724/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>