Commit a442c9e7 authored by Leonid Yegoshin's avatar Leonid Yegoshin Committed by Ralf Baechle

MIPS: uapi: inst: Add new EVA opcodes

Signed-off-by: default avatarLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
parent a6813fe5
...@@ -73,10 +73,16 @@ enum spec2_op { ...@@ -73,10 +73,16 @@ enum spec2_op {
enum spec3_op { enum spec3_op {
ext_op, dextm_op, dextu_op, dext_op, ext_op, dextm_op, dextu_op, dext_op,
ins_op, dinsm_op, dinsu_op, dins_op, ins_op, dinsm_op, dinsu_op, dins_op,
lx_op = 0x0a, lx_op = 0x0a, lwle_op = 0x19,
bshfl_op = 0x20, lwre_op = 0x1a, cachee_op = 0x1b,
dbshfl_op = 0x24, sbe_op = 0x1c, she_op = 0x1d,
rdhwr_op = 0x3b sce_op = 0x1e, swe_op = 0x1f,
bshfl_op = 0x20, swle_op = 0x21,
swre_op = 0x22, prefe_op = 0x23,
dbshfl_op = 0x24, lbue_op = 0x28,
lhue_op = 0x29, lbe_op = 0x2c,
lhe_op = 0x2d, lle_op = 0x2e,
lwe_op = 0x2f, rdhwr_op = 0x3b
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment