mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 a2b0a27d33
			
		
	
	
		a2b0a27d33
		
	
	
	
	
		
			
			To ease maintenance, move all TCG specific files under the tcg/ sub-directory. Adapt the Meson machinery. The following prototypes: - mips_tcg_init() - mips_cpu_do_unaligned_access() - mips_cpu_do_transaction_failed() can now be restricted to the "tcg-internal.h" header. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-29-f4bug@amsat.org>
		
			
				
	
	
		
			28 lines
		
	
	
		
			927 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			927 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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
 | |
| 
 | |
| &REMOVED            !extern
 | |
| 
 | |
| @lsa                ...... rs:5 rt:5 rd:5 ... sa:2 ......   &rtype
 | |
| 
 | |
| DLSA                000000 ..... ..... ..... 000 .. 010101  @lsa
 | |
| 
 | |
| REMOVED             011010 ----- ----- ----------------     # LDL
 | |
| REMOVED             011011 ----- ----- ----------------     # LDR
 | |
| REMOVED             101100 ----- ----- ----------------     # SDL
 | |
| REMOVED             101101 ----- ----- ----------------     # SDR
 | |
| 
 | |
| REMOVED             110100 ----- ----- ----------------     # LLD
 | |
| REMOVED             111100 ----- ----- ----------------     # SCD
 |