commit | 8248881835da58fa075299926c2994d12b56895b | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Wed Apr 16 13:49:57 2014 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri May 30 16:10:19 2014 +0200 |
tree | d7b0ca159c830f13e2ea0686b36b0eb9957a3f3b | |
parent | 16d21a812f6bfcbfa84ccc19d38abe797c71b73e [diff] [blame] |
MIPS: uasm: Add lb uasm instruction It will be used later on by bpf-jit [ralf@linux-mips.org: Resolved conflict.] Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h index 719a884..f8d63b3 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h
@@ -123,6 +123,7 @@ Ip_u1(_jal); Ip_u2u1(_jalr); Ip_u1(_jr); +Ip_u2s3u1(_lb); Ip_u2s3u1(_ld); Ip_u3u1u2(_ldx); Ip_u2s3u1(_lh);