2020-12-08 21:00:44 +03:00
|
|
|
# MIPS64 Release 6 instruction set
|
|
|
|
#
|
|
|
|
# Copyright (C) 2020 Philippe Mathieu-Daudé
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
#
|
|
|
|
# Reference:
|
|
|
|
# MIPS Architecture for Programmers Volume II-A
|
|
|
|
# The MIPS64 Instruction Set Reference Manual, Revision 6.06
|
|
|
|
# (Document Number: MD00087-2B-MIPS64BIS-AFP-6.06)
|
|
|
|
#
|
|
|
|
|
|
|
|
&rtype rs rt rd sa !extern
|
|
|
|
|
2020-11-26 13:56:15 +03:00
|
|
|
&REMOVED !extern
|
|
|
|
|
2020-12-08 21:00:44 +03:00
|
|
|
@lsa ...... rs:5 rt:5 rd:5 ... sa:2 ...... &rtype
|
|
|
|
|
|
|
|
DLSA 000000 ..... ..... ..... 000 .. 010101 @lsa
|
2020-11-26 13:56:15 +03:00
|
|
|
|
|
|
|
REMOVED 011010 ----- ----- ---------------- # LDL
|
|
|
|
REMOVED 011011 ----- ----- ---------------- # LDR
|
|
|
|
REMOVED 101100 ----- ----- ---------------- # SDL
|
|
|
|
REMOVED 101101 ----- ----- ---------------- # SDR
|
2020-11-26 13:56:39 +03:00
|
|
|
|
|
|
|
REMOVED 110100 ----- ----- ---------------- # LLD
|
|
|
|
REMOVED 111100 ----- ----- ---------------- # SCD
|