Searched refs:MRM_DB (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSVM.td | 49 def VMSAVE32 : I<0x01, MRM_DB, (outs), (ins), "vmsave", []>, TB, 52 def VMSAVE64 : I<0x01, MRM_DB, (outs), (ins), "vmsave", []>, TB,
|
H A D | X86InstrFormats.td | 69 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 D | X86BaseInfo.h | 654 MRM_DB = 91, enumerator 1114 case X86II::MRM_DB: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1935 case X86II::MRM_DB: in encodeInstruction()
|