diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-04-08 07:47:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-30 09:54:38 -0400 |
commit | d6b3314b49e12e8c349deb4ca28e7028db00728f (patch) | |
tree | b7238bec333b372269e58db13540cd5dc3d04583 /arch/mips/include | |
parent | ab9e4fa092db6c4beea8fde67261959520675456 (diff) |
MIPS: uasm: Add lh uam 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>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/6733/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/uasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h index d754ddc496d0..a096581168df 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h | |||
@@ -125,6 +125,7 @@ Ip_u2u1(_jalr); | |||
125 | Ip_u1(_jr); | 125 | Ip_u1(_jr); |
126 | Ip_u2s3u1(_ld); | 126 | Ip_u2s3u1(_ld); |
127 | Ip_u3u1u2(_ldx); | 127 | Ip_u3u1u2(_ldx); |
128 | Ip_u2s3u1(_lh); | ||
128 | Ip_u2s3u1(_ll); | 129 | Ip_u2s3u1(_ll); |
129 | Ip_u2s3u1(_lld); | 130 | Ip_u2s3u1(_lld); |
130 | Ip_u1s2(_lui); | 131 | Ip_u1s2(_lui); |