mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	X86-MPX: Implemented encoding for MPX instructions.
Added encoding tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -460,6 +460,7 @@ enum OperandEncoding { | ||||
|   ENUM_ENTRY(TYPE_SEGMENTREG, "Segment register operand")                      \ | ||||
|   ENUM_ENTRY(TYPE_DEBUGREG,   "Debug register operand")                        \ | ||||
|   ENUM_ENTRY(TYPE_CONTROLREG, "Control register operand")                      \ | ||||
|   ENUM_ENTRY(TYPE_BNDR,       "MPX bounds register")                           \ | ||||
|                                                                                \ | ||||
|   ENUM_ENTRY(TYPE_Mv,         "Memory operand of operand size")                \ | ||||
|   ENUM_ENTRY(TYPE_Rv,         "Register operand of operand size")              \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user