Searched refs:MRM_DB (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/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 | 67 def MRM_DB : Format<91>; def MRM_DC : Format<92>; def MRM_DD : Format<93>;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 743 MRM_D8 = 88, MRM_D9 = 89, MRM_DA = 90, MRM_DB = 91, enumerator 1172 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1694 case X86II::MRM_DB: in encodeInstruction()
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 123 case X86II::MRM_DB: in isInvalidMemoryInstr()
|