Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h643 MRM_D0 = 80, enumerator
1103 case X86II::MRM_D0: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1924 case X86II::MRM_D0: in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td610 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
668 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP;
676 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
H A DX86InstrFormats.td65 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
H A DX86InstrFPStack.td642 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", []>, Sched<[WriteNop]>;