Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSVM.td29 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit", []>, TB;
H A DX86InstrFormats.td68 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h663 MRM_DE = 94, enumerator
1117 case X86II::MRM_DE: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1871 case X86II::MRM_DE: in encodeInstruction()