Home
last modified time | relevance | path

Searched refs:MRM_D9 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSVM.td19 def VMMCALL : I<0x01, MRM_D9, (outs), (ins), "vmmcall", []>, TB;
H A DX86InstrFormats.td68 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
H A DX86InstrFPStack.td663 def FCOMPP : I<0xDE, MRM_D9, (outs), (ins), "fcompp", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h652 MRM_D9 = 89, enumerator
1112 case X86II::MRM_D9: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1933 case X86II::MRM_D9: in encodeInstruction()