Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h741 MRM_D0 = 80, MRM_D1 = 81, MRM_D2 = 82, MRM_D3 = 83, enumerator
1168 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1683 case X86II::MRM_D0: in encodeInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrSystem.td543 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, PS;
601 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP;
609 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
H A DX86InstrFPStack.td752 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", []>, Sched<[WriteNop]>;
H A DX86InstrFormats.td63 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp112 case X86II::MRM_D0: in isInvalidMemoryInstr()