diff options
Diffstat (limited to 'arch/mips/include/uapi')
-rw-r--r-- | arch/mips/include/uapi/asm/inst.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/arch/mips/include/uapi/asm/inst.h b/arch/mips/include/uapi/asm/inst.h index 044123bfab90..b7492c69aa00 100644 --- a/arch/mips/include/uapi/asm/inst.h +++ b/arch/mips/include/uapi/asm/inst.h | |||
@@ -74,16 +74,17 @@ enum spec2_op { | |||
74 | enum spec3_op { | 74 | enum spec3_op { |
75 | ext_op, dextm_op, dextu_op, dext_op, | 75 | ext_op, dextm_op, dextu_op, dext_op, |
76 | ins_op, dinsm_op, dinsu_op, dins_op, | 76 | ins_op, dinsm_op, dinsu_op, dins_op, |
77 | lx_op = 0x0a, lwle_op = 0x19, | 77 | yield_op = 0x09, lx_op = 0x0a, |
78 | lwre_op = 0x1a, cachee_op = 0x1b, | 78 | lwle_op = 0x19, lwre_op = 0x1a, |
79 | sbe_op = 0x1c, she_op = 0x1d, | 79 | cachee_op = 0x1b, sbe_op = 0x1c, |
80 | sce_op = 0x1e, swe_op = 0x1f, | 80 | she_op = 0x1d, sce_op = 0x1e, |
81 | bshfl_op = 0x20, swle_op = 0x21, | 81 | swe_op = 0x1f, bshfl_op = 0x20, |
82 | swre_op = 0x22, prefe_op = 0x23, | 82 | swle_op = 0x21, swre_op = 0x22, |
83 | dbshfl_op = 0x24, lbue_op = 0x28, | 83 | prefe_op = 0x23, dbshfl_op = 0x24, |
84 | lhue_op = 0x29, lbe_op = 0x2c, | 84 | lbue_op = 0x28, lhue_op = 0x29, |
85 | lhe_op = 0x2d, lle_op = 0x2e, | 85 | lbe_op = 0x2c, lhe_op = 0x2d, |
86 | lwe_op = 0x2f, rdhwr_op = 0x3b | 86 | lle_op = 0x2e, lwe_op = 0x2f, |
87 | rdhwr_op = 0x3b | ||
87 | }; | 88 | }; |
88 | 89 | ||
89 | /* | 90 | /* |