]> Git Repo - qemu.git/blob - target/mips/mips32r6.decode
target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodes
[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
This page took 0.024633 seconds and 4 git commands to generate.