Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSVM.td49 def VMSAVE32 : I<0x01, MRM_DB, (outs), (ins), "vmsave", []>, TB,
52 def VMSAVE64 : I<0x01, MRM_DB, (outs), (ins), "vmsave", []>, TB,
H A DX86InstrFormats.td69 def MRM_DB : Format<91>; def MRM_DC : Format<92>; def MRM_DD : Format<93>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h654 MRM_DB = 91, enumerator
1114 case X86II::MRM_DB: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1935 case X86II::MRM_DB: in encodeInstruction()