mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	[mips][microMIPSr6] Implement initial subtarget support
Differential Revision: http://reviews.llvm.org/D8386 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235296 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -225,6 +225,7 @@ public: | ||||
|     return inMips16Mode() && InMips16HardFloat; | ||||
|   } | ||||
|   bool inMicroMipsMode() const { return InMicroMipsMode; } | ||||
|   bool inMicroMips32r6Mode() const { return InMicroMipsMode && hasMips32r6(); } | ||||
|   bool hasDSP() const { return HasDSP; } | ||||
|   bool hasDSPR2() const { return HasDSPR2; } | ||||
|   bool hasMSA() const { return HasMSA; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user