]> Git Repo - qemu.git/blob - target/mips/mips64r6.decode
osdep: protect qemu/osdep.h with extern "C"
[qemu.git] / target / mips / mips64r6.decode
1 # MIPS64 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 MIPS64 Instruction Set Reference Manual, Revision 6.06
10 #       (Document Number: MD00087-2B-MIPS64BIS-AFP-6.06)
11 #
12
13 &rtype              rs rt rd sa !extern
14
15 &REMOVED            !extern
16
17 @lsa                ...... rs:5 rt:5 rd:5 ... sa:2 ......   &rtype
18
19 DLSA                000000 ..... ..... ..... 000 .. 010101  @lsa
20
21 REMOVED             011010 ----- ----- ----------------     # LDL
22 REMOVED             011011 ----- ----- ----------------     # LDR
23 REMOVED             101100 ----- ----- ----------------     # SDL
24 REMOVED             101101 ----- ----- ----------------     # SDR
25
26 REMOVED             110100 ----- ----- ----------------     # LLD
27 REMOVED             111100 ----- ----- ----------------     # SCD
This page took 0.025238 seconds and 4 git commands to generate.