Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSVM.td19 def VMMCALL : I<0x01, MRM_D9, (outs), (ins), "vmmcall", []>, TB;
DX86InstrFPStack.td751 def FCOMPP : I<0xDE, MRM_D9, (outs), (ins), "fcompp", []>;
DX86InstrFormats.td58 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h676 MRM_D8 = 88, MRM_D9 = 89, MRM_DA = 90, MRM_DB = 91, enumerator
1076 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1702 case X86II::MRM_D9: in encodeInstruction()