diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-04-08 07:47:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-30 08:53:05 -0400 |
commit | f31318fdf324901ce5a17ccc3d71213117fb44af (patch) | |
tree | 9bad1a2a21aeedb77fc3e23fb3826af396dabd62 /arch/mips/include/uapi/asm | |
parent | bef581ba1c240cda9c550d314ca70c2b8deb6e87 (diff) |
MIPS: uasm: Add srlv uasm instruction
It will be used later on by bpf-jit
[ralf@linux-mips.org: Fixed conflict due to other preceeding conflicts.]
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/6726/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/uapi/asm')
-rw-r--r-- | arch/mips/include/uapi/asm/inst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/uapi/asm/inst.h b/arch/mips/include/uapi/asm/inst.h index 217d696bd1d3..abcdebe60e70 100644 --- a/arch/mips/include/uapi/asm/inst.h +++ b/arch/mips/include/uapi/asm/inst.h | |||
@@ -253,6 +253,7 @@ enum mm_32a_minor_op { | |||
253 | mm_pool32axf_op = 0x03c, | 253 | mm_pool32axf_op = 0x03c, |
254 | mm_srl32_op = 0x040, | 254 | mm_srl32_op = 0x040, |
255 | mm_sra_op = 0x080, | 255 | mm_sra_op = 0x080, |
256 | mm_srlv32_op = 0x090, | ||
256 | mm_rotr_op = 0x0c0, | 257 | mm_rotr_op = 0x0c0, |
257 | mm_lwxs_op = 0x118, | 258 | mm_lwxs_op = 0x118, |
258 | mm_addu32_op = 0x150, | 259 | mm_addu32_op = 0x150, |