]> Git Repo - qemu.git/blob - target/mips/mips32r6.decode
osdep: protect qemu/osdep.h with extern "C"
[qemu.git] / target / mips / mips32r6.decode
1 # MIPS32 Release 6 instruction set
2 #
3 # Copyright (C) 2020  Philippe Mathieu-Daudé
4 #
5 # SPDX-License-Identifier: LGPL-2.1-or-later
6 #
7 # Reference:
8 #       MIPS Architecture for Programmers Volume II-A
9 #       The MIPS32 Instruction Set Reference Manual, Revision 6.06
10 #       (Document Number: MD00086-2B-MIPS32BIS-AFP-06.06)
11 #
12
13 &rtype              rs rt rd sa
14
15 @lsa                ...... rs:5 rt:5 rd:5 ... sa:2 ......   &rtype
16
17 LSA                 000000 ..... ..... ..... 000 .. 000101  @lsa
18
19 REMOVED             010011 ----- ----- ----- ----- ------   # COP1X (COP3)
20
21 REMOVED             011100 ----- ----- ----- ----- ------   # SPECIAL2
22
23 REMOVED             011111 ----- ----- ----------  011001   # LWLE
24 REMOVED             011111 ----- ----- ----------  011010   # LWRE
25 REMOVED             011111 ----- ----- ----------  100001   # SWLE
26 REMOVED             011111 ----- ----- ----------  100010   # SWRE
27
28 REMOVED             100010 ----- ----- ----------------     # LWL
29 REMOVED             100110 ----- ----- ----------------     # LWR
30 REMOVED             101010 ----- ----- ----------------     # SWL
31 REMOVED             101110 ----- ----- ----------------     # SWR
32
33 REMOVED             101111 ----- ----- ----------------     # CACHE
34 REMOVED             110000 ----- ----- ----------------     # LL
35 REMOVED             110011 ----- ----- ----------------     # PREF
36 REMOVED             111000 ----- ----- ----------------     # SC
This page took 0.023024 seconds and 4 git commands to generate.