Home
last modified time | relevance | path

Searched refs:MRM_DD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSVM.td25 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB;
H A DX86InstrFormats.td69 def MRM_DB : Format<91>; def MRM_DC : Format<92>; def MRM_DD : Format<93>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h656 MRM_DD = 93, enumerator
1116 case X86II::MRM_DD: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1937 case X86II::MRM_DD: in encodeInstruction()