Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h632 MRM_C5 = 69, enumerator
1092 case X86II::MRM_C5: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1913 case X86II::MRM_C5: in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td61 def MRM_C3 : Format<67>; def MRM_C4 : Format<68>; def MRM_C5 : Format<69>;
H A DX86InstrSystem.td846 def PCONFIG : I<0x01, MRM_C5, (outs), (ins), "pconfig", []>, TB,