Searched refs:MRM_DA (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSVM.td | 41 def VMLOAD32 : I<0x01, MRM_DA, (outs), (ins), "vmload", []>, TB, 44 def VMLOAD64 : I<0x01, MRM_DA, (outs), (ins), "vmload", []>, TB,
|
H A D | X86InstrFormats.td | 68 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 653 MRM_DA = 90, enumerator 1113 case X86II::MRM_DA: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1934 case X86II::MRM_DA: in encodeInstruction()
|