Searched refs:MRM_D9 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSVM.td | 19 def VMMCALL : I<0x01, MRM_D9, (outs), (ins), "vmmcall", []>, TB;
|
H A D | X86InstrFormats.td | 68 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
|
H A D | X86InstrFPStack.td | 663 def FCOMPP : I<0xDE, MRM_D9, (outs), (ins), "fcompp", []>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 652 MRM_D9 = 89, enumerator 1112 case X86II::MRM_D9: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1933 case X86II::MRM_D9: in encodeInstruction()
|